/* TicketPush page reset for block themes
   Keeps this landing page full-bleed and prevents theme padding/header gaps. */
html body.ticketpush-goodmood-page,
body.ticketpush-goodmood-template {
  margin: 0 !important;
  background: #020713 !important;
  overflow-x: hidden;
}

body.ticketpush-goodmood-page .wp-site-blocks,
body.ticketpush-goodmood-page main.wp-block-group,
body.ticketpush-goodmood-page .wp-block-post-content,
body.ticketpush-goodmood-page .entry-content,
body.ticketpush-goodmood-page .is-layout-constrained,
body.ticketpush-goodmood-page .is-layout-flow {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.ticketpush-goodmood-page .wp-block-post-title,
body.ticketpush-goodmood-page header.wp-block-template-part,
body.ticketpush-goodmood-page footer.wp-block-template-part {
  display: none !important;
}

body.ticketpush-goodmood-page .wp-block-shortcode {
  margin: 0 !important;
  padding: 0 !important;
}


body.ticketpush-goodmood-page .site-header,
body.ticketpush-goodmood-page .site-footer,
body.ticketpush-goodmood-page #header,
body.ticketpush-goodmood-page #masthead,
body.ticketpush-goodmood-page #colophon,
body.ticketpush-goodmood-page .wp-block-group.alignfull,
body.ticketpush-goodmood-template .site-header,
body.ticketpush-goodmood-template .site-footer,
body.ticketpush-goodmood-template #header,
body.ticketpush-goodmood-template #masthead,
body.ticketpush-goodmood-template #colophon {
  display: none !important;
}


.tp-site [hidden],
.tp-mobile-panel[hidden] {
  display: none !important;
}

:root {
  --tp-primary: #ef2f93;
  --tp-accent: #4c7dff;
}

.tp-site {
  --tp-bg: #06101f;
  --tp-bg-deep: #020713;
  --tp-panel: rgba(255, 255, 255, 0.075);
  --tp-panel-strong: rgba(255, 255, 255, 0.11);
  --tp-line: rgba(255, 255, 255, 0.13);
  --tp-text: #f7f7fb;
  --tp-muted: rgba(247, 247, 251, 0.72);
  --tp-soft: rgba(247, 247, 251, 0.08);
  --tp-shadow: 0 24px 80px rgba(0,0,0,.32);
  --tp-radius: 24px;
  --tp-radius-sm: 16px;
  --tp-max: 1180px;
  background: var(--tp-bg-deep);
  color: var(--tp-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow: clip;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  isolation: isolate;
}

.tp-site * { box-sizing: border-box; }
.tp-site a { color: inherit; text-decoration: none; }
.tp-site img { max-width: 100%; height: auto; display: block; }
.tp-site p { margin-top: 0; color: var(--tp-muted); }
.tp-site h1, .tp-site h2, .tp-site h3 { margin: 0; line-height: .98; letter-spacing: -0.045em; color: var(--tp-text); }
.tp-site h1 { font-size: clamp(3rem, 7.2vw, 6.9rem); max-width: 780px; }
.tp-site h1 span, .tp-site h2 span { color: var(--tp-primary); }
.tp-site h2 { font-size: clamp(2.1rem, 4vw, 4.1rem); }
.tp-site h3 { font-size: 1.22rem; letter-spacing: -0.025em; line-height: 1.15; }

.tp-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  padding: 12px 16px;
  background: var(--tp-primary);
}
.tp-skip:focus { left: 16px; top: 16px; }

.tp-container {
  width: min(var(--tp-max), calc(100% - 40px));
  margin-inline: auto;
}

.tp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(2, 7, 19, .72);
  border-bottom: 1px solid var(--tp-line);
}

.tp-header__inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.tp-logo {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1;
  margin-right: auto;
}
.tp-logo__main {
  font-weight: 850;
  font-size: 1.35rem;
  letter-spacing: -0.055em;
}
.tp-logo__main span { color: var(--tp-primary); }
.tp-logo__sub {
  font-size: .68rem;
  color: var(--tp-muted);
  letter-spacing: -0.02em;
}


