:root {
  --trickit-orange: #fa7315;
  --trickit-orange-soft: #fff1e8;
  --trickit-orange-soft-2: #fff7f1;
  --trickit-orange-dark: #c94f05;
  --trickit-ink: #172033;
  --trickit-text: #3b455a;
  --trickit-muted: #697386;
  --trickit-line: rgba(23, 32, 51, 0.12);
  --trickit-orange-line: rgba(250, 115, 21, 0.20);
  --trickit-white: #ffffff;
  --trickit-page: #fffaf6;
  --trickit-blue-soft: #f2f7ff;
  --trickit-green-soft: #effbf7;
  --trickit-max: 1180px;
  --trickit-pad: 24px;
  --trickit-radius: 28px;
  --trickit-ease: cubic-bezier(.2,.8,.2,1);
}

html,
body,
body *,
body *::before,
body *::after {
  box-sizing: border-box;
  font-weight: 400 !important;
  font-synthesis: none;
  font-synthesis-weight: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--trickit-ink);
  background:
    radial-gradient(circle at 8% 2%, rgba(250, 115, 21, 0.12), transparent 340px),
    radial-gradient(circle at 95% 10%, rgba(250, 115, 21, 0.10), transparent 420px),
    linear-gradient(180deg, #fff 0%, #fffdfb 45%, var(--trickit-page) 100%);
  font-family: "Segoe UI", Roboto, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.trickit-menu-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: .42;
  background-image:
    linear-gradient(rgba(250, 115, 21, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(250, 115, 21, .045) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, #000, transparent 66%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

img,
svg {
  display: block;
}

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trickit-svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.trickit-site-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  overflow: hidden;
}

.trickit-orb {
  position: absolute;
  display: block;
  border-radius: 999px;
  filter: blur(3px);
}

.trickit-orb-a {
  width: 520px;
  height: 520px;
  left: -260px;
  top: 360px;
  background: radial-gradient(circle, rgba(250,115,21,.13), transparent 64%);
}

.trickit-orb-b {
  width: 620px;
  height: 620px;
  right: -310px;
  top: 780px;
  background: radial-gradient(circle, rgba(250,115,21,.10), transparent 64%);
}

.trickit-orb-c {
  width: 380px;
  height: 380px;
  left: 46%;
  top: -210px;
  background: radial-gradient(circle, rgba(250,115,21,.10), transparent 62%);
}

.trickit-site-header {
  position: sticky;
  top: 14px;
  z-index: 50;
  width: min(var(--trickit-max), calc(100% - 40px));
  height: 74px;
  margin: 14px auto 0;
  padding: 0 14px 0 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  border: 1px solid var(--trickit-orange-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 48px rgba(58, 39, 22, .08);
}

.trickit-brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
}

.trickit-brand img {
  width: 172px;
  height: auto;
}

.trickit-site-nav {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  padding: 6px;
  border-radius: 18px;
  background: rgba(255, 241, 232, .70);
}

.trickit-site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 13px;
  border-radius: 13px;
  color: var(--trickit-text);
  font-size: 13px;
  letter-spacing: -.01em;
  white-space: nowrap;
  transition: color .2s var(--trickit-ease), background .2s var(--trickit-ease), transform .2s var(--trickit-ease);
}

.trickit-site-nav a:hover,
.trickit-site-nav a.trickit-active {
  color: var(--trickit-orange-dark);
  background: #fff;
}

.trickit-header-action,
.trickit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 16px;
  white-space: nowrap;
  transition: transform .2s var(--trickit-ease), box-shadow .2s var(--trickit-ease), border-color .2s var(--trickit-ease), background .2s var(--trickit-ease);
}

.trickit-header-action {
  justify-self: end;
  min-height: 48px;
  padding: 0 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--trickit-orange), #ff9a4a);
  box-shadow: 0 16px 36px rgba(250, 115, 21, .26);
  font-size: 14px;
}

.trickit-header-action:hover,
.trickit-btn:hover,
.trickit-text-links a:hover {
  transform: translateY(-2px);
}

.trickit-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 15px;
  place-items: center;
  color: var(--trickit-orange-dark);
  background: var(--trickit-orange-soft);
}

.trickit-menu-toggle svg {
  width: 22px;
  height: 22px;
}

.trickit-menu-close-icon,
.trickit-menu-open .trickit-menu-open-icon {
  display: none;
}

.trickit-menu-open .trickit-menu-close-icon {
  display: block;
}

.trickit-section-grid,
.trickit-pipeline-section,
.trickit-categories-section,
.trickit-experience-section,
.trickit-trust-section,
.trickit-waitlist-section,
.trickit-site-footer {
  width: min(var(--trickit-max), calc(100% - 40px));
  margin-inline: auto;
}

.trickit-hero-section {
  min-height: calc(100vh - 94px);
  padding: 58px 0 56px;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(500px, 1.06fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.trickit-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid rgba(250, 115, 21, .15);
  border-radius: 999px;
  color: var(--trickit-orange-dark);
  background: rgba(250, 115, 21, .08);
  font-size: 12px;
  letter-spacing: .01em;
}

.trickit-hero-copy {
  max-width: 640px;
}

.trickit-hero-copy h1,
.trickit-section-heading h2,
.trickit-safety-copy h2,
.trickit-creator-copy h2,
.trickit-waitlist-inner h2 {
  margin: 0;
  letter-spacing: -.055em;
  color: var(--trickit-ink);
}

.trickit-hero-copy h1 {
  margin-top: 22px;
  font-size: clamp(54px, 7vw, 90px);
  line-height: .98;
}

.trickit-hero-copy h1::after {
  content: "";
  display: inline-block;
  width: .17em;
  height: .17em;
  margin-left: .05em;
  border-radius: 50%;
  background: var(--trickit-orange);
  vertical-align: baseline;
}

.trickit-hero-lead {
  max-width: 590px;
  margin: 22px 0 0;
  color: var(--trickit-muted);
  font-size: 19px;
  line-height: 1.78;
  letter-spacing: -.012em;
}

.trickit-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 31px;
}

.trickit-btn {
  min-height: 54px;
  padding: 0 23px;
  border: 1px solid transparent;
  font-size: 15px;
}

.trickit-btn svg {
  width: 17px;
  height: 17px;
}

.trickit-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--trickit-orange), #ff9d4f);
  box-shadow: 0 18px 44px rgba(250, 115, 21, .25);
}

.trickit-btn-soft {
  color: var(--trickit-orange-dark);
  border-color: var(--trickit-orange-line);
  background: rgba(255, 255, 255, .78);
}

.trickit-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.trickit-hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--trickit-line);
  border-radius: 999px;
  color: var(--trickit-text);
  background: rgba(255,255,255,.60);
  font-size: 13px;
}

.trickit-hero-points span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--trickit-orange);
}

.trickit-hero-art {
  position: relative;
  min-height: 650px;
  justify-self: end;
  width: min(100%, 650px);
}

.trickit-verification-orbit {
  position: absolute;
  inset: 38px 20px 42px 20px;
  border: 1px dashed rgba(250, 115, 21, .36);
  border-radius: 50%;
  transform: rotate(-9deg);
}

.trickit-verification-orbit::before,
.trickit-verification-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(250,115,21,.18);
}

.trickit-verification-orbit::before {
  inset: 56px;
}

.trickit-verification-orbit::after {
  inset: 116px;
}

.trickit-verification-orbit span {
  position: absolute;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--trickit-orange-line);
  color: var(--trickit-orange-dark);
  background: #fff;
  box-shadow: 0 10px 24px rgba(250,115,21,.10);
  font-size: 12px;
  transform: rotate(9deg);
}

