:root {
  --ink: #1e1e1e;
  --green: #25cc9d;
  --soft-green: #62c9a0;
  --purple: #814ff1;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", Arial, sans-serif;
}

.font-syne,
h1,
h2,
h3 {
  font-family: "Syne", Arial, sans-serif;
}

.accent {
  color: var(--purple);
  font-family: "Syne", Arial, sans-serif;
  font-size: inherit;
  font-weight: 800;
}

.accent-green {
  color: var(--green);
  font-family: "Syne", Arial, sans-serif;
  font-size: inherit;
  font-weight: 800;
}

.btn-primary,
.btn-dark {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  height: 56px;
  justify-content: center;
  min-width: 165px;
  padding: 0 24px;
  text-align: center;
  font-family: "Syne", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  position: relative;
  text-decoration: none;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.btn-primary {
  background: #2de8b3;
  border: none;
  box-shadow:
    0 4px 16px rgba(18, 18, 18, 0.15),
    0 0 24px rgba(45, 232, 179, 0.25);
  color: #121212;
  outline: 4px solid rgba(45, 232, 179, 0.5);
  outline-offset: 0;
  transition:
    background-color 220ms ease,
    box-shadow 220ms ease,
    outline-color 220ms ease,
    transform 220ms ease;
}

.btn-primary:hover {
  background: #25cc9d;
  box-shadow:
    0 6px 20px rgba(18, 18, 18, 0.2),
    0 0 28px rgba(45, 232, 179, 0.4);
  outline-color: rgba(45, 232, 179, 0.8);
  transform: translateY(-3px);
}

.btn-dark {
  background: #1c1c1c;
  color: #fff;
  min-width: 242px;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.btn-dark:hover {
  background: #2a2a2a;
  transform: translateY(-3px);
}

.eyebrow {
  color: #9b9b9b !important;
  font-family: "Syne", Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: center;
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

.site-nav-inner {
  align-items: center;
  background: transparent;
  backdrop-filter: blur(0px);
  display: flex;
  height: 56px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1248px;
  padding: 0 8px;
  transition:
    background-color 300ms ease,
    backdrop-filter 300ms ease,
    height 300ms ease;
  width: 100%;
}

.site-nav-scrolled .site-nav-inner {
  background: transparent;
  backdrop-filter: blur(0px);
  height: 56px;
}

.site-nav-logo-wrap {
  align-items: center;
  display: flex;
  height: 56px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 184.333px;
  background: transparent;
  transition: background-color 240ms ease;
}

.site-nav-scrolled .site-nav-logo-wrap {
  background: #1e1e1e;
}

.site-nav-logo {
  display: block;
  height: 56px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 240ms ease;
  width: 184.333px;
}

.site-nav-logo-compact {
  opacity: 0;
}

.site-nav-logo-full {
  opacity: 1;
}

.site-nav-logo-section-white {
  height: 18.608px;
  opacity: 0;
  pointer-events: none;
  width: 147.013px;
}

.site-nav-logo-section-white img {
  display: block;
  height: auto;
  max-width: none;
  position: absolute;
}

.site-nav-logo-section-mark {
  height: 100% !important;
  left: 0;
  top: 0;
  width: 22.05% !important;
}

.site-nav-logo-section-word {
  height: 58.07% !important;
  left: 25.6%;
  top: 20.98%;
  width: 74.4% !important;
}

.site-nav-scrolled .site-nav-logo-full,
.site-nav-on-dark .site-nav-logo-full {
  opacity: 0;
}

.site-nav-scrolled .site-nav-logo-compact,
.site-nav-on-dark .site-nav-logo-compact {
  opacity: 0;
}

.site-nav-scrolled .site-nav-logo-section-white,
.site-nav-on-dark .site-nav-logo-section-white {
  opacity: 1;
}

.language-switcher {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(46, 46, 46, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  display: flex;
  flex-shrink: 0;
  gap: 2px;
  height: 38px;
  padding: 3px;
  white-space: nowrap;
}

.language-switcher-option {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 400;
  height: 32px;
  line-height: normal;
  padding: 0 16px;
  transition: background 200ms ease, font-weight 200ms ease;
  white-space: nowrap;
}

.language-switcher-option.is-active {
  background: var(--purple);
  font-weight: 600;
}

.hero {
  min-height: 1328px !important;
}

@media (min-width: 901px) {
  .hero h1 {
    font-size: 66px !important;
  }
}

.hero-bg-image {
  height: calc(100% + 180px);
  top: -180px;
}

.hero-dashboard {
  position: relative;
  width: 100%;
}

.hero-dashboard-frame {
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hero-dashboard-image {
  height: 387.51%;
  left: 0;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: -16.84%;
  width: 100%;
}

.hero-mobile-screen {
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  height: auto;
  left: 89.8%;
  max-width: none;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  width: 13.9%;
  z-index: 2;
}

.scan-text-reveal {
  --text-reveal-progress: 0%;
  clip-path: inset(0 0 calc(100% - var(--text-reveal-progress)) 0);
  will-change: clip-path;
}

.problem-flow {
  background: #fff;
  overflow: hidden;
}

.problem-flow-stage {
  --problem-original-height: min(2198px, 127.2vw);
  --problem-lift: calc(var(--problem-original-height) * 0.0769);
  height: calc(var(--problem-original-height) - var(--problem-lift));
  margin: 0 auto;
  max-width: 1728px;
  position: relative;
  width: 100%;
}

.problem-flow-dark {
  background: #1e1e1e;
  height: calc((var(--problem-original-height) * 0.5141) - var(--problem-lift));
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.problem-flow-divider {
  background: #62c9a0;
  height: 16px;
  left: 0;
  position: absolute;
  top: calc((var(--problem-original-height) * 0.5141) - var(--problem-lift));
  width: 100%;
  z-index: 2;
}

.problem-flow-title {
  height: 6.93%;
  left: 0.12%;
  object-fit: fill;
  position: absolute;
  top: calc((var(--problem-original-height) * 0.1538) - var(--problem-lift));
  width: 99.88%;
}

.problem-flow-object {
  display: block;
  height: 14.535%;
  left: 17.42%;
  object-fit: contain;
  object-position: bottom;
  pointer-events: none;
  position: absolute;
  backface-visibility: hidden;
  top: calc((var(--problem-original-height) * 0.2461) - var(--problem-lift) - 60px);
  transform: translateZ(0);
  width: 30.735%;
  will-change: transform;
}

.problem-flow-copy,
.problem-flow-half {
  color: #e8e8e8;
  font-size: clamp(12px, 1.16vw, 20px);
  left: calc(43.81% + 80px);
  line-height: 1.6;
  position: absolute;
  z-index: 3;
}

.problem-flow-copy {
  top: calc((var(--problem-original-height) * 0.2584) - var(--problem-lift));
  width: 21.88%;
}

.problem-flow-copy p,
.problem-flow-half p,
.problem-flow-receipt-copy p {
  margin: 0;
}

.problem-flow-half {
  font-weight: 600;
  top: calc((var(--problem-original-height) * 0.384) - var(--problem-lift));
  white-space: nowrap;
  width: 35%;
}

.genz-active .problem-flow-copy,
.genz-active .problem-flow-half {
  width: 37.04%;
}

.genz-active .problem-flow-copy {
  width: 64%;
}

.genz-active [data-i18n="hero-subtitle"] {
  max-width: 760px;
}

.genz-active .problem-flow-half {
  white-space: normal;
  width: 58%;
}

.genz-active .problem-flow-copy .accent,
.genz-active .problem-flow-half .accent {
  white-space: nowrap;
}

[data-i18n="how-run-p"] .accent {
  white-space: nowrap;
}

.genz-active [data-i18n="comparison-us"] {
  display: block;
  margin-left: 0;
}

.problem-flow-half strong {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.problem-flow-receipt {
  height: 26.16%;
  left: calc(14% + 104px);
  object-fit: contain;
  object-position: bottom;
  position: absolute;
  top: calc((var(--problem-original-height) * 0.4374) - var(--problem-lift));
  width: 19.86%;
  z-index: 4;
}

.problem-flow-receipt-copy {
  color: #1e1e1e;
  left: 43.81%;
  position: absolute;
  top: calc((var(--problem-original-height) * 0.5828) - var(--problem-lift));
  width: 32%;
}

.problem-flow-receipt-copy h2 {
  font-family: "Syne", Arial, sans-serif;
  font-size: clamp(18px, 1.62vw, 28px);
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
}

.problem-flow-receipt-copy p {
  color: #6b6b6b;
  font-size: clamp(12px, 1.04vw, 18px);
  line-height: 1.6;
}

.problem-flow-how {
  left: 50%;
  position: absolute;
  text-align: center;
  top: calc((var(--problem-original-height) * 0.7421) - var(--problem-lift));
  transform: translateX(-50%);
  width: min(1200px, calc(100% - 48px));
}

.how-eyebrow {
  color: #9b9b9b;
  font-family: "Syne", Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 0;
  text-transform: uppercase;
}

.mini-card {
  align-items: stretch;
  background: #f9f9f9;
  border: 1px solid #e7e7e7;
  display: grid;
  grid-template-rows: 1fr 56px;
  min-height: 224px;
  overflow: hidden;
  padding: 24px 24px 0;
  text-align: left;
}

.mini-card h3 {
  font-size: 16px;
  font-weight: 700;
}

.mini-card p {
  color: #6b6b6b;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 8px;
}

.mini-card img {
  align-self: end;
  height: 52px;
  justify-self: end;
  max-width: 166px;
  object-fit: contain;
}

.how-grid .mini-card:nth-child(1) {
  border-bottom: 6px solid var(--green);
}

.how-grid .mini-card:nth-child(2) img {
  justify-self: center;
}

.how-grid .mini-card:nth-child(3) {
  background: #fff;
}

.figma-how-grid {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  margin-top: 16px;
  width: 100%;
}

.figma-how-card {
  aspect-ratio: 380 / 374;
  background: #e9e9e9;
  border: 0;
  display: block;
  height: auto;
  overflow: hidden;
  min-height: 0;
  padding: 32px;
  position: relative;
  text-align: left;
  width: 100%;
}

.figma-how-know {
  aspect-ratio: 380 / 374;
  background: #e9e9e9;
}

.figma-how-grid .mini-card:nth-child(1) {
  border-bottom: 0;
}

.figma-how-grid .mini-card:nth-child(3) {
  background: #e9e9e9;
}

.figma-how-card h3 {
  color: #1e1e1e;
  font-family: "Syne", Arial, sans-serif;
  font-size: clamp(22px, 1.85vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-transform: capitalize;
}

.figma-how-card p {
  color: #5c5c5c;
  font-size: clamp(13px, 1.04vw, 18px);
  line-height: 1.6;
  margin: 7.1% 0 0;
  max-width: 100%;
}

.figma-how-number {
  pointer-events: none;
  position: absolute;
  top: 16px;
  z-index: 0;
}

.how-number-one {
  height: 27.81%;
  right: 4.36%;
  width: 19.72%;
}

.how-number-two {
  height: 27.81%;
  right: 3.67%;
  width: 36.93%;
}

.how-number-three {
  height: 27.81%;
  right: 5.11%;
  top: 6.42%;
  width: 29.79%;
}

.figma-how-copy {
  position: relative;
  z-index: 2;
}

.figma-how-button {
  align-items: center;
  background: #25cc9d;
  color: #1f1f1f;
  display: flex;
  font-family: "Syne", Arial, sans-serif;
  font-size: clamp(12px, 0.93vw, 16px);
  font-weight: 700;
  gap: 3.6%;
  height: 10.7%;
  justify-content: center;
  left: 24.31%;
  letter-spacing: -0.02em;
  position: absolute;
  text-decoration: none;
  top: 67.38%;
  width: 50.92%;
  z-index: 3;
}

.figma-how-plus {
  display: block;
  height: 24px;
  position: relative;
  width: 24px;
}

.figma-how-plus::before,
.figma-how-plus::after {
  background: #1f1f1f;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.figma-how-plus::before {
  height: 2px;
  width: 14px;
}

.figma-how-plus::after {
  height: 14px;
  width: 2px;
}

.figma-how-hand {
  aspect-ratio: 33.1083 / 35.8;
  height: auto;
  left: 64.91%;
  overflow: visible;
  position: absolute;
  top: 73.26%;
  width: 11.01%;
  z-index: 4;
}

.figma-how-hand img {
  display: block;
  height: 100%;
  width: 100%;
}

.figma-how-qr {
  aspect-ratio: 1;
  height: auto;
  left: 38.07%;
  overflow: hidden;
  position: absolute;
  top: 62.83%;
  width: 24.08%;
  z-index: 3;
}

.figma-how-qr img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.figma-how-scan-line {
  background: #25cc9d;
  display: block;
  height: 1.6%;
  left: 29.59%;
  position: absolute;
  top: 76.2%;
  width: 41.06%;
  z-index: 4;
}

.figma-how-chart {
  height: 27.54%;
  left: 18.72%;
  position: absolute;
  top: 64.17%;
  width: 77.37%;
}

.figma-how-chart .chart-axis {
  background: #d9d9d9;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}

.chart-bar {
  display: block;
  height: 21.36%;
  left: 0;
  position: absolute;
}

.chart-muted {
  background: #d9d9d9;
}

.chart-bar-one {
  height: 23.3%;
  top: 0;
  width: 69.93%;
}

.chart-green {
  background: #25cc9d;
  top: 31.07%;
  width: 100%;
}

.chart-bar-two {
  top: 60.19%;
  width: 46.87%;
}

.feature-card {
  align-items: stretch;
  background: #1e1e1e;
  border: 2px solid #353535;
  display: grid;
  grid-template-columns: 477px 1fr;
  margin-inline: auto;
  max-width: 1193px;
  min-height: 375px;
  overflow: hidden;
}

.feature-ticketing {
  border-color: #272727;
  min-height: 486px;
}

.feature-audience {
  min-height: 457px;
}

.feature-resale {
  min-height: 326px;
}

.feature-cashless {
  min-height: 375px;
  overflow: visible;
  position: relative;
}

.cashless-sticker {
  background: var(--purple);
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(18, 18, 18, 0.3);
  color: #fff;
  display: inline-block;
  font-family: "Syne", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  left: -22px;
  line-height: normal;
  outline: 3px solid rgba(129, 79, 241, 0.5);
  outline-offset: 0;
  padding: 6px 18px;
  pointer-events: none;
  position: absolute;
  top: -13px;
  transform: rotate(1.5deg);
  transform-origin: left top;
  white-space: nowrap;
  z-index: 4;
}

.feature-copy {
  align-self: start;
  padding: 40px;
}

.feature-copy p {
  color: #9b9b9b;
  font-family: "Syne", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-transform: uppercase;
}

.feature-copy h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 16px;
}

.feature-copy > span {
  color: #c2c2c2;
  display: block;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 16px;
}

.feature-media {
  align-items: center;
  background: #2e2e2e;
  display: flex;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.feature-media > img:first-child {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.feature-media.compact {
  align-items: flex-end;
  background: var(--green);
  justify-content: center;
  padding: 0;
}

.feature-media.compact img {
  border-radius: 24px 24px 0 0;
  height: auto;
  object-fit: cover;
  width: 82%;
}

.feature-media.phone-shot {
  align-items: flex-end;
  background: var(--purple);
  justify-content: center;
  padding: 0;
}

.feature-media.phone-shot img {
  border-radius: 24px 24px 0 0;
  height: auto;
  object-fit: cover;
  width: 67%;
}

.feature-media.cashless-shot {
  align-items: flex-end;
  background: var(--purple);
  justify-content: center;
  padding: 0;
}

.feature-media.cashless-shot img {
  aspect-ratio: 475 / 312;
  border-radius: 24px 24px 0 0;
  height: auto;
  max-width: 475px;
  object-fit: contain;
  width: 67%;
}

.play {
  height: 104px !important;
  left: 50%;
  object-fit: contain !important;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 104px !important;
}

.comparison-section {
  padding-bottom: 46px;
  padding-top: 87px;
}

.comparison-title {
  font-family: "Syne", Arial, sans-serif;
}

.comparison-eyebrow {
  color: #9b9b9b;
  font-family: "Syne", Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 0;
  text-transform: uppercase;
}

.comparison-title h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: normal;
  margin-top: 9px;
}

.comparison {
  background: #fff;
  display: grid;
  grid-template-columns: 189fr 414fr 468fr;
  margin-top: 82px;
  max-width: 1082px;
  min-height: 634px;
  position: relative;
  width: 100%;
}

.comparison::before,
.comparison::after {
  background: #62c9a0;
  content: "";
  height: 4px;
  left: calc((189 / 1071) * 100% + (414 / 1071) * 100%);
  position: absolute;
  width: calc((468 / 1071) * 100%);
  z-index: 3;
}

.comparison::before {
  top: 0;
}

.comparison::after {
  bottom: 0;
  height: 5px;
}

.comparison-head,
.comparison-row {
  display: contents;
}

.comparison-head > *,
.comparison-row > * {
  border-top: 1px solid #d6d6d6;
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  justify-content: flex-start;
  letter-spacing: -0.02em;
  line-height: 1.6;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.comparison-head > * {
  align-items: flex-start;
  font-size: 18px;
  font-weight: 600;
  height: 65px;
  justify-content: center;
  line-height: normal;
  padding: 0 32px;
}

.comparison-head > :first-child,
.comparison-row > b {
  background: transparent;
}

.comparison-head > :nth-child(2),
.comparison-row > span:nth-child(2) {
  background: #fff;
}

.comparison-head > :last-child,
.comparison-row > :last-child {
  background: rgba(37, 204, 157, 0.05);
}

.comparison-head img {
  height: 48px;
  object-fit: contain;
  object-position: left center;
  width: 158px;
}

.comparison-row > * {
  font-weight: 500;
  padding: 29px 32px 24px;
}

.comparison-row b {
  align-items: flex-end;
  color: #000;
  font-weight: 600;
  line-height: normal;
  padding-top: 31px;
  text-align: right;
}

.comparison-row strong {
  font-family: "Syne", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  padding-top: 25px;
}

.comparison-row:nth-of-type(2) > * {
  height: 92px;
}

.comparison-row:nth-of-type(3) > * {
  height: 119px;
}

.comparison-row:nth-of-type(4) > * {
  height: 119px;
}

.comparison-row:nth-of-type(5) > * {
  height: 119px;
}

.comparison-row:nth-of-type(6) > * {
  height: 119px;
}

.comparison-row > :last-child::before,
.comparison-head > :last-child::before {
  background: rgba(37, 204, 157, 0.3);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
}

.comparison-sticker {
  bottom: 5px;
  height: 285px;
  object-fit: contain;
  position: absolute;
  right: 0;
  width: 104px;
  z-index: 4;
}

.fans-showcase {
  --fans-lift: 150px;
  background: #fff;
  height: calc(min(2380px, 137.7vw) - var(--fans-lift));
  margin: 0 auto;
  max-width: 1728px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.fans-visual {
  height: 904px;
  left: 0;
  position: absolute;
  top: calc(300px - var(--fans-lift));
  width: 100%;
  z-index: 1;
}

.fans-title {
  aspect-ratio: 1725.71 / 166.172;
  height: auto;
  left: 0;
  max-width: none;
  object-fit: contain;
  object-position: left top;
  position: absolute;
  top: 0;
  width: calc(100% - 2px);
}

.fans-photo {
  aspect-ratio: 2400 / 1165;
  left: 50%;
  max-width: none;
  object-fit: cover;
  object-position: bottom center;
  position: absolute;
  top: 66px;
  transform: translateX(-50%);
  width: 100%;
}

.fans-fade {
  backdrop-filter: blur(2.5px);
  background: linear-gradient(
    180deg,
    rgba(30, 30, 30, 0) 0%,
    rgba(30, 30, 30, 0.18) 22%,
    rgba(30, 30, 30, 0.56) 54%,
    #1e1e1e 100%
  );
  height: 430px;
  left: 0;
  position: absolute;
  top: 474px;
  width: 100%;
  z-index: 2;
}

.fans-dark {
  background: #1e1e1e;
  height: calc(100% - (300px - var(--fans-lift) + 610px));
  left: 0;
  position: absolute;
  top: calc(300px - var(--fans-lift) + 610px);
  width: 100%;
  z-index: 0;
}

.fans-app-content {
  display: block;
  height: 734px;
  left: 50%;
  position: absolute;
  top: calc(44.29% - var(--fans-lift));
  transform: translateX(-50%);
  width: 1232.57px;
  z-index: 2;
}

.fans-phone {
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 32px;
  height: 734px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 338px;
  z-index: 3;
}

.fans-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: 338px;
  padding-top: 85px;
}

.fan-card {
  background: #272727;
  border: 2px solid #272727;
  margin-left: 0;
  overflow: visible;
  padding: 36px 40px;
  position: relative;
  width: 850px;
}

.fan-card h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
}

.fan-card p {
  color: #c2c2c2;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 16px;
}

.fan-card-highlight {
  border-top-color: transparent;
  height: 177px;
  padding-left: 40px;
  padding-top: 36px;
}

.fan-card-highlight::before {
  background: #25cc9d;
  content: "";
  height: 4px;
  left: 1px;
  position: absolute;
  top: -2px;
  width: calc(100% - 1px);
}

.fan-card-highlight h3 {
  width: 535px;
}

.fan-card-highlight p {
  width: 535px;
}

.fan-card-resale {
  height: 208px;
  padding-left: 40px;
  padding-top: 36px;
}

.fan-card-resale h3 {
  width: 532px;
}

.fan-card-resale p {
  margin-top: 20px;
  width: 581px;
}

.fan-card-updates {
  height: 176px;
  padding-left: 40px;
  padding-top: 36px;
}

.fan-card-updates h3,
.fan-card-updates p {
  width: 505px;
}

.fan-card-paper {
  height: auto;
  pointer-events: none;
  position: absolute;
  right: -35px;
  top: 10px;
  transform: rotate(-5.12deg);
  transform-origin: center;
  width: 192px;
}

.fan-card-knife {
  height: 109px;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  right: -41px;
  top: 34px;
  width: 237px;
}

.fan-card-verified-ticket {
  display: block;
  height: 108px;
  pointer-events: none;
  position: absolute;
  right: -31px;
  top: 47px;
  transform: rotate(1.5deg);
  transform-origin: center;
  width: 219px;
}

.fan-card-verified-ticket img {
  height: 97px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 11px;
  width: 209px;
}

.fan-card-verified-badge {
  align-items: center;
  background: var(--green);
  border: 3px solid #fff;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
  display: flex;
  height: 59px;
  justify-content: center;
  left: 160px;
  position: absolute;
  top: 0;
  width: 59px;
}

.fan-card-verified-badge::before {
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
  content: "";
  height: 14px;
  transform: translateY(-2px) rotate(-45deg);
  width: 28px;
}

.fan-card-piggy {
  height: auto;
  pointer-events: none;
  position: absolute;
  right: 102px;
  top: 16px;
  width: 82px;
}

.fan-card-ticket-stack {
  height: auto;
  pointer-events: none;
  position: absolute;
  right: -22px;
  top: 44px;
  width: 154px;
}

.fan-card-ticket-stack-a {
  transform: rotate(-90deg);
}

.fan-card-ticket-stack-b {
  right: -38px;
  top: 52px;
  transform: rotate(-90deg);
}

.fan-card-ticket-stack-c {
  right: -54px;
  top: 57px;
  transform: rotate(-90deg);
}

.case-stats {
  text-align: left;
}

.case-stat-number {
  font-family: "Syne", Arial, sans-serif;
  font-size: 47px;
  font-weight: 800;
  line-height: 1.2;
}

.case-stat-label {
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 500;
  margin-top: 4px;
}

.case-study {
  margin-top: 0;
}

/* Shorten the dark concert-image block: trim the empty area above the
   heading/stats. Inner box is aspect-ratio driven; object-cover crops the
   image so no distortion. Overrides Tailwind's aspect-[1193/796] utility. */
.case-study > div {
  aspect-ratio: 1193 / 560;
}

.genz-scan-line {
  background: var(--green);
  box-shadow:
    0 0 24px 6px rgba(37, 204, 157, 0.8),
    0 0 70px 24px rgba(37, 204, 157, 0.35);
  height: 3px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 100ms ease;
  z-index: 9999;
}

.testimonial-section {
  padding-bottom: 0;
}

.testimonial-card {
  min-height: 626px;
  overflow: hidden;
  position: relative;
}

.testimonial-copy {
  position: relative;
  z-index: 2;
}

.testimonial-visual {
  bottom: -72px;
  height: 483px;
  margin: 0;
  max-width: none;
  position: absolute;
  right: -72px;
  width: 497px;
}

.testimonial-green {
  height: 421px;
}

.testimonial-visual img {
  height: 483px;
  object-fit: cover;
  width: 483px;
}

.site-footer {
  background: #1e1e1e;
  color: #fff;
  min-height: 1010px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.site-footer-hero {
  height: 594px;
  overflow: hidden;
  position: relative;
}

.site-footer-bg {
  display: block;
  height: calc(100% + 3px);
  left: 0;
  max-width: none;
  object-fit: cover;
  object-position: bottom center;
  position: absolute;
  top: -3px;
  width: 100%;
}

.site-footer-gradient {
  display: none;
}

.site-footer-cta {
  left: 50%;
  position: absolute;
  top: 217px;
  transform: translateX(-50%);
  width: min(1187px, calc(100% - 48px));
  z-index: 1;
}

.site-footer-cta h2 {
  color: #1c1c1c;
  font-family: "Syne", Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.2;
}

.site-footer-cta .btn-primary {
  margin: 58px auto 0;
  min-width: 165px;
  padding-left: 24px;
  padding-right: 24px;
  white-space: nowrap;
  width: 165px;
}

.site-footer-bottom {
  align-items: center;
  background: #1e1e1e;
  display: flex;
  flex-direction: column;
  gap: 64px;
  min-height: 416px;
  justify-content: flex-start;
  padding-top: 144px;
  padding-bottom: 56px;
}

.site-footer-social {
  height: 32px;
  width: 318px;
}

.site-footer-links-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.site-footer-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.site-footer-links a {
  color: #fff;
  font-family: "Syne", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.site-footer-links-wrap p {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
  opacity: 0.5;
}

.dot {
  background: #fff;
  border-radius: 999px;
  display: inline-block;
  height: 6px;
  opacity: 0.9;
  width: 6px;
}


@media (max-width: 900px) {
  .hero {
    min-height: 880px !important;
  }

  .site-nav-inner {
    height: 56px;
  }

  .site-nav-scrolled .site-nav-inner {
    height: 56px;
  }

  .site-nav-logo-wrap {
    height: 56px;
    width: 184.333px;
  }

  .site-nav-logo {
    height: 56px;
    width: 184.333px;
  }

  .site-nav-logo-section-white {
    height: 18.608px;
    width: 147.013px;
  }

  .language-switcher {
    display: none;
  }

  .hero-dashboard {
    height: 360px;
  }

  .hero-bg-image {
    height: calc(100% + 120px);
    top: -120px;
  }

  .problem-flow-stage {
    height: 1460px;
    max-width: none;
  }

  .problem-flow-dark {
    height: 720px;
  }

  .problem-flow-title {
    height: 72px;
    left: -12px;
    object-fit: cover;
    top: 20px;
    width: calc(100% + 24px);
  }

  .problem-flow-object {
    height: 225px;
    left: 50%;
    top: 70px;
    transform: translateX(-50%);
    width: 405px;
  }

  .problem-flow-copy,
  .problem-flow-half {
    font-size: 16px;
    left: 24px;
    text-align: left;
    width: calc(100% - 48px);
  }

  .problem-flow-copy {
    top: 300px;
  }

  .problem-flow-half {
    top: 450px;
    white-space: normal;
  }

  .problem-flow-divider {
    height: 16px;
    top: 720px;
  }

  .problem-flow-receipt {
    height: 380px;
    left: 24px;
    top: 650px;
    width: 220px;
  }

  .problem-flow-receipt-copy {
    left: 24px;
    top: 1040px;
    width: calc(100% - 48px);
  }

  .problem-flow-receipt-copy h2 {
    font-size: 24px;
    line-height: 1.25;
  }

  .problem-flow-receipt-copy p {
    font-size: 16px;
    margin-top: 12px;
  }

  .problem-flow-how {
    left: 24px;
    text-align: center;
    top: 1190px;
    width: calc(100% - 48px);
  }

  .figma-how-grid {
    gap: 18px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .figma-how-card {
    height: 340px;
    min-height: 340px;
    padding: 32px;
  }

  .figma-how-card h3 {
    font-size: 28px;
  }

  .figma-how-card p {
    font-size: 16px;
    max-width: 100%;
  }

  .figma-how-button {
    left: 50%;
    top: 238px;
    transform: translateX(-50%);
  }

  .figma-how-hand {
    left: calc(50% + 58px);
    top: 260px;
  }

  .figma-how-qr {
    left: 50%;
    top: 218px;
    transform: translateX(-50%);
  }

  .figma-how-scan-line {
    left: 50%;
    top: 268px;
    transform: translateX(-50%);
  }

  .figma-how-chart {
    left: 50%;
    top: 218px;
    transform: translateX(-50%);
  }

  .feature-card,
  .comparison-head,
  .comparison-row {
    grid-template-columns: 1fr;
  }

  .feature-card {
    gap: 0;
  }

  .feature-ticketing,
  .feature-audience,
  .feature-resale,
  .feature-cashless {
    min-height: auto;
  }

  .feature-copy {
    padding: 32px 26px;
  }

  .feature-media {
    min-height: 300px;
  }

  .comparison-head {
    display: contents;
  }

  .comparison-row > * {
    padding: 18px 22px;
  }

  .comparison-row b {
    color: #1e1e1e;
  }

  .comparison-sticker {
    display: none;
  }

  .comparison-section {
    padding-bottom: 64px;
    padding-top: 64px;
  }

  .comparison-title h2 {
    font-size: 30px;
  }

  .comparison {
    display: block;
    margin-top: 44px;
    min-height: 0;
  }

  .comparison::before,
  .comparison::after,
  .comparison-row > :last-child::before,
  .comparison-head > :last-child::before {
    display: none;
  }

  .comparison-head > * {
    display: none;
  }

  .comparison-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .comparison-row > * {
    display: block;
    height: auto !important;
    min-height: 0;
  }

  .fans-showcase {
    height: auto;
    max-width: none;
  }

  .fans-visual {
    height: 430px;
    position: relative;
    top: 0;
  }

  .fans-title {
    height: 120px;
  }

  .fans-photo {
    top: 76px;
    width: 170%;
  }

  .fans-fade {
    bottom: 0;
    height: 220px;
    top: auto;
  }

  .fans-dark {
    display: none;
  }

  .fans-app-content {
    background: #1e1e1e;
    display: block;
    padding: 0 24px 64px;
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
  }

  .fans-phone {
    display: block;
    height: auto;
    left: auto;
    margin: -96px auto 32px;
    max-width: 343px;
    position: relative;
    top: auto;
    width: 100%;
  }

  .fans-cards {
    gap: 20px;
    margin-left: 0;
    padding-top: 0;
  }

  .fan-card,
  .fan-card-highlight,
  .fan-card-resale,
  .fan-card-updates {
    height: auto;
    padding: 32px 26px;
    width: 100%;
  }

  .fan-card h3,
  .fan-card p,
  .fan-card-highlight h3,
  .fan-card-highlight p,
  .fan-card-resale h3,
  .fan-card-resale p,
  .fan-card-updates h3,
  .fan-card-updates p {
    width: 100%;
  }

  .fan-card-paper {
    display: none;
  }

  .fan-card-knife,
  .fan-card-verified-ticket,
  .fan-card-piggy,
  .fan-card-ticket-stack {
    display: none;
  }

  .testimonial-card {
    padding-bottom: 0;
  }

  .testimonial-visual {
    bottom: auto;
    height: auto;
    margin: 40px auto 0;
    max-width: 497px;
    position: relative;
    right: auto;
    width: 100%;
  }

  .testimonial-visual img {
    height: auto;
    width: 100%;
  }

  .site-footer {
    min-height: 860px;
  }

  .site-footer-hero {
    height: 500px;
  }

  .site-footer-bg {
    object-position: bottom center;
  }

  .site-footer-cta {
    top: 170px;
    width: calc(100% - 40px);
  }

  .site-footer-cta h2 {
    font-size: 30px;
    letter-spacing: -0.4px;
  }

  .site-footer-cta .btn-primary {
    margin-top: 40px;
  }

  .site-footer-bottom {
    gap: 48px;
    height: 360px;
    padding: 96px 24px 0;
  }

  .site-footer-social {
    height: auto;
    max-width: 318px;
    width: min(318px, 80vw);
  }

  .site-footer-links {
    gap: 8px;
    max-width: 340px;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .fans-app-content {
    display: block;
    padding: 0 32px;
    width: 100%;
  }

  .fans-phone {
    left: 8%;
    height: auto;
    max-width: 259px;
    width: 22%;
  }

  .fans-cards {
    margin-left: 31%;
    padding-top: 3.35%;
  }

  .fan-card,
  .fan-card-highlight,
  .fan-card-resale,
  .fan-card-updates {
    width: 100%;
  }

  .fan-card-paper {
    right: -42px;
    width: 120px;
  }

  .fan-card-knife {
    right: -32px;
    width: 168px;
  }

  .fan-card-verified-ticket {
    right: -24px;
    width: 154px;
  }

  .fan-card-verified-ticket img {
    width: 147px;
  }

  .fan-card-verified-badge {
    height: 42px;
    left: 112px;
    width: 42px;
  }

  .fan-card-verified-badge::before {
    height: 10px;
    width: 20px;
  }

  .fan-card-piggy {
    right: 32px;
    width: 88px;
  }

  .fan-card-ticket-stack {
    right: -38px;
    width: 110px;
  }
}

/* Responsive polish layer */
body {
  overflow-x: hidden;
}

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

@media (max-width: 1200px) {
  .site-nav-inner,
  .hero > .mx-auto,
  .nav-dark-section > .mx-auto,
  .comparison-title,
  .testimonial-card {
    max-width: calc(100% - 48px);
  }

  .hero {
    min-height: clamp(920px, 104vw, 1280px) !important;
  }

  .hero-dashboard {
    max-width: min(100%, 1040px);
  }

  .feature-card {
    grid-template-columns: minmax(320px, 40%) minmax(0, 1fr);
    max-width: 100%;
  }

  .feature-copy {
    padding: clamp(28px, 3.4vw, 40px);
  }

  .feature-copy h3 {
    font-size: clamp(24px, 2.4vw, 28px);
  }

  .feature-copy > span {
    font-size: clamp(16px, 1.6vw, 18px);
  }

  .comparison {
    max-width: min(100%, 1082px);
  }

  .fans-app-content {
    width: min(100%, 1232px);
  }
}

@media (max-width: 900px) {
  .site-nav {
    padding: 0 16px;
  }

  .site-nav-inner {
    max-width: 100%;
  }

  .site-nav-logo-wrap {
    justify-content: flex-start;
    width: 148px;
  }

  .site-nav-logo {
    height: 45px;
    left: 0;
    transform: translateY(-50%);
    width: 148px;
  }

  .site-nav-logo-section-white {
    height: 15px;
    width: 118px;
  }

  .hero {
    min-height: 940px !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero > .mx-auto:first-of-type {
    padding-top: 112px;
  }

  .hero h1 {
    font-size: clamp(42px, 11vw, 58px) !important;
    line-height: 0.98;
    max-width: 720px;
  }

  .hero p {
    font-size: 17px;
    margin-top: 24px;
  }

  .hero-dashboard {
    height: min(560px, 92vw);
    margin-top: 44px;
    max-width: 680px;
  }

  .hero-dashboard-frame {
    border-radius: 18px;
  }

  .hero-dashboard-image {
    height: 250%;
    object-fit: cover;
    top: -8%;
  }

  .hero-mobile-screen {
    bottom: -1px;
    left: auto;
    right: -2%;
    width: clamp(116px, 28vw, 190px);
  }

  .problem-flow-stage {
    height: 2420px;
  }

  .problem-flow-dark {
    height: 860px;
  }

  .problem-flow-title {
    height: 76px;
    top: 36px;
  }

  .problem-flow-object {
    height: 238px;
    top: 116px;
    width: min(86vw, 405px);
  }

  .problem-flow-copy {
    top: 386px;
  }

  .problem-flow-half {
    top: 580px;
  }

  .genz-active .problem-flow-copy,
  .genz-active .problem-flow-half {
    width: calc(100% - 48px);
  }

  .problem-flow-divider {
    top: 860px;
  }

  .problem-flow-receipt {
    height: 360px;
    left: 50%;
    top: 790px;
    transform: translateX(-50%);
    width: min(260px, 68vw);
  }

  .problem-flow-receipt-copy {
    left: 24px;
    top: 1180px;
    width: calc(100% - 48px);
  }

  .problem-flow-how {
    left: 24px;
    top: 1390px;
    transform: none;
    width: calc(100% - 48px);
  }

  .figma-how-card {
    aspect-ratio: auto;
    height: 330px;
  }

  .nav-dark-section {
    padding-bottom: 72px;
    padding-top: 72px;
  }

  .nav-dark-section .text-center h2 {
    font-size: clamp(30px, 8vw, 42px);
    line-height: 1.12;
  }

  .nav-dark-section .mt-24 {
    margin-top: 56px;
  }

  .feature-card {
    border-width: 1px;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .feature-cashless {
    overflow: visible;
  }

  .cashless-sticker {
    left: 20px;
    top: -14px;
  }

  .feature-copy {
    padding: 30px 24px;
  }

  .feature-media {
    min-height: 280px;
  }

  .feature-media.compact img,
  .feature-media.cashless-shot img {
    width: min(82%, 420px);
  }

  .play {
    height: 78px !important;
    width: 78px !important;
  }

  .comparison-section {
    padding: 72px 20px;
  }

  .comparison-title h2 {
    font-size: clamp(30px, 8vw, 40px);
  }

  .comparison {
    background: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 44px;
    max-width: 360px;
    overflow: visible;
  }

  .comparison-head {
    display: none;
  }

  .comparison-row {
    display: block;
  }

  .comparison-row > * {
    border: 0;
    display: block;
    height: auto !important;
    letter-spacing: -0.02em;
    min-height: 0;
    padding: 0;
  }

  .comparison-row b {
    align-items: flex-start;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
    padding: 0;
    text-align: left;
  }

  .comparison-row > span:nth-child(2),
  .comparison-row > :last-child {
    box-sizing: border-box;
    display: block;
    min-height: 56px;
    padding: 16px 12px 16px 107px;
    position: relative;
  }

  .comparison-row > span:nth-child(2) {
    background: #fff;
    color: #5c5c5c;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
  }

  .comparison-row > span:nth-child(2)::before {
    color: #5c5c5c;
    content: "Most platforms";
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    left: 0;
    padding-left: 8px;
    position: absolute;
    top: 18px;
    width: 107px;
  }

  .comparison-row > :last-child {
    background: #f4fcfa;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
  }

  .comparison-row > :last-child::before {
    background-image: url("./assets/logo-black.svg");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 86px auto;
    content: "";
    display: block;
    height: 56px;
    left: 0;
    position: absolute;
    top: 0;
    width: 107px;
  }

  .comparison-row:last-of-type > :last-child::after {
    background: var(--green);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .comparison-sticker {
    display: none;
  }

  .fans-showcase {
    background: #1e1e1e;
  }

  .fans-visual {
    height: 470px;
  }

  .fans-title {
    height: auto;
    top: 22px;
    width: 180%;
  }

  .fans-photo {
    left: 50%;
    object-position: bottom center;
    top: 92px;
    width: 190%;
  }

  .fans-app-content {
    padding: 0 20px 72px;
  }

  .fans-phone {
    max-width: min(343px, 84vw);
  }

  .fan-card {
    border-width: 1px;
  }

  .case-study {
    margin-top: 0;
    padding: 72px 20px 0;
  }

  .case-study > div {
    aspect-ratio: auto !important;
    min-height: 780px;
  }

  .case-study h2 {
    font-size: clamp(28px, 7vw, 38px) !important;
    line-height: 1.22 !important;
  }

  .case-stats {
    grid-template-columns: 1fr 1fr;
  }

  .case-stat-number {
    font-size: clamp(38px, 11vw, 54px);
  }

  .testimonial-section {
    padding: 72px 20px 0;
  }

  .testimonial-card {
    max-width: 100%;
    min-height: 0;
  }

  .testimonial-copy blockquote {
    font-size: clamp(24px, 6vw, 32px);
  }

  .site-footer {
    min-height: 820px;
  }

  .site-footer-bg {
    object-position: center bottom;
  }
}

@media (max-width: 640px) {
  .btn-primary,
  .btn-dark {
    min-width: 0;
    width: 100%;
  }

  .hero {
    min-height: 820px !important;
  }

  .hero > .mx-auto:first-of-type {
    padding-top: 96px;
  }

  .hero h1 {
    font-size: clamp(36px, 12vw, 48px) !important;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-dashboard {
    height: 390px;
  }

  .hero-mobile-screen {
    right: -8px;
    width: 132px;
  }

  .problem-flow-stage {
    height: 2370px;
  }

  .problem-flow-copy,
  .problem-flow-half {
    font-size: 15px;
  }

  .problem-flow-how {
    top: 1360px;
  }

  .figma-how-card {
    height: 315px;
    padding: 28px;
  }

  .feature-media {
    min-height: 230px;
  }

  .feature-media > img:first-child {
    object-position: center;
  }

  .feature-media.cashless-shot img {
    border-radius: 16px 16px 0 0;
    width: 86%;
  }

  .comparison {
    max-width: 295px;
  }

  .comparison-row > span:nth-child(2),
  .comparison-row > :last-child {
    padding-left: 107px;
  }

  .fans-visual {
    height: 400px;
  }

  .fan-card {
    padding: 28px 22px;
  }

  .case-stats {
    gap: 24px;
  }

  .testimonial-card {
    padding: 28px 22px !important;
  }

  .site-footer-hero {
    height: 430px;
  }

  .site-footer-cta {
    top: 138px;
  }

  .site-footer-cta h2 {
    font-size: 26px;
  }

  .site-footer-bottom {
    height: 340px;
    padding-top: 76px;
  }
}