.tp-logo--header {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.tp-logo__text {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1;
}

.tp-logo__ticket {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  border: 1px solid color-mix(in srgb, var(--tp-primary) 72%, transparent);
  color: var(--tp-primary);
  background: color-mix(in srgb, var(--tp-primary) 9%, transparent);
  box-shadow: 0 0 0 1px rgba(255,255,255,.035) inset, 0 12px 28px color-mix(in srgb, var(--tp-primary) 14%, transparent);
}

.tp-logo__ticket svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tp-logo--header:hover .tp-logo__ticket,
.tp-logo--header:focus .tp-logo__ticket {
  background: color-mix(in srgb, var(--tp-primary) 15%, transparent);
  border-color: var(--tp-primary);
}

/* Keep the brand/logo stable on hover. Theme link hover styles should not recolor it. */
.tp-site .tp-logo,
.tp-site .tp-logo:visited,
.tp-site .tp-logo:hover,
.tp-site .tp-logo:focus,
.tp-site .tp-logo:active {
  color: var(--tp-text) !important;
  text-decoration: none !important;
}

.tp-site .tp-logo:hover .tp-logo__main,
.tp-site .tp-logo:focus .tp-logo__main,
.tp-site .tp-logo:hover .tp-logo__sub,
.tp-site .tp-logo:focus .tp-logo__sub {
  color: inherit !important;
}

.tp-site .tp-logo .tp-logo__main span,
.tp-site .tp-logo:hover .tp-logo__main span,
.tp-site .tp-logo:focus .tp-logo__main span {
  color: var(--tp-primary) !important;
}

.tp-site .tp-logo .tp-logo__sub,
.tp-site .tp-logo:hover .tp-logo__sub,
.tp-site .tp-logo:focus .tp-logo__sub {
  color: var(--tp-muted) !important;
}

.tp-nav { display: flex; align-items: center; gap: 30px; }
.tp-nav a {
  color: rgba(255,255,255,.85);
  font-size: .94rem;
  transition: color .18s ease;
}
.tp-nav a:hover { color: #fff; }

.tp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 25px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: var(--tp-primary);
  color: #fff !important;
  font-weight: 760;
  letter-spacing: -0.02em;
  box-shadow: 0 16px 40px color-mix(in srgb, var(--tp-primary) 28%, transparent);
  transition: transform .18s ease, filter .18s ease, background .18s ease;
  cursor: pointer;
}
.tp-button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.tp-button--small { min-height: 44px; padding-inline: 20px; font-size: .9rem; }
.tp-button--ghost {
  background: transparent;
  border-color: rgba(255,255,255,.32);
  color: #fff !important;
  box-shadow: none;
}
.tp-button--ghost:hover { border-color: rgba(255,255,255,.68); background: rgba(255,255,255,.05); }

.tp-menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.tp-menu-toggle span {
  display: block;
  height: 2px;
  width: 22px;
  margin: 5px auto;
  background: #fff;
  border-radius: 2px;
}
.tp-mobile-panel {
  display: grid;
  gap: 0;
  padding: 0 20px 18px;
  border-top: 1px solid var(--tp-line);
  background: rgba(2, 7, 19, .95);
}
.tp-mobile-panel a {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.9);
}

.tp-hero {
  position: relative;
  padding: 48px 0 0;
  background:
    radial-gradient(circle at 76% 22%, color-mix(in srgb, var(--tp-primary) 35%, transparent) 0, transparent 30%),
    radial-gradient(circle at 60% 4%, color-mix(in srgb, var(--tp-accent) 20%, transparent) 0, transparent 32%),
    linear-gradient(135deg, #020713 0%, #07152d 52%, #030711 100%);
}
.tp-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  height: 150px;
  background: linear-gradient(0deg, #06101f 0%, transparent 100%);
  pointer-events: none;
}

.tp-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr);
  align-items: center;
  gap: 56px;
}