.trickit-verification-orbit span:nth-child(1) { left: 64px; top: 62px; }
.trickit-verification-orbit span:nth-child(2) { right: 44px; top: 88px; }
.trickit-verification-orbit span:nth-child(3) { right: 48px; bottom: 84px; }
.trickit-verification-orbit span:nth-child(4) { left: 42px; bottom: 102px; }

.trickit-phone {
  position: absolute;
  border: 1px solid rgba(250,115,21,.18);
  background: linear-gradient(180deg, #fff, #fff9f4);
  box-shadow: 0 34px 70px rgba(94, 54, 20, .13);
}

.trickit-phone::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(250,115,21,.10);
  border-radius: inherit;
  pointer-events: none;
}

.trickit-phone-top {
  width: 76px;
  height: 7px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: rgba(23, 32, 51, .10);
}

.trickit-phone-main {
  left: 116px;
  top: 35px;
  z-index: 3;
  width: 340px;
  min-height: 590px;
  padding: 17px 18px 20px;
  border-radius: 42px;
}

.trickit-phone-mini {
  right: 5px;
  bottom: 52px;
  z-index: 2;
  width: 250px;
  min-height: 388px;
  padding: 18px;
  border-radius: 38px;
  transform: rotate(8deg);
}

.trickit-app-titlebar {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--trickit-orange-dark);
}

.trickit-app-titlebar img {
  width: 27px;
  height: auto;
}

.trickit-app-titlebar span {
  font-size: 16px;
}

.trickit-app-titlebar i {
  width: 18px;
  height: 18px;
  margin-left: auto;
  border: 2px solid rgba(23,32,51,.15);
  border-radius: 50%;
}

.trickit-feed-switch {
  display: flex;
  gap: 8px;
  margin: 18px 0 14px;
}

.trickit-feed-switch span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--trickit-muted);
  background: rgba(23,32,51,.045);
  font-size: 10px;
}

.trickit-feed-switch span:first-child {
  color: #fff;
  background: var(--trickit-orange);
}

.trickit-video-frame {
  position: relative;
  height: 224px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, .78) 0 4px, transparent 5px),
    linear-gradient(180deg, #fff3dd, #ffd2a9 48%, #fff7ee 49%, #ffe6d0 100%);
}

.trickit-sun,
.trickit-planet,
.trickit-orbit-line {
  position: absolute;
  border-radius: 50%;
}

.trickit-sun {
  left: 50%;
  top: 42%;
  width: 62px;
  height: 62px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, #fff6c9 0 34%, #ffae52 35% 100%);
  box-shadow: 0 0 38px rgba(250,115,21,.28);
}

.trickit-orbit-line {
  left: 50%;
  top: 42%;
  border: 1px solid rgba(201,79,5,.18);
  transform: translate(-50%, -50%) rotate(-16deg);
}

.trickit-orbit-line.trickit-one { width: 152px; height: 74px; }
.trickit-orbit-line.trickit-two { width: 222px; height: 116px; }

.trickit-planet.trickit-p1 {
  left: 62px;
  top: 86px;
  width: 25px;
  height: 25px;
  background: #ff8a35;
}

.trickit-planet.trickit-p2 {
  right: 53px;
  top: 64px;
  width: 34px;
  height: 34px;
  background: #fff;
  border: 8px solid #ffc293;
}

.trickit-video-frame button {
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  color: var(--trickit-orange);
  background: #fff;
  transform: translateX(-50%);
  box-shadow: 0 16px 30px rgba(112, 65, 24, .18);
}

.trickit-lesson-title {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.28;
  letter-spacing: -.02em;
}

.trickit-lesson-meta {
  margin-top: 5px;
  color: var(--trickit-muted);
  font-size: 12px;
}

.trickit-phone-rows {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.trickit-phone-rows span {
  display: block;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(250,115,21,.10), rgba(250,115,21,.04));
}

.trickit-phone-mini p {
  margin: 16px 0 18px;
  font-size: 25px;
  line-height: 1.07;
  letter-spacing: -.04em;
  color: var(--trickit-ink);
}

.trickit-mini-list {
  display: grid;
  gap: 10px;
}

.trickit-mini-list span {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid rgba(250,115,21,.11);
  border-radius: 15px;
  color: var(--trickit-text);
  background: rgba(255,255,255,.72);
  font-size: 13px;
}

.trickit-mini-list span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--trickit-orange);
}

.trickit-pipeline-section,
.trickit-categories-section,
.trickit-experience-section,
.trickit-trust-section {
  padding: 82px 0;
}

.trickit-section-heading {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.trickit-section-heading.trickit-align-left {
  max-width: 840px;
  margin-left: 0;
  text-align: left;
}

.trickit-section-heading-block {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 0 44px;
  padding: 28px 32px 30px;
  text-align: left;
  border-top: 1px solid var(--trickit-orange-line);
  border-bottom: 1px solid var(--trickit-orange-line);
  background:
    linear-gradient(90deg, rgba(250, 115, 21, .085), rgba(250, 115, 21, .028) 44%, transparent 86%);
}

.trickit-section-heading-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 3px;
  border-radius: 999px;
  background: var(--trickit-orange);
}

.trickit-section-heading-block h2 {
  max-width: 940px;
}

.trickit-section-heading-block > p:not(.trickit-eyebrow) {
  max-width: 760px;
  margin-left: 0;
  margin-right: 0;
}

.trickit-section-heading h2,
.trickit-safety-copy h2,
.trickit-creator-copy h2,
.trickit-waitlist-inner h2 {
  margin-top: 16px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
}

.trickit-section-heading > p:not(.trickit-eyebrow),
.trickit-safety-copy > p:not(.trickit-eyebrow),
.trickit-creator-copy > p:not(.trickit-eyebrow),
.trickit-waitlist-inner > div > p:not(.trickit-eyebrow) {
  margin: 16px 0 0;
  color: var(--trickit-muted);
  font-size: 17px;
  line-height: 1.72;
}

.trickit-section-heading > p:not(.trickit-eyebrow) {
  max-width: 650px;
  margin-inline: auto;
}

.trickit-section-heading.trickit-align-left > p:not(.trickit-eyebrow) {
  margin-left: 0;
}

/* v4 heading width only refinement: keeps the original heading design, only allows longer section titles to breathe. */
.trickit-pipeline-section > .trickit-section-heading,
.trickit-experience-section > .trickit-section-heading,
.trickit-trust-section > .trickit-section-heading {
  max-width: 980px;
}

.trickit-pipeline-section > .trickit-section-heading h2,
.trickit-experience-section > .trickit-section-heading h2,
.trickit-trust-section > .trickit-section-heading h2 {
  max-width: 980px;
}

.trickit-pipeline-section > .trickit-section-heading > p:not(.trickit-eyebrow),
.trickit-experience-section > .trickit-section-heading > p:not(.trickit-eyebrow),
.trickit-trust-section > .trickit-section-heading > p:not(.trickit-eyebrow) {
  max-width: 760px;
}

.trickit-pipeline-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--trickit-orange-line);
  border-bottom: 1px solid var(--trickit-orange-line);
}

.trickit-pipeline-rail::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 61px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(250,115,21,.44), transparent);
}

.trickit-pipeline-rail article {
  position: relative;
  min-height: 238px;
  padding: 34px 26px 30px;
  text-align: center;
  border-right: 1px solid var(--trickit-line);
}

.trickit-pipeline-rail article:last-child {
  border-right: 0;
}

.trickit-step-no {
  display: inline-block;
  margin-bottom: 17px;
  color: rgba(250,115,21,.70);
  font-size: 12px;
  letter-spacing: .16em;
}

.trickit-pipeline-rail svg {
  width: 42px;
  height: 42px;
  margin: 0 auto 20px;
  color: var(--trickit-orange);
}