.tp-eyebrow {
  color: var(--tp-primary);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 820;
  font-size: .76rem;
  margin-bottom: 16px;
}

.tp-hero__copy p {
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  max-width: 560px;
  margin: 28px 0 32px;
}

.tp-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.tp-hero__media {
  position: relative;
  min-height: 520px;
  border-radius: var(--tp-radius);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  background: #050b18;
  box-shadow: var(--tp-shadow);
}
.tp-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(1.18) contrast(1.12) brightness(.85);
  transform: scale(1.12);
}
.tp-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 54% 25%, rgba(255,255,255,.18), transparent 16%),
    linear-gradient(90deg, rgba(2,7,19,.62) 0%, transparent 48%, rgba(239,47,147,.18) 100%),
    linear-gradient(0deg, rgba(2,7,19,.82) 0%, transparent 48%);
}
.tp-hero__glow {
  position: absolute;
  inset: 22% 12% auto auto;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: var(--tp-primary);
  opacity: .3;
  filter: blur(70px);
  z-index: 3;
}

.tp-stats {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 38px;
  border: 1px solid var(--tp-line);
  border-radius: var(--tp-radius-sm);
  background: rgba(255,255,255,.07);
  box-shadow: var(--tp-shadow);
  backdrop-filter: blur(20px);
  overflow: hidden;
}
.tp-stat {
  min-height: 92px;
  display: grid;
  grid-template-columns: 42px auto;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 14px;
  padding: 22px 28px;
  border-right: 1px solid var(--tp-line);
}
.tp-stat:last-child { border-right: 0; }
.tp-stat svg, .tp-icon svg, .tp-price-card svg { width: 30px; height: 30px; fill: none; stroke: var(--tp-primary); stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.tp-stat svg { grid-row: 1 / span 2; align-self: center; }
.tp-stat strong { font-size: clamp(1.2rem, 2vw, 1.7rem); letter-spacing: -0.04em; }
.tp-stat span { color: var(--tp-muted); font-size: .92rem; }

.tp-section { padding: 88px 0; background: #06101f; position: relative; scroll-margin-top: 90px; }
.tp-hero, .tp-cta { scroll-margin-top: 90px; }
.tp-section:nth-of-type(odd) { background: #071327; }

.tp-split {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 48px;
  align-items: center;
}
.tp-split h2 { max-width: 520px; }
.tp-split p { font-size: 1.08rem; max-width: 640px; }
.tp-rich-card {
  border: 1px solid var(--tp-line);
  border-radius: var(--tp-radius);
  padding: clamp(28px, 4vw, 46px);
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.045)),
    radial-gradient(circle at 75% 0%, color-mix(in srgb, var(--tp-primary) 22%, transparent), transparent 45%);
  box-shadow: var(--tp-shadow);
}
.tp-rich-card p {
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 2.1rem);
  line-height: 1.1;
  letter-spacing: -.04em;
  margin-bottom: 24px;
}
.tp-rich-card a { color: var(--tp-primary); font-weight: 780; }

.tp-dark-band {
  background:
    radial-gradient(circle at 25% 10%, rgba(239,47,147,.12), transparent 34%),
    #030711 !important;
}
.tp-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: 34px;
}
.tp-section-head p { max-width: 430px; margin-bottom: 4px; }
.tp-section-head--center { text-align: center; justify-content: center; }

.tp-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.tp-service-card {
  min-height: 240px;
  padding: 28px;
  border-radius: var(--tp-radius-sm);
  border: 1px solid var(--tp-line);
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.05));
  box-shadow: 0 12px 50px rgba(0,0,0,.18);
  transition: transform .18s ease, border-color .18s ease;
}
.tp-service-card:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--tp-primary) 55%, transparent); }
.tp-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--tp-primary) 12%, transparent);
  margin-bottom: 24px;
}
.tp-service-card h3 { margin-bottom: 12px; }
.tp-service-card p { font-size: .95rem; min-height: 86px; }
.tp-service-card a { color: var(--tp-primary); font-weight: 760; font-size: .92rem; }

.tp-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  counter-reset: process;
}
.tp-process-step {
  position: relative;
  padding: 28px;
  border: 1px solid var(--tp-line);
  border-radius: var(--tp-radius-sm);
  background: rgba(255,255,255,.055);
}
.tp-process-step span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: var(--tp-primary);
  color: white;
  font-weight: 850;
}
.tp-process-step h3 { margin-bottom: 10px; }
.tp-process-step p { font-size: .95rem; }

.tp-cases { background: #030711 !important; }
.tp-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.tp-case-card {
  min-height: 260px;
  padding: 22px;
  border-radius: var(--tp-radius-sm);
  border: 1px solid var(--tp-line);
  background-size: cover;
  background-position: center;
  display: grid;
  align-content: end;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 18px;
  overflow: hidden;
  box-shadow: var(--tp-shadow);
}
.tp-case-card > span {
  grid-column: 1 / -1;
  justify-self: start;
  padding: 5px 9px;
  border-radius: 7px;
  background: var(--tp-primary);
  color: #fff;
  font-size: .72rem;
  text-transform: uppercase;
  font-weight: 850;
}
.tp-case-card h3 { grid-column: 1 / -1; margin-bottom: 10px; }
.tp-case-card strong {
  display: block;
  color: var(--tp-primary);
  font-size: clamp(1.5rem, 2.3vw, 2.05rem);
  letter-spacing: -0.05em;
  line-height: 1;
}
.tp-case-card em {
  color: rgba(255,255,255,.82);
  font-style: normal;
  font-size: .85rem;
}

.tp-pricing {
  background:
    linear-gradient(90deg, rgba(239,47,147,.08), rgba(76,125,255,.08)),
    #071327 !important;
}
.tp-pricing__grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 44px;
  align-items: center;
}
.tp-pricing__grid p { font-size: 1.1rem; max-width: 650px; margin-top: 22px; }
.tp-price-card {
  border: 1px solid color-mix(in srgb, var(--tp-primary) 40%, transparent);
  border-radius: var(--tp-radius);
  padding: 36px;
  background: rgba(255,255,255,.08);
  box-shadow: var(--tp-shadow);
}
.tp-price-card span { display: block; color: var(--tp-muted); text-transform: uppercase; letter-spacing: .14em; font-weight: 780; font-size: .75rem; }
.tp-price-card strong { display: block; color: #fff; font-size: clamp(5rem, 8vw, 8rem); line-height: .95; letter-spacing: -.08em; }
.tp-price-card em { display: block; color: var(--tp-text); font-style: normal; font-weight: 780; font-size: 1.25rem; margin-bottom: 24px; }
.tp-price-card ul { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.tp-price-card li { display: flex; align-items: center; gap: 9px; color: var(--tp-muted); }
.tp-price-card li svg { width: 20px; height: 20px; }

.tp-human { background: #06101f !important; }
.tp-human__grid {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) 1fr;
  gap: 48px;
  align-items: center;
}
.tp-human__grid img {
  width: 100%;
  min-height: 270px;
  object-fit: cover;
  border-radius: var(--tp-radius);
  border: 1px solid var(--tp-line);
  box-shadow: var(--tp-shadow);
}
.tp-human__grid p { font-size: 1.08rem; margin-top: 22px; }

.tp-faq-list {
  display: grid;
  gap: 12px;
}
.tp-faq-item {
  border: 1px solid var(--tp-line);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
  overflow: hidden;
}
.tp-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 24px;
  color: #fff;
  font-weight: 760;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.tp-faq-item summary::-webkit-details-marker { display: none; }
.tp-faq-item summary::after {
  content: "+";
  color: var(--tp-primary);
  font-size: 1.45rem;
  line-height: 1;
}
.tp-faq-item[open] summary::after { content: "–"; }
.tp-faq-item p { padding: 0 24px 22px; margin: 0; max-width: 900px; }

.tp-cta {
  background:
    radial-gradient(circle at 15% 10%, color-mix(in srgb, var(--tp-primary) 28%, transparent), transparent 36%),
    linear-gradient(135deg, #030711, #07172d);
  padding: 70px 0;
}
.tp-cta__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding: 42px;
  border: 1px solid var(--tp-line);
  border-radius: var(--tp-radius);
  background: rgba(255,255,255,.07);
  box-shadow: var(--tp-shadow);
}
.tp-cta h2 { font-size: clamp(2rem, 3.4vw, 3.5rem); }
.tp-cta p { margin: 14px 0 0; max-width: 650px; }
.tp-contact-line a { color: #fff; font-weight: 760; }

.tp-sticky-cta {
  display: none;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}

@media (max-width: 980px) {
  .tp-site h1 { font-size: clamp(3rem, 12vw, 5.6rem); }
  .tp-nav, .tp-header .tp-button { display: none; }
  .tp-menu-toggle { display: inline-block; }
  .tp-hero { padding-top: 42px; }
  .tp-hero__grid, .tp-split, .tp-pricing__grid, .tp-human__grid { grid-template-columns: 1fr; }
  .tp-hero__media { min-height: 360px; }
  .tp-hero__media img { min-height: 360px; }
  .tp-stats, .tp-service-grid, .tp-process-grid, .tp-case-grid { grid-template-columns: 1fr 1fr; }
  .tp-stat { border-bottom: 1px solid var(--tp-line); }
  .tp-section-head { align-items: start; flex-direction: column; }
}

@media (max-width: 680px) {
  .tp-container { width: min(100% - 28px, var(--tp-max)); }
  .tp-header__inner { min-height: 68px; }
  .tp-logo__main { font-size: 1.12rem; }
  .tp-logo__sub { font-size: .65rem; }
  .tp-logo--header { gap: 8px; }
  .tp-logo__ticket { width: 30px; height: 30px; flex-basis: 30px; border-radius: 10px; }
  .tp-logo__ticket svg { width: 17px; height: 17px; }
  .tp-hero__copy p { font-size: 1rem; margin: 20px 0 24px; }
  .tp-actions { display: grid; grid-template-columns: 1fr; }
  .tp-button { width: 100%; min-height: 50px; }
  .tp-hero__media { min-height: 260px; order: -1; }
  .tp-hero__media img { min-height: 260px; }
  .tp-stats, .tp-service-grid, .tp-process-grid, .tp-case-grid { grid-template-columns: 1fr; }
  .tp-stats { margin-top: 24px; }
  .tp-stat { border-right: 0; padding: 18px 20px; min-height: 76px; }
  .tp-section { padding: 62px 0; }
  .tp-rich-card, .tp-price-card, .tp-cta__inner { padding: 24px; border-radius: 18px; }
  .tp-service-card { min-height: auto; padding: 24px; }
  .tp-service-card p { min-height: auto; }
  .tp-case-card { min-height: 240px; }
  .tp-cta__inner { align-items: stretch; flex-direction: column; }
  .tp-sticky-cta {
    display: flex;
    position: fixed;
    z-index: 80;
    left: 14px;
    right: 14px;
    bottom: 14px;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 14px;
    color: #fff !important;
    background: var(--tp-primary);
    font-weight: 830;
    box-shadow: 0 18px 45px rgba(0,0,0,.45);
  }
  .tp-sticky-cta.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tp-site *, .tp-site *::before, .tp-site *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Contact page */
.tp-contact-site {
  min-height: 100vh;
}
.tp-contact-hero {
  position: relative;
  padding: 70px 0 82px;
  background:
    radial-gradient(circle at 16% 18%, color-mix(in srgb, var(--tp-primary) 22%, transparent), transparent 30%),
    radial-gradient(circle at 80% 18%, color-mix(in srgb, var(--tp-accent) 20%, transparent), transparent 35%),
    linear-gradient(135deg, #020713 0%, #07152d 56%, #030711 100%);
}
.tp-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .72fr);
  gap: 52px;
  align-items: start;
}
.tp-contact-copy > p {
  max-width: 650px;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  margin: 28px 0 26px;
}
.tp-contact-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}
.tp-contact-meta a,
.tp-contact-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--tp-line);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-weight: 750;
}
.tp-form-card {
  border: 1px solid color-mix(in srgb, var(--tp-primary) 30%, transparent);
  border-radius: var(--tp-radius);
  background: rgba(255,255,255,.085);
  padding: 28px;
  box-shadow: var(--tp-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.tp-form-card__head {
  display: grid;
  gap: 6px;
  margin-bottom: 22px;
}
.tp-form-card__head span {
  color: var(--tp-primary);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 850;
  font-size: .74rem;
}
.tp-form-card__head strong {
  color: #fff;
  font-size: 1.35rem;
  letter-spacing: -.035em;
}
.tp-form-card .wpcf7 form {
  display: grid;
  gap: 14px;
}
.tp-form-card .wpcf7 p {
  margin: 0;
  color: rgba(255,255,255,.86);
}
.tp-form-card .wpcf7 label {
  display: grid;
  gap: 7px;
  font-weight: 720;
  color: rgba(255,255,255,.88);
}
.tp-form-card input[type="text"],
.tp-form-card input[type="email"],
.tp-form-card input[type="tel"],
.tp-form-card input[type="url"],
.tp-form-card select,
.tp-form-card textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: rgba(2,7,19,.58);
  color: #fff;
  padding: 12px 14px;
  outline: none;
}
.tp-form-card textarea { min-height: 130px; resize: vertical; }
.tp-form-card input:focus,
.tp-form-card select:focus,
.tp-form-card textarea:focus {
  border-color: var(--tp-primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--tp-primary) 20%, transparent);
}
.tp-form-card input[type="submit"],
.tp-form-card .wpcf7-submit {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 12px;
  background: var(--tp-primary);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
}
.tp-form-card .wpcf7-response-output {
  margin: 12px 0 0 !important;
  border-radius: 12px;
  color: #fff;
}
.tp-form-fallback {
  border: 1px dashed rgba(255,255,255,.22);
  border-radius: 18px;
  padding: 24px;
  background: rgba(2,7,19,.38);
}
.tp-form-fallback strong { color: #fff; font-size: 1.12rem; }
.tp-form-fallback p { margin: 10px 0 0; }
.tp-contact-info-section { background: #06101f !important; }
.tp-contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.tp-contact-card {
  padding: 30px;
  border: 1px solid var(--tp-line);
  border-radius: var(--tp-radius-sm);
  background: rgba(255,255,255,.06);
}
.tp-contact-card h2 {
  margin: 18px 0 12px;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
}
.tp-contact-list {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}
.tp-contact-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--tp-muted);
}
.tp-contact-list svg { width: 20px; height: 20px; flex: 0 0 20px; color: var(--tp-primary); }
.tp-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.tp-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--tp-line);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: #fff !important;
  font-weight: 740;
  font-size: .9rem;
}
.tp-social-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: var(--tp-primary);
}
.tp-social-link:hover {
  border-color: color-mix(in srgb, var(--tp-primary) 55%, transparent);
  background: rgba(255,255,255,.09);
}