.trickit-pipeline-rail h3,
.trickit-category-lines h3,
.trickit-experience-grid h3,
.trickit-trust-lines h3 {
  margin: 0;
  color: var(--trickit-ink);
  letter-spacing: -.025em;
}

.trickit-pipeline-rail h3 {
  font-size: 19px;
}

.trickit-pipeline-rail p,
.trickit-category-lines p,
.trickit-experience-grid p,
.trickit-trust-lines p {
  margin: 10px 0 0;
  color: var(--trickit-muted);
  line-height: 1.6;
}

.trickit-pipeline-rail p {
  font-size: 14px;
}

.trickit-category-lines {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--trickit-line);
}

.trickit-category-lines article {
  display: grid;
  grid-template-columns: 46px 44px 1fr;
  gap: 20px;
  align-items: start;
  min-height: 156px;
  padding: 28px 30px 28px 0;
  border-bottom: 1px solid var(--trickit-line);
}

.trickit-category-lines article:nth-child(odd) {
  padding-right: 36px;
  border-right: 1px solid var(--trickit-line);
}

.trickit-category-lines article:nth-child(even) {
  padding-left: 36px;
}

.trickit-category-lines article > span {
  color: rgba(250,115,21,.65);
  font-size: 13px;
  letter-spacing: .12em;
}

.trickit-category-lines svg {
  width: 34px;
  height: 34px;
  color: var(--trickit-orange);
}

.trickit-category-lines h3 {
  font-size: 19px;
  line-height: 1.18;
}

.trickit-category-lines p {
  font-size: 14px;
}

.trickit-safety-section,
.trickit-creator-section {
  margin-top: 24px;
  padding: 68px clamp(28px, 5vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  border: 1px solid rgba(250,115,21,.14);
  border-radius: 36px;
  background:
    radial-gradient(circle at 100% 0%, rgba(250,115,21,.12), transparent 260px),
    linear-gradient(135deg, #fff, var(--trickit-orange-soft-2));
}

.trickit-safety-copy,
.trickit-creator-copy {
  max-width: 520px;
}

.trickit-safety-panel {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--trickit-line);
  border-bottom: 1px solid var(--trickit-line);
}

.trickit-safety-panel article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 92px;
  padding: 18px 0;
  border-bottom: 1px solid var(--trickit-line);
}

.trickit-safety-panel article:last-child {
  border-bottom: 0;
}

.trickit-safety-panel svg {
  width: 38px;
  height: 38px;
  color: var(--trickit-orange);
}

.trickit-safety-panel span {
  color: var(--trickit-ink);
  font-size: 18px;
  line-height: 1.35;
}

.trickit-creator-section {
  margin-top: 28px;
  grid-template-columns: minmax(380px, .95fr) minmax(0, 1.05fr);
  background:
    radial-gradient(circle at 0% 0%, rgba(250,115,21,.14), transparent 280px),
    linear-gradient(135deg, var(--trickit-orange-soft-2), #fff);
}

.trickit-creator-visual {
  position: relative;
  min-height: 350px;
}

.trickit-revenue-ring {
  position: absolute;
  left: 18px;
  top: 20px;
  width: 230px;
  height: 230px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fff 0 58%, transparent 59%),
    conic-gradient(var(--trickit-orange) 0 55%, rgba(250,115,21,.14) 55% 100%);
  box-shadow: 0 24px 54px rgba(250,115,21,.15);
}

.trickit-revenue-ring span {
  color: var(--trickit-orange-dark);
  font-size: 56px;
  line-height: 1;
  letter-spacing: -.06em;
}

.trickit-revenue-ring small {
  margin-top: 6px;
  color: var(--trickit-muted);
  font-size: 13px;
}

.trickit-creator-stats {
  position: absolute;
  right: 18px;
  bottom: 24px;
  width: 270px;
  padding: 22px;
  border: 1px solid rgba(250,115,21,.15);
  border-radius: 28px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 24px 50px rgba(90, 47, 13, .11);
}

.trickit-creator-stats p {
  margin: 0 0 18px;
  color: var(--trickit-text);
  font-size: 15px;
}

.trickit-creator-stats span {
  display: flex;
  align-items: end;
  gap: 11px;
  height: 132px;
}

.trickit-creator-stats i {
  flex: 1;
  height: var(--trickit-h);
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, var(--trickit-orange), #ffc291);
}

.trickit-text-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.trickit-text-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--trickit-orange-dark);
  transition: transform .2s var(--trickit-ease);
}

.trickit-text-links svg {
  width: 16px;
  height: 16px;
}

.trickit-experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--trickit-line);
  border-bottom: 1px solid var(--trickit-line);
}

.trickit-experience-grid article {
  min-height: 205px;
  padding: 32px 30px;
  border-right: 1px solid var(--trickit-line);
}

.trickit-experience-grid article:last-child {
  border-right: 0;
}

.trickit-experience-grid span {
  color: var(--trickit-orange-dark);
  font-size: 38px;
  line-height: 1;
  letter-spacing: -.05em;
}

.trickit-experience-grid h3 {
  margin-top: 22px;
  font-size: 20px;
}

.trickit-experience-grid p {
  font-size: 14px;
}

.trickit-trust-lines {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--trickit-line);
  border-bottom: 1px solid var(--trickit-line);
}

.trickit-trust-lines article {
  min-height: 220px;
  padding: 30px 24px;
  border-right: 1px solid var(--trickit-line);
}

.trickit-trust-lines article:last-child {
  border-right: 0;
}

.trickit-trust-lines svg {
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  color: var(--trickit-orange);
}

.trickit-trust-lines h3 {
  font-size: 18px;
  line-height: 1.24;
}

.trickit-trust-lines p {
  font-size: 14px;
}

.trickit-waitlist-section {
  padding: 30px 0 0;
}

.trickit-waitlist-inner {
  display: grid;
  grid-template-columns: 78px 1fr minmax(360px, 500px);
  gap: 26px;
  align-items: center;
  padding: 38px;
  border: 1px solid rgba(250,115,21,.15);
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(250,115,21,.15), transparent 300px),
    linear-gradient(135deg, #fff2e8, #fffaf6);
  box-shadow: 0 30px 74px rgba(250, 115, 21, .13);
}

.trickit-waitlist-inner > img {
  width: 70px;
  height: auto;
}

.trickit-waitlist-inner h2 {
  font-size: clamp(30px, 3.5vw, 44px);
}

.trickit-waitlist-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.trickit-waitlist-form input {
  min-height: 56px;
  width: 100%;
  padding: 0 18px;
  border: 1px solid rgba(23,32,51,.13);
  border-radius: 16px;
  outline: none;
  color: var(--trickit-ink);
  background: rgba(255,255,255,.88);
}

.trickit-waitlist-form input:focus {
  border-color: rgba(250,115,21,.56);
  box-shadow: 0 0 0 5px rgba(250,115,21,.11);
}

.trickit-site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px 40px;
  align-items: center;
  margin-top: 48px;
  padding: 34px 0 42px;
  border-top: 1px solid var(--trickit-line);
}

.trickit-footer-logo {
  display: inline-flex;
  margin-bottom: 12px;
}

.trickit-footer-logo img {
  width: 170px;
  height: auto;
}

.trickit-site-footer p {
  margin: 0;
  color: var(--trickit-muted);
  font-size: 13px;
  line-height: 1.55;
}

.trickit-site-footer nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  color: var(--trickit-muted);
  font-size: 13px;
}

.trickit-site-footer a:hover {
  color: var(--trickit-orange-dark);
}

.trickit-copyright {
  grid-column: 1 / -1;
  padding-top: 4px;
  text-align: right;
}

.trickit-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.trickit-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .75s var(--trickit-ease), transform .75s var(--trickit-ease);
}

.trickit-reveal.trickit-is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 1160px) {
  .trickit-site-header,
  .trickit-section-grid,
  .trickit-pipeline-section,
  .trickit-categories-section,
  .trickit-experience-section,
  .trickit-trust-section,
  .trickit-waitlist-section,
  .trickit-site-footer {
    width: min(var(--trickit-max), calc(100% - 32px));
  }

  .trickit-brand img { width: 154px; }
  .trickit-site-nav a { padding-inline: 10px; font-size: 12px; }
  .trickit-header-action { padding-inline: 16px; }

  .trickit-hero-section {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 46px;
  }

  .trickit-hero-copy {
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
  }

  .trickit-hero-lead,
  .trickit-section-heading > p:not(.trickit-eyebrow) {
    margin-inline: auto;
  }

  .trickit-hero-actions,
  .trickit-hero-points {
    justify-content: center;
  }

  .trickit-hero-art {
    justify-self: center;
  }

  .trickit-safety-section,
  .trickit-creator-section {
    grid-template-columns: 1fr;
  }

  .trickit-creator-section .trickit-creator-visual {
    order: 2;
  }

  .trickit-creator-copy,
  .trickit-safety-copy {
    max-width: 760px;
  }
}

@media (max-width: 960px) {
  .trickit-site-header {
    grid-template-columns: auto 1fr auto;
    height: 66px;
    top: 10px;
    border-radius: 22px;
  }

  .trickit-brand img { width: 146px; }

  .trickit-menu-toggle {
    display: grid;
    justify-self: end;
  }

  .trickit-header-action {
    display: none;
  }

  .trickit-site-nav {
    position: fixed;
    inset: 84px 16px auto 16px;
    z-index: 60;
    display: grid;
    justify-self: stretch;
    gap: 4px;
    padding: 10px;
    border: 1px solid var(--trickit-orange-line);
    border-radius: 20px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 26px 70px rgba(23,32,51,.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s var(--trickit-ease), transform .2s var(--trickit-ease);
  }

  .trickit-menu-open .trickit-site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .trickit-site-nav a {
    justify-content: flex-start;
    min-height: 46px;
    padding-inline: 14px;
    font-size: 14px;
  }

  .trickit-hero-copy h1 {
    font-size: clamp(48px, 11vw, 76px);
  }

  .trickit-hero-art {
    min-height: 600px;
    transform: scale(.92);
    transform-origin: center top;
    margin-bottom: -42px;
  }

  .trickit-pipeline-rail,
  .trickit-trust-lines {
    grid-template-columns: repeat(2, 1fr);
  }

  .trickit-pipeline-rail::before { display: none; }

  .trickit-pipeline-rail article:nth-child(2),
  .trickit-trust-lines article:nth-child(2) {
    border-right: 0;
  }

  .trickit-pipeline-rail article:nth-child(-n+2),
  .trickit-trust-lines article:nth-child(-n+2) {
    border-bottom: 1px solid var(--trickit-line);
  }

  .trickit-category-lines {
    grid-template-columns: 1fr;
  }

  .trickit-category-lines article,
  .trickit-category-lines article:nth-child(odd),
  .trickit-category-lines article:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }

  .trickit-experience-grid {
    grid-template-columns: 1fr;
  }

  .trickit-experience-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--trickit-line);
  }

  .trickit-experience-grid article:last-child {
    border-bottom: 0;
  }

  .trickit-waitlist-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .trickit-waitlist-inner > img {
    margin: 0 auto;
  }

  .trickit-waitlist-inner .trickit-eyebrow {
    margin-inline: auto;
  }

  .trickit-waitlist-form {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }

  .trickit-site-footer {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .trickit-site-footer nav {
    justify-content: center;
  }

  .trickit-copyright {
    text-align: center;
  }
}

@media (max-width: 680px) {
  body::before { background-size: 52px 52px; }

  .trickit-site-header,
  .trickit-section-grid,
  .trickit-pipeline-section,
  .trickit-categories-section,
  .trickit-experience-section,
  .trickit-trust-section,
  .trickit-waitlist-section,
  .trickit-site-footer {
    width: calc(100% - 24px);
  }

  .trickit-site-header {
    padding-left: 14px;
  }

  .trickit-brand img { width: 136px; }

  .trickit-hero-section {
    padding-top: 36px;
    padding-bottom: 38px;
  }

  .trickit-hero-copy {
    text-align: left;
  }

  .trickit-hero-copy h1 {
    font-size: clamp(42px, 15vw, 62px);
    line-height: 1.04;
    letter-spacing: -.045em;
  }

  .trickit-hero-lead {
    font-size: 16px;
    line-height: 1.68;
  }

  .trickit-hero-actions .trickit-btn {
    width: 100%;
  }

  .trickit-hero-actions,
  .trickit-hero-points {
    justify-content: flex-start;
  }

  .trickit-hero-art {
    min-height: 510px;
    transform: scale(.74);
    margin-bottom: -124px;
  }

  .trickit-phone-main {
    left: calc(50% - 235px);
  }

  .trickit-phone-mini {
    right: calc(50% - 285px);
  }

  .trickit-verification-orbit {
    display: none;
  }

  .trickit-pipeline-section,
  .trickit-categories-section,
  .trickit-experience-section,
  .trickit-trust-section {
    padding: 62px 0;
  }

  .trickit-section-heading,
  .trickit-section-heading.trickit-align-left {
    text-align: left;
    margin-bottom: 32px;
  }

  .trickit-section-heading > p:not(.trickit-eyebrow) {
    margin-left: 0;
  }

  .trickit-section-heading h2,
  .trickit-safety-copy h2,
  .trickit-creator-copy h2,
  .trickit-waitlist-inner h2 {
    font-size: clamp(32px, 10vw, 46px);
    line-height: 1.08;
    letter-spacing: -.04em;
  }

  .trickit-section-heading > p:not(.trickit-eyebrow),
  .trickit-safety-copy > p:not(.trickit-eyebrow),
  .trickit-creator-copy > p:not(.trickit-eyebrow),
  .trickit-waitlist-inner > div > p:not(.trickit-eyebrow) {
    font-size: 15px;
  }

  .trickit-pipeline-rail,
  .trickit-trust-lines {
    grid-template-columns: 1fr;
  }

  .trickit-pipeline-rail article,
  .trickit-trust-lines article,
  .trickit-pipeline-rail article:nth-child(2),
  .trickit-trust-lines article:nth-child(2) {
    min-height: auto;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid var(--trickit-line);
  }

  .trickit-pipeline-rail article:last-child,
  .trickit-trust-lines article:last-child {
    border-bottom: 0;
  }

  .trickit-pipeline-rail svg {
    margin-left: 0;
  }

  .trickit-category-lines article {
    grid-template-columns: 42px 36px 1fr;
    gap: 14px;
    min-height: auto;
    padding-block: 24px;
  }

  .trickit-category-lines svg {
    width: 30px;
    height: 30px;
  }

  .trickit-safety-section,
  .trickit-creator-section {
    padding: 32px 22px;
    border-radius: 28px;
  }

  .trickit-safety-panel article {
    grid-template-columns: 40px 1fr;
  }

  .trickit-safety-panel span {
    font-size: 15px;
  }

  .trickit-creator-visual {
    min-height: 330px;
    margin-top: 8px;
  }

  .trickit-revenue-ring {
    left: 50%;
    top: 0;
    width: 210px;
    height: 210px;
    transform: translateX(-50%);
  }

  .trickit-creator-stats {
    left: 50%;
    right: auto;
    bottom: 0;
    width: min(100%, 280px);
    transform: translateX(-50%);
  }

  .trickit-experience-grid article {
    min-height: auto;
    padding: 28px 0;
  }

  .trickit-trust-lines article {
    padding: 26px 0;
  }

  .trickit-waitlist-inner {
    padding: 28px 20px;
    border-radius: 26px;
    text-align: left;
  }

  .trickit-waitlist-inner > img,
  .trickit-waitlist-inner .trickit-eyebrow {
    margin-inline: 0;
  }

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

  .trickit-waitlist-form .trickit-btn {
    width: 100%;
  }

  .trickit-site-footer nav {
    gap: 14px;
  }
}