@media (max-width: 980px) {
  .tp-contact-grid,
  .tp-contact-info-grid { grid-template-columns: 1fr; }
  .tp-contact-hero { padding: 42px 0 64px; }
}

@media (max-width: 680px) {
  .tp-form-card,
  .tp-contact-card { padding: 22px; border-radius: 18px; }
  .tp-contact-meta { display: grid; }
  .tp-social-link { width: 44px; height: 44px; border-radius: 13px; }
}

/* v1.3.1 — trust, pricing clarity, ticketscan and calmer visual rhythm */
.tp-proof {
  background: #f4f0ea !important;
  color: #111827;
}
.tp-proof h2,
.tp-proof h3,
.tp-requirements h2,
.tp-requirements h3,
.tp-footer h3 { color: #111827; }
.tp-proof p,
.tp-proof .tp-proof-card p,
.tp-requirements p,
.tp-requirements-list span,
.tp-footer p { color: rgba(17, 24, 39, .72); }
.tp-proof__grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 42px;
  align-items: start;
}
.tp-proof__grid > div:first-child p {
  font-size: 1.08rem;
  margin-top: 22px;
  max-width: 560px;
}
.tp-proof-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.tp-proof-card {
  min-height: 250px;
  padding: 26px;
  border-radius: var(--tp-radius-sm);
  background: #fff;
  border: 1px solid rgba(17,24,39,.09);
  box-shadow: 0 18px 50px rgba(17,24,39,.08);
}
.tp-proof-card .tp-icon { background: color-mix(in srgb, var(--tp-primary) 12%, white); }
.tp-proof-card p { font-size: .94rem; margin-bottom: 0; }