@media (max-width: 430px) {
  .trickit-hero-art {
    transform: scale(.64);
    min-height: 455px;
    margin-bottom: -172px;
  }

  .trickit-phone-main {
    left: calc(50% - 226px);
  }

  .trickit-phone-mini {
    right: calc(50% - 280px);
  }

  .trickit-category-lines article {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* v2.1 mobile overflow guard */
@media (max-width: 680px) {
  .trickit-hero-art {
    overflow: hidden;
    min-height: 500px;
    transform: none;
    margin-bottom: 0;
  }

  .trickit-phone-mini {
    display: none;
  }

  .trickit-phone-main {
    left: 50%;
    top: 10px;
    transform: translateX(-50%) scale(.82);
    transform-origin: top center;
  }
}

@media (max-width: 430px) {
  .trickit-hero-art {
    min-height: 470px;
    transform: none;
    margin-bottom: 0;
  }

  .trickit-phone-main {
    left: 50%;
    transform: translateX(-50%) scale(.75);
  }
}


/* TrickIT policy pages */
.trickit-policy-page .trickit-site-header {
  margin-bottom: 0;
}

.trickit-policy-hero,
.trickit-policy-layout {
  width: min(var(--trickit-max), calc(100% - 40px));
  margin-inline: auto;
}

.trickit-policy-hero {
  min-height: 390px;
  padding: 74px 0 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
}

.trickit-policy-hero-copy {
  max-width: 850px;
}

.trickit-policy-hero h1 {
  margin: 22px 0 0;
  color: var(--trickit-ink);
  font-size: clamp(48px, 7vw, 92px);
  line-height: .96;
  letter-spacing: -.058em;
}

.trickit-policy-hero-copy > p:not(.trickit-eyebrow) {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--trickit-muted);
  font-size: 19px;
  line-height: 1.76;
  letter-spacing: -.012em;
}

.trickit-policy-summary {
  align-self: end;
  padding: 26px 0 0;
  border-top: 1px solid var(--trickit-orange-line);
}

.trickit-policy-summary span,
.trickit-policy-summary small {
  display: block;
  color: var(--trickit-muted);
  font-size: 13px;
  line-height: 1.6;
}

.trickit-policy-summary strong {
  display: block;
  margin: 6px 0;
  color: var(--trickit-ink);
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -.04em;
}

.trickit-policy-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: start;
  padding: 28px 0 82px;
}

.trickit-policy-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--trickit-line);
}

.trickit-policy-sidebar a {
  display: flex;
  align-items: center;
  min-height: 48px;
  border-bottom: 1px solid var(--trickit-line);
  color: var(--trickit-text);
  font-size: 14px;
  line-height: 1.35;
}

.trickit-policy-sidebar a:hover {
  color: var(--trickit-orange-dark);
}

.trickit-policy-document {
  min-width: 0;
  border-top: 1px solid var(--trickit-orange-line);
}

.trickit-policy-section {
  padding: 34px 0;
  border-bottom: 1px solid var(--trickit-line);
}

.trickit-policy-section h2,
.trickit-policy-index-grid h2 {
  margin: 0;
  color: var(--trickit-ink);
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.trickit-policy-section h3 {
  margin: 24px 0 10px;
  color: var(--trickit-ink);
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -.025em;
}

.trickit-policy-section p,
.trickit-policy-section li,
.trickit-policy-index-grid p {
  color: var(--trickit-text);
  font-size: 16px;
  line-height: 1.84;
  letter-spacing: -.006em;
}

.trickit-policy-section p {
  margin: 16px 0 0;
}

.trickit-policy-section ul,
.trickit-policy-section ol {
  margin: 18px 0 0;
  padding-left: 22px;
}

.trickit-policy-section li + li {
  margin-top: 8px;
}

.trickit-policy-note {
  padding: 18px 20px;
  border-left: 3px solid var(--trickit-orange);
  background: rgba(250, 115, 21, .07);
  color: var(--trickit-ink) !important;
}

.trickit-policy-index-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--trickit-orange-line);
}

.trickit-policy-index-grid a {
  display: grid;
  grid-template-columns: 76px minmax(220px, .5fr) minmax(0, 1fr);
  gap: 24px;
  align-items: baseline;
  padding: 28px 0;
  border-bottom: 1px solid var(--trickit-line);
}

.trickit-policy-index-grid a:hover h2,
.trickit-policy-index-grid a:hover span {
  color: var(--trickit-orange-dark);
}

.trickit-policy-index-grid span {
  color: var(--trickit-orange);
  font-size: 14px;
}

.trickit-policy-index-grid p {
  margin: 0;
  color: var(--trickit-muted);
}

.trickit-policy-footer nav {
  max-width: 650px;
}

@media (max-width: 1050px) {
  .trickit-policy-hero,
  .trickit-policy-layout {
    grid-template-columns: 1fr;
  }

  .trickit-policy-hero {
    min-height: auto;
    padding-top: 56px;
  }

  .trickit-policy-summary {
    max-width: 360px;
  }

  .trickit-policy-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 20px;
  }
}

@media (max-width: 720px) {
  .trickit-policy-hero,
  .trickit-policy-layout {
    width: min(100% - 28px, var(--trickit-max));
  }

  .trickit-policy-hero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .trickit-policy-hero-copy > p:not(.trickit-eyebrow),
  .trickit-policy-section p,
  .trickit-policy-section li,
  .trickit-policy-index-grid p {
    font-size: 15px;
  }

  .trickit-policy-sidebar {
    grid-template-columns: 1fr;
  }

  .trickit-policy-index-grid a {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}


/* TrickIT PHP contact page */
.trickit-contact-layout {
  grid-template-columns: 300px minmax(0, 1fr);
}

.trickit-contact-summary strong {
  font-size: 24px;
  line-height: 1.18;
}

.trickit-contact-document {
  border-top-color: rgba(250, 115, 21, .24);
}

.trickit-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 22px;
  padding: 34px 0 44px;
  border-bottom: 1px solid var(--trickit-line);
}

.trickit-contact-field {
  display: grid;
  gap: 9px;
  grid-column: 1 / -1;
}

.trickit-contact-field-half {
  grid-column: auto;
}

.trickit-contact-field label {
  color: var(--trickit-ink);
  font-size: 14px;
  letter-spacing: -.01em;
}

.trickit-contact-field input,
.trickit-contact-field select,
.trickit-contact-field textarea {
  width: 100%;
  border: 1px solid rgba(23, 32, 51, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  color: var(--trickit-ink);
  outline: none;
  transition: border-color .2s var(--trickit-ease), box-shadow .2s var(--trickit-ease), background .2s var(--trickit-ease);
}

.trickit-contact-field input,
.trickit-contact-field select {
  min-height: 56px;
  padding: 0 17px;
}

.trickit-contact-field textarea {
  min-height: 180px;
  padding: 16px 17px;
  resize: vertical;
  line-height: 1.65;
}

.trickit-contact-field input:focus,
.trickit-contact-field select:focus,
.trickit-contact-field textarea:focus {
  border-color: rgba(250, 115, 21, .62);
  background: #fff;
  box-shadow: 0 0 0 5px rgba(250, 115, 21, .10);
}

.trickit-contact-field.trickit-has-error input,
.trickit-contact-field.trickit-has-error select,
.trickit-contact-field.trickit-has-error textarea,
.trickit-contact-field input[aria-invalid="true"],
.trickit-contact-field select[aria-invalid="true"],
.trickit-contact-field textarea[aria-invalid="true"] {
  border-color: rgba(220, 68, 45, .72);
  background: rgba(255, 247, 245, .96);
}

.trickit-contact-field.trickit-has-error input:focus,
.trickit-contact-field.trickit-has-error select:focus,
.trickit-contact-field.trickit-has-error textarea:focus {
  box-shadow: 0 0 0 5px rgba(220, 68, 45, .10);
}

.trickit-contact-help,
.trickit-contact-field-error {
  margin: -2px 0 0;
  font-size: 12px;
  line-height: 1.45;
}

.trickit-contact-help {
  color: var(--trickit-muted);
}

.trickit-contact-field-error {
  color: #9b2d1d;
}

.trickit-contact-form .trickit-btn {
  width: fit-content;
  min-height: 56px;
  grid-column: 1 / -1;
  border: 0;
}

.trickit-contact-alert {
  position: relative;
  margin: 24px 0 0;
  padding: 14px 16px 14px 46px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.55;
  box-shadow: 0 14px 34px rgba(23, 32, 51, .06);
}

.trickit-contact-alert::before {
  position: absolute;
  left: 16px;
  top: 15px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
}

.trickit-contact-alert p {
  margin: 0 0 6px;
}

.trickit-contact-alert ul {
  margin: 0;
  padding-left: 18px;
}

.trickit-contact-alert-success {
  border: 1px solid rgba(29, 150, 92, .20);
  background: linear-gradient(135deg, rgba(29, 150, 92, .09), rgba(255,255,255,.92));
  color: #145c3d;
}

.trickit-contact-alert-success::before {
  content: "✓";
  color: #fff;
  background: #15945b;
}

.trickit-contact-alert-info {
  border: 1px solid rgba(250, 115, 21, .22);
  background: linear-gradient(135deg, rgba(255, 246, 236, .96), rgba(255,255,255,.94));
  color: #8a4312;
}

.trickit-contact-alert-info::before {
  content: "i";
  color: #fff;
  background: #fa7315;
}

.trickit-contact-alert-error {
  border: 1px solid rgba(220, 68, 45, .20);
  background: linear-gradient(135deg, rgba(255, 239, 234, .92), rgba(255,255,255,.94));
  color: #8e2819;
}

.trickit-contact-alert-error::before {
  content: "!";
  color: #fff;
  background: #dc442d;
}

.trickit-contact-hidden-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.trickit-contact-band {
  border-bottom: 0;
}

@media (max-width: 1050px) {
  .trickit-contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .trickit-contact-form {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .trickit-contact-field-half {
    grid-column: 1 / -1;
  }

  .trickit-contact-form .trickit-btn {
    width: 100%;
  }
}


/* v4 heading blocks and contact validation refinement */
@media (max-width: 680px) {
  .trickit-section-heading-block {
    padding: 24px 18px 25px;
    margin-bottom: 30px;
  }

  .trickit-section-heading-block::before {
    top: 22px;
    bottom: 22px;
  }
}


/* v5 home page visual/alignment polish */
.trickit-home-page {
  --trickit-max: 1240px;
  --trickit-home-gutter: 48px;
  background:
    radial-gradient(circle at 4% 0%, rgba(250, 115, 21, 0.13), transparent 330px),
    radial-gradient(circle at 96% 8%, rgba(250, 115, 21, 0.10), transparent 410px),
    linear-gradient(180deg, #ffffff 0%, #fffdfa 46%, #fff8f1 100%);
}

.trickit-home-page .trickit-site-header,
.trickit-home-page .trickit-section-grid,
.trickit-home-page .trickit-pipeline-section,
.trickit-home-page .trickit-categories-section,
.trickit-home-page .trickit-experience-section,
.trickit-home-page .trickit-trust-section,
.trickit-home-page .trickit-waitlist-section,
.trickit-home-page .trickit-site-footer {
  width: min(var(--trickit-max), calc(100% - var(--trickit-home-gutter)));
}

.trickit-home-page .trickit-site-header {
  top: 16px;
  height: 76px;
  grid-template-columns: 198px minmax(0, 1fr) auto;
  gap: 18px;
  padding: 0 14px 0 22px;
  border-radius: 26px;
  border-color: rgba(250, 115, 21, .18);
  box-shadow: 0 18px 50px rgba(76, 45, 17, .075);
}

.trickit-home-page .trickit-brand img {
  width: 184px;
}

.trickit-home-page .trickit-site-nav {
  justify-self: center;
  max-width: 100%;
  gap: 2px;
  padding: 5px;
  background: rgba(255, 241, 232, .66);
}

.trickit-home-page .trickit-site-nav a {
  min-height: 39px;
  padding: 0 11px;
  border-radius: 12px;
  font-size: 12.5px;
}

.trickit-home-page .trickit-header-action {
  min-height: 47px;
  padding: 0 18px;
  border-radius: 15px;
}

.trickit-home-page .trickit-hero-section {
  min-height: calc(100vh - 106px);
  grid-template-columns: minmax(470px, .96fr) minmax(540px, 1.04fr);
  gap: clamp(44px, 5vw, 78px);
  align-items: center;
  padding: 68px 0 82px;
}

.trickit-home-page .trickit-hero-copy {
  max-width: 690px;
}

.trickit-home-page .trickit-hero-copy h1 {
  max-width: 690px;
  margin-top: 24px;
  font-size: clamp(56px, 6.8vw, 92px);
  line-height: .96;
  letter-spacing: -.06em;
}

.trickit-home-page .trickit-hero-lead {
  max-width: 610px;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.76;
}

.trickit-home-page .trickit-hero-actions {
  margin-top: 34px;
}

.trickit-home-page .trickit-hero-points {
  max-width: 610px;
  row-gap: 10px;
}

.trickit-home-page .trickit-hero-points span {
  min-height: 36px;
  background: rgba(255, 255, 255, .76);
  border-color: rgba(23, 32, 51, .10);
}

.trickit-home-page .trickit-hero-art {
  width: min(100%, 630px);
  min-height: 610px;
  justify-self: end;
}

.trickit-home-page .trickit-verification-orbit {
  inset: 18px 12px 30px 10px;
}

.trickit-home-page .trickit-phone-main {
  left: 96px;
  top: 16px;
  width: 338px;
  min-height: 586px;
}

.trickit-home-page .trickit-phone-mini {
  right: 0;
  bottom: 36px;
  width: 244px;
  min-height: 370px;
}

.trickit-home-page .trickit-pipeline-section,
.trickit-home-page .trickit-categories-section,
.trickit-home-page .trickit-experience-section,
.trickit-home-page .trickit-trust-section {
  padding: 88px 0;
}

.trickit-home-page .trickit-section-heading {
  max-width: 920px;
  margin-bottom: 52px;
}

.trickit-home-page .trickit-section-heading.trickit-align-left {
  max-width: 960px;
}

.trickit-home-page .trickit-section-heading h2,
.trickit-home-page .trickit-safety-copy h2,
.trickit-home-page .trickit-creator-copy h2,
.trickit-home-page .trickit-waitlist-inner h2 {
  letter-spacing: -.052em;
}

.trickit-home-page .trickit-section-heading > p:not(.trickit-eyebrow) {
  max-width: 760px;
}

.trickit-home-page .trickit-pipeline-rail {
  border-color: rgba(250, 115, 21, .22);
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,250,246,.58));
}

.trickit-home-page .trickit-pipeline-rail::before {
  top: 52px;
  left: 8%;
  right: 8%;
}

.trickit-home-page .trickit-pipeline-rail article {
  min-height: 228px;
  padding: 34px 28px 32px;
  text-align: left;
}

.trickit-home-page .trickit-pipeline-rail svg {
  width: 40px;
  height: 40px;
  margin: 0 0 19px;
}

.trickit-home-page .trickit-step-no {
  display: block;
  margin-bottom: 16px;
}

.trickit-home-page .trickit-pipeline-rail h3,
.trickit-home-page .trickit-category-lines h3,
.trickit-home-page .trickit-experience-grid h3,
.trickit-home-page .trickit-trust-lines h3 {
  letter-spacing: -.018em;
}

.trickit-home-page .trickit-category-lines {
  border-color: rgba(23, 32, 51, .11);
}

.trickit-home-page .trickit-category-lines article {
  grid-template-columns: 48px 42px 1fr;
  gap: 18px;
  min-height: 164px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.trickit-home-page .trickit-category-lines article:nth-child(odd) {
  padding-right: 42px;
}

.trickit-home-page .trickit-category-lines article:nth-child(even) {
  padding-left: 42px;
}

.trickit-home-page .trickit-category-lines h3 {
  font-size: 18.5px;
}

.trickit-home-page .trickit-category-lines p,
.trickit-home-page .trickit-pipeline-rail p,
.trickit-home-page .trickit-experience-grid p,
.trickit-home-page .trickit-trust-lines p {
  line-height: 1.68;
}

.trickit-home-page .trickit-safety-section,
.trickit-home-page .trickit-creator-section {
  margin-top: 38px;
  padding: 74px clamp(34px, 5vw, 70px);
  border-radius: 34px;
  gap: clamp(38px, 5vw, 78px);
  border-color: rgba(250, 115, 21, .16);
  box-shadow: 0 30px 80px rgba(250, 115, 21, .055);
}

.trickit-home-page .trickit-safety-copy,
.trickit-home-page .trickit-creator-copy {
  max-width: 560px;
}

.trickit-home-page .trickit-safety-panel article {
  min-height: 96px;
}

.trickit-home-page .trickit-experience-grid {
  background: linear-gradient(180deg, rgba(255,255,255,.58), rgba(255,250,246,.50));
}

.trickit-home-page .trickit-experience-grid article {
  min-height: 218px;
  padding: 34px 34px;
}

.trickit-home-page .trickit-experience-grid span {
  display: block;
  min-height: 44px;
}

.trickit-home-page .trickit-trust-lines {
  background: linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,250,246,.48));
}