.tp-pricing-stack { display: grid; gap: 18px; }
.tp-pricing-scope {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid var(--tp-line);
  border-radius: var(--tp-radius-sm);
  background: rgba(255,255,255,.055);
}
.tp-pricing-scope h3 { margin-bottom: 14px; }
.tp-pricing-scope ul,
.tp-example-card dl,
.tp-requirements-list { margin: 0; padding: 0; list-style: none; }
.tp-pricing-scope li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--tp-muted);
  padding: 8px 0;
}
.tp-pricing-scope li svg,
.tp-requirements-list svg { width: 20px; height: 20px; flex: 0 0 20px; fill: none; stroke: var(--tp-primary); stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.tp-example-card {
  padding: 28px;
  border-radius: var(--tp-radius-sm);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(2,7,19,.46);
}
.tp-example-card h3 { margin-bottom: 18px; }
.tp-example-card dl { display: grid; gap: 10px; }
.tp-example-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.tp-example-card dl div:last-child { border-bottom: 0; }
.tp-example-card dt { color: var(--tp-muted); }
.tp-example-card dd { margin: 0; color: #fff; font-weight: 820; }
.tp-example-card dl div:last-child dd { color: var(--tp-primary); font-size: 1.16rem; }

.tp-requirements {
  background: #f4f0ea !important;
  color: #111827;
}
.tp-requirements__grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 42px;
  align-items: start;
}
.tp-requirements__grid > div:first-child p { margin-top: 22px; max-width: 560px; font-size: 1.08rem; }
.tp-requirements-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.tp-requirements-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-height: 82px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(17,24,39,.09);
  box-shadow: 0 14px 40px rgba(17,24,39,.07);
}