.trickit-home-page .trickit-trust-lines article {
  min-height: 232px;
  padding: 32px 27px;
}

.trickit-home-page .trickit-waitlist-section {
  padding-top: 42px;
}

.trickit-home-page .trickit-waitlist-inner {
  grid-template-columns: 82px minmax(0, 1fr) minmax(360px, 520px);
  padding: 42px;
  border-radius: 32px;
}

.trickit-home-page .trickit-site-footer {
  margin-top: 58px;
}

@media (max-width: 1180px) {
  .trickit-home-page {
    --trickit-home-gutter: 32px;
  }

  .trickit-home-page .trickit-site-header {
    grid-template-columns: 170px minmax(0, 1fr) auto;
  }

  .trickit-home-page .trickit-brand img {
    width: 158px;
  }

  .trickit-home-page .trickit-site-nav a {
    padding-inline: 8px;
    font-size: 12px;
  }

  .trickit-home-page .trickit-hero-section {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 56px;
  }

  .trickit-home-page .trickit-hero-copy {
    max-width: 850px;
    text-align: center;
    margin-inline: auto;
  }

  .trickit-home-page .trickit-hero-copy h1,
  .trickit-home-page .trickit-hero-lead,
  .trickit-home-page .trickit-hero-points {
    margin-left: auto;
    margin-right: auto;
  }

  .trickit-home-page .trickit-hero-actions,
  .trickit-home-page .trickit-hero-points {
    justify-content: center;
  }

  .trickit-home-page .trickit-hero-art {
    justify-self: center;
  }
}

@media (max-width: 960px) {
  .trickit-home-page .trickit-site-header {
    grid-template-columns: auto 1fr auto;
    height: 66px;
    top: 10px;
  }

  .trickit-home-page .trickit-brand img {
    width: 146px;
  }

  .trickit-home-page .trickit-site-nav {
    justify-self: stretch;
    max-width: none;
  }

  .trickit-home-page .trickit-hero-copy h1 {
    font-size: clamp(48px, 11vw, 76px);
  }

  .trickit-home-page .trickit-pipeline-rail article {
    text-align: left;
  }

  .trickit-home-page .trickit-pipeline-rail article:nth-child(2),
  .trickit-home-page .trickit-trust-lines article:nth-child(2) {
    border-right: 0;
  }

  .trickit-home-page .trickit-category-lines article:nth-child(odd),
  .trickit-home-page .trickit-category-lines article:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }

  .trickit-home-page .trickit-waitlist-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .trickit-home-page {
    --trickit-home-gutter: 24px;
  }

  .trickit-home-page .trickit-site-header {
    padding-left: 14px;
  }

  .trickit-home-page .trickit-hero-section {
    padding-top: 38px;
    padding-bottom: 42px;
  }

  .trickit-home-page .trickit-hero-copy {
    text-align: left;
  }

  .trickit-home-page .trickit-hero-copy h1,
  .trickit-home-page .trickit-hero-lead,
  .trickit-home-page .trickit-hero-points {
    margin-left: 0;
    margin-right: 0;
  }

  .trickit-home-page .trickit-hero-actions,
  .trickit-home-page .trickit-hero-points {
    justify-content: flex-start;
  }

  .trickit-home-page .trickit-hero-copy h1 {
    font-size: clamp(42px, 15vw, 62px);
    line-height: 1.04;
    letter-spacing: -.045em;
  }

  .trickit-home-page .trickit-hero-art {
    width: 100%;
    min-height: 488px;
    overflow: hidden;
  }

  .trickit-home-page .trickit-phone-main {
    left: 50%;
    top: 8px;
    transform: translateX(-50%) scale(.80);
  }

  .trickit-home-page .trickit-phone-mini,
  .trickit-home-page .trickit-verification-orbit {
    display: none;
  }

  .trickit-home-page .trickit-pipeline-section,
  .trickit-home-page .trickit-categories-section,
  .trickit-home-page .trickit-experience-section,
  .trickit-home-page .trickit-trust-section {
    padding: 64px 0;
  }

  .trickit-home-page .trickit-section-heading,
  .trickit-home-page .trickit-section-heading.trickit-align-left {
    text-align: left;
    margin-bottom: 34px;
  }

  .trickit-home-page .trickit-section-heading > p:not(.trickit-eyebrow) {
    margin-left: 0;
  }

  .trickit-home-page .trickit-pipeline-rail article,
  .trickit-home-page .trickit-trust-lines article {
    padding-left: 0;
    padding-right: 0;
  }

  .trickit-home-page .trickit-category-lines article {
    grid-template-columns: 42px 36px 1fr;
    min-height: auto;
    gap: 14px;
    padding-block: 24px;
  }

  .trickit-home-page .trickit-safety-section,
  .trickit-home-page .trickit-creator-section {
    padding: 34px 22px;
    border-radius: 28px;
  }

  .trickit-home-page .trickit-experience-grid article {
    padding: 28px 0;
  }

  .trickit-home-page .trickit-waitlist-inner {
    padding: 30px 20px;
    text-align: left;
  }
}

@media (max-width: 430px) {
  .trickit-home-page .trickit-hero-art {
    min-height: 460px;
  }

  .trickit-home-page .trickit-phone-main {
    transform: translateX(-50%) scale(.73);
  }
}