.tp-contact-info-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tp-contact-card .tp-contact-list { margin-top: 14px; }

.tp-footer {
  background: #020713;
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 34px 0 38px;
}
.tp-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: center;
}
.tp-footer .tp-logo { margin-right: 0; }
.tp-footer p { margin: 12px 0 0; max-width: 410px; color: rgba(255,255,255,.62); }
.tp-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  justify-content: flex-end;
  font-size: .92rem;
}
.tp-footer-links a { color: rgba(255,255,255,.72); }
.tp-footer-links a:hover { color: #fff; }

@media (max-width: 980px) {
  .tp-proof__grid,
  .tp-requirements__grid { grid-template-columns: 1fr; }
  .tp-proof-cards,
  .tp-contact-info-grid { grid-template-columns: 1fr; }
  .tp-requirements-list { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .tp-proof-card,
  .tp-example-card,
  .tp-pricing-scope { padding: 22px; border-radius: 18px; }
  .tp-requirements-list { grid-template-columns: 1fr; }
  .tp-requirements-list li { min-height: auto; padding: 18px; }
  .tp-footer__inner { display: grid; }
  .tp-footer-links { justify-content: flex-start; }
}

.tp-stats-section {
  padding: 34px 0 44px;
  background: linear-gradient(180deg, #020713 0%, #06101f 100%);
}
.tp-stats-section .tp-stats {
  margin-top: 0;
}

/* v1.3.3 social icon-only buttons */
 .tp-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.tp-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1.5px solid color-mix(in srgb, var(--tp-primary) 72%, transparent);
  border-radius: 14px;
  background: color-mix(in srgb, var(--tp-primary) 7%, transparent);
  color: var(--tp-primary) !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.14);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}
.tp-social-link svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tp-social-link:hover {
  transform: translateY(-2px);
  border-color: var(--tp-primary);
  background: color-mix(in srgb, var(--tp-primary) 18%, transparent);
  color: #fff !important;
  box-shadow: 0 18px 34px color-mix(in srgb, var(--tp-primary) 20%, transparent);
}

/* v1.3.4 legal pages */
.tp-legal-site {
  min-height: 100vh;
}
.tp-legal-hero {
  position: relative;
  padding: 72px 0 58px;
  background:
    radial-gradient(circle at 18% 10%, color-mix(in srgb, var(--tp-primary) 24%, transparent), transparent 32%),
    radial-gradient(circle at 78% 12%, color-mix(in srgb, var(--tp-accent) 18%, transparent), transparent 35%),
    linear-gradient(135deg, #020713 0%, #07152d 56%, #030711 100%);
}
.tp-legal-hero h1 {
  max-width: 900px;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
}
.tp-legal-hero p {
  max-width: 720px;
  margin: 24px 0 0;
  font-size: clamp(1.05rem, 1.55vw, 1.26rem);
}
.tp-legal-section {
  padding: 58px 0 72px;
  background: linear-gradient(180deg, #f7f3ef 0%, #fff 100%);
}
.tp-legal-paper {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(26px, 5vw, 58px);
  border-radius: 26px;
  background: #fff;
  color: #111827;
  border: 1px solid rgba(17,24,39,.08);
  box-shadow: 0 24px 80px rgba(17,24,39,.10);
}
.tp-legal-paper p,
.tp-legal-paper li {
  color: rgba(17,24,39,.78);
  font-size: 1.02rem;
  line-height: 1.72;
}
.tp-legal-paper p:first-child {
  padding: 16px 18px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--tp-primary) 8%, #fff);
  border: 1px solid color-mix(in srgb, var(--tp-primary) 18%, transparent);
  color: rgba(17,24,39,.82);
}
.tp-legal-paper h2 {
  margin: 34px 0 12px;
  color: #111827;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  letter-spacing: -.035em;
  line-height: 1.12;
}
.tp-legal-paper h2:first-of-type {
  margin-top: 8px;
}
.tp-legal-paper a {
  color: var(--tp-primary);
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tp-legal-paper ul,
.tp-legal-paper ol {
  margin: 12px 0 22px;
  padding-left: 1.2rem;
}
@media (max-width: 680px) {
  .tp-legal-hero { padding: 48px 0 44px; }
  .tp-legal-section { padding: 34px 0 50px; }
  .tp-legal-paper { border-radius: 20px; }
}


/* Header logo: integrate the ticket icon into the wordmark, not as a separate button */
.tp-logo--header {
  gap: 0;
}

.tp-logo--header .tp-logo__main {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

.tp-logo__push {
  color: var(--tp-primary);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tp-logo__ticket-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tp-primary);
  transform: translateY(1px) rotate(-7deg);
  transform-origin: center;
}

.tp-logo__ticket-inline svg {
  width: 34px;
  height: 20px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tp-logo--header:hover .tp-logo__ticket-inline,
.tp-logo--header:focus .tp-logo__ticket-inline {
  color: var(--tp-primary);
}

.tp-logo--header .tp-logo__ticket {
  display: none !important;
}

@media (max-width: 767px) {
  .tp-logo__push { gap: 6px; }
  .tp-logo__ticket-inline svg { width: 29px; height: 17px; }
}

.tp-logo__ticket-inline .tp-ticket-dash {
  stroke-dasharray: 3 4;
}