/* v6 home page spacing rhythm refinement
   Purpose: keep the v2/v5 design, but remove tall empty gaps between home sections. */
.trickit-home-page .trickit-hero-section {
  min-height: clamp(640px, calc(100vh - 106px), 760px);
  padding-top: clamp(42px, 5vw, 58px);
  padding-bottom: clamp(44px, 5vw, 58px);
}

.trickit-home-page .trickit-pipeline-section {
  padding-top: 58px;
  padding-bottom: 60px;
}

.trickit-home-page .trickit-categories-section {
  padding-top: 58px;
  padding-bottom: 30px;
}

.trickit-home-page .trickit-experience-section {
  padding-top: 60px;
  padding-bottom: 58px;
}

.trickit-home-page .trickit-trust-section {
  padding-top: 56px;
  padding-bottom: 44px;
}

.trickit-home-page .trickit-section-heading {
  margin-bottom: 34px;
}

.trickit-home-page .trickit-section-heading.trickit-align-left {
  margin-bottom: 32px;
}

.trickit-home-page .trickit-section-heading h2,
.trickit-home-page .trickit-safety-copy h2,
.trickit-home-page .trickit-creator-copy h2,
.trickit-home-page .trickit-waitlist-inner h2 {
  margin-top: 13px;
}

.trickit-home-page .trickit-section-heading > p:not(.trickit-eyebrow),
.trickit-home-page .trickit-safety-copy > p:not(.trickit-eyebrow),
.trickit-home-page .trickit-creator-copy > p:not(.trickit-eyebrow),
.trickit-home-page .trickit-waitlist-inner > div > p:not(.trickit-eyebrow) {
  margin-top: 12px;
}

.trickit-home-page .trickit-pipeline-rail article {
  min-height: 210px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.trickit-home-page .trickit-category-lines article {
  min-height: 142px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.trickit-home-page .trickit-safety-section,
.trickit-home-page .trickit-creator-section {
  margin-top: 22px;
  padding-top: 54px;
  padding-bottom: 54px;
}

.trickit-home-page .trickit-creator-section {
  margin-top: 22px;
}

.trickit-home-page .trickit-experience-grid article {
  min-height: 190px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.trickit-home-page .trickit-experience-grid h3 {
  margin-top: 16px;
}

.trickit-home-page .trickit-trust-lines article {
  min-height: 205px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.trickit-home-page .trickit-trust-lines svg {
  margin-bottom: 17px;
}

.trickit-home-page .trickit-waitlist-section {
  padding-top: 16px;
}

.trickit-home-page .trickit-waitlist-inner {
  padding-top: 34px;
  padding-bottom: 34px;
}

.trickit-home-page .trickit-site-footer {
  margin-top: 36px;
}

@media (max-width: 1180px) {
  .trickit-home-page .trickit-hero-section {
    min-height: auto;
    padding-top: 44px;
    padding-bottom: 48px;
  }

  .trickit-home-page .trickit-pipeline-section,
  .trickit-home-page .trickit-categories-section,
  .trickit-home-page .trickit-experience-section,
  .trickit-home-page .trickit-trust-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .trickit-home-page .trickit-categories-section {
    padding-bottom: 28px;
  }
}

@media (max-width: 960px) {
  .trickit-home-page .trickit-hero-section {
    padding-top: 42px;
    padding-bottom: 44px;
  }

  .trickit-home-page .trickit-hero-art {
    margin-top: 4px;
  }

  .trickit-home-page .trickit-pipeline-section,
  .trickit-home-page .trickit-categories-section,
  .trickit-home-page .trickit-experience-section,
  .trickit-home-page .trickit-trust-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .trickit-home-page .trickit-categories-section {
    padding-bottom: 24px;
  }

  .trickit-home-page .trickit-safety-section,
  .trickit-home-page .trickit-creator-section {
    margin-top: 18px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .trickit-home-page .trickit-section-heading,
  .trickit-home-page .trickit-section-heading.trickit-align-left {
    margin-bottom: 28px;
  }
}

@media (max-width: 680px) {
  .trickit-home-page .trickit-hero-section {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .trickit-home-page .trickit-hero-copy h1 {
    margin-top: 16px;
  }

  .trickit-home-page .trickit-hero-lead {
    margin-top: 16px;
  }

  .trickit-home-page .trickit-hero-actions {
    margin-top: 22px;
  }

  .trickit-home-page .trickit-hero-points {
    margin-top: 22px;
  }

  .trickit-home-page .trickit-hero-art {
    min-height: 456px;
  }

  .trickit-home-page .trickit-pipeline-section,
  .trickit-home-page .trickit-categories-section,
  .trickit-home-page .trickit-experience-section,
  .trickit-home-page .trickit-trust-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .trickit-home-page .trickit-categories-section {
    padding-bottom: 18px;
  }

  .trickit-home-page .trickit-section-heading,
  .trickit-home-page .trickit-section-heading.trickit-align-left {
    margin-bottom: 24px;
  }

  .trickit-home-page .trickit-pipeline-rail article,
  .trickit-home-page .trickit-trust-lines article {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .trickit-home-page .trickit-category-lines article {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .trickit-home-page .trickit-safety-section,
  .trickit-home-page .trickit-creator-section {
    margin-top: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .trickit-home-page .trickit-creator-visual {
    margin-top: 0;
  }

  .trickit-home-page .trickit-experience-grid article {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .trickit-home-page .trickit-waitlist-section {
    padding-top: 8px;
  }

  .trickit-home-page .trickit-waitlist-inner {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .trickit-home-page .trickit-site-footer {
    margin-top: 28px;
  }
}

@media (max-width: 430px) {
  .trickit-home-page .trickit-hero-art {
    min-height: 430px;
  }
}

/* v7 database + SMTP form handling */
.trickit-waitlist-form input[aria-invalid="true"] {
  border-color: rgba(220, 68, 45, .72);
  background: rgba(255, 247, 245, .96);
}

.trickit-waitlist-status {
  scroll-margin-top: 120px;
  outline: none;
  grid-column: 1 / -1;
  margin: 2px 0 0;
  width: 100%;
}

.trickit-waitlist-form .trickit-contact-alert {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 15px;
  font-size: 14px;
}

.trickit-waitlist-form .trickit-contact-alert::before {
  top: 13px;
}

@media (max-width: 980px) {
  .trickit-waitlist-status {
  scroll-margin-top: 120px;
  outline: none;
    grid-column: 1 / -1;
  }
}

/* v11 contact message length helper */
.trickit-contact-label-row,
.trickit-contact-field-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.trickit-contact-limit-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 11px;
  border: 1px solid rgba(250, 115, 21, .20);
  border-radius: 999px;
  background: rgba(255, 244, 236, .86);
  color: var(--trickit-orange-dark);
  font-size: 12px;
  white-space: nowrap;
}

.trickit-contact-field-meta {
  margin-top: -2px;
}

.trickit-contact-counter {
  margin: 0;
  color: var(--trickit-muted);
  font-size: 12px;
  line-height: 1.45;
  white-space: nowrap;
}

.trickit-contact-counter.trickit-is-near-limit {
  color: #9b5a13;
}

.trickit-contact-counter.trickit-is-at-limit {
  color: #9b2d1d;
}

@media (max-width: 560px) {
  .trickit-contact-label-row,
  .trickit-contact-field-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .trickit-contact-limit-badge,
  .trickit-contact-counter {
    white-space: normal;
  }
}

/* v12 contact name validation helper */
.trickit-contact-field-half .trickit-contact-field-meta {
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
}

.trickit-contact-field-half .trickit-contact-counter {
  white-space: normal;
}
