:root {
  --bg: #080706;
  --bg-elevated: #0a0908;
  --surface: rgba(23, 20, 18, 0.86);
  --surface-strong: rgba(28, 25, 23, 0.94);
  --surface-soft: rgba(40, 37, 31, 0.72);
  --line: rgba(248, 245, 239, 0.1);
  --line-strong: rgba(251, 191, 36, 0.24);
  --text: #f8f5ef;
  --text-muted: #a8a29e;
  --gold: #fbbf24;
  --gold-strong: #f59e0b;
  --gold-deep: #d97706;
  --success: #10b981;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --blur: blur(22px);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
  --gutter: 48px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background:
    radial-gradient(circle at top, rgba(251, 191, 36, 0.08), transparent 22%),
    radial-gradient(circle at 20% 15%, rgba(245, 158, 11, 0.12), transparent 18%),
    linear-gradient(180deg, #080706 0%, #0a0908 34%, #111110 100%);
  background-color: #080706;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at top, rgba(251, 191, 36, 0.08), transparent 22%),
    radial-gradient(circle at 20% 15%, rgba(245, 158, 11, 0.12), transparent 18%),
    linear-gradient(180deg, #080706 0%, #0a0908 34%, #111110 100%);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
  background: none;
  color: inherit;
}

.page-shell {
  position: relative;
  overflow: clip;
}

.ambient {
  position: fixed;
  inset: auto;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}

.ambient-top {
  top: -6rem;
  right: -10rem;
  background: rgba(251, 191, 36, 0.12);
}

.ambient-middle {
  top: 32rem;
  left: -12rem;
  background: rgba(217, 119, 6, 0.12);
}

.container {
  width: min(calc(100% - var(--gutter)), var(--container));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero {
  min-height: calc(100svh - 88px);
  padding-top: 0;
  padding-bottom: clamp(28px, 4vh, 52px);
  display: flex;
  align-items: center;
}

.section {
  padding: 6.5rem 0;
}

#problema {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(14, 13, 12, 0.9), rgba(8, 7, 6, 0.98)),
    radial-gradient(circle at top center, rgba(251, 191, 36, 0.08), transparent 52%);
  border-top: 1px solid rgba(248, 245, 239, 0.04);
  border-bottom: 1px solid rgba(248, 245, 239, 0.04);
}

#problema::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(251, 191, 36, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.01), transparent 22%);
  pointer-events: none;
}

.section-soft {
  padding: 3rem 0;
}

.section-alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(251, 191, 36, 0.03));
}

.section-heading {
  max-width: 920px;
  margin: 0 auto 64px;
  text-align: center;
}

.section-heading .eyebrow {
  font-size: 0.68rem;
  padding: 0.2rem 0.42rem;
  color: #fbd06b;
  background: rgba(251, 191, 36, 0.08);
  border-color: var(--line-strong);
  margin-bottom: 1.4rem;
}

.section-heading > p:not(.eyebrow) {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.align-left {
  text-align: center;
}

.section-heading.narrow {
  max-width: 100%;
  margin-inline: auto;
}

.section-heading.align-left.narrow {
  margin-inline: auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.16rem 0.34rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.08);
  color: #fbd06b;
  font-size: 0.56rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-copy .eyebrow {
  font-size: 0.67rem;
  padding: 0.2rem 0.42rem;
}

h1,
h2,
h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.03em;
  margin: 0;
}

h1 {
  font-size: clamp(2.9rem, 6vw, 5.3rem);
  line-height: 0.95;
  max-width: 11ch;
}

h2 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  white-space: normal;
  text-wrap: balance;
  font-size: clamp(1.92rem, 3.2vw, 3.84rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

h3 {
  font-size: 1.15rem;
  line-height: 1.15;
}

p {
  color: var(--text-muted);
  line-height: 1.65;
}

.section-heading p {
  max-width: 720px;
  margin: 22px auto 0;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.65;
}

.problem-heading {
  max-width: 880px;
  margin: 0 auto 56px;
  text-align: center;
}

.problem-heading .eyebrow {
  margin-bottom: 1.4rem;
}

.problem-heading h2 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(2rem, 3.2vw, 3.76rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.problem-heading p {
  max-width: 760px;
  margin: 22px auto 0;
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.95rem;
  padding: 0.8rem 1.15rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
  white-space: nowrap;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button.primary {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-strong) 60%, var(--gold-deep) 100%);
  color: #1c1408;
  box-shadow: 0 16px 40px rgba(245, 158, 11, 0.25);
}

.button.ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
}

.button.large {
  min-height: 3.5rem;
  padding-inline: 1.35rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding-top: 1rem;
}

.site-header.is-scrolled .nav-wrap {
  background: rgba(10, 9, 8, 0.72);
  backdrop-filter: var(--blur);
  border-color: rgba(248, 245, 239, 0.08);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.brand-mark {
  width: 2.7rem;
  height: 2.7rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 25%, #ffd978, transparent 40%),
    linear-gradient(145deg, #fbbf24, #d97706);
  color: #1b1205;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  box-shadow: 0 16px 42px rgba(217, 119, 6, 0.34);
}

.brand-copy {
  display: grid;
}

.brand-copy strong {
  font-size: 1.2rem;
}

.brand-copy small {
  color: var(--text-muted);
  font-size: 0.76rem;
}

.desktop-nav,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.desktop-nav a {
  color: #ddd7cd;
  font-size: 0.96rem;
}

.menu-toggle {
  display: none;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  border: 1px solid var(--line);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.34rem;
  background: rgba(255, 255, 255, 0.02);
}

.menu-toggle span {
  width: 1rem;
  height: 2px;
  border-radius: 99px;
  background: var(--text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.mobile-menu {
  margin-top: 0.7rem;
}

.mobile-menu-inner {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  background: rgba(17, 17, 16, 0.9);
  backdrop-filter: var(--blur);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: clamp(52px, 6vw, 96px);
  align-items: center;
  padding-left: 2.35rem;
}

.hero-copy {
  padding-top: 0;
  max-width: 840px;
  justify-self: end;
}

.hero-lead {
  max-width: 980px;
  font-size: clamp(1rem, 1.1vw, 1.15rem);
  line-height: 1.58;
  margin-top: 18px;
}

.hero-copy h1 {
  font-size: clamp(3.1rem, 5.2vw, 5.9rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
  max-width: 780px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 28px 0 0;
}

.microproof {
  margin: 18px 0 0;
  color: #d6d0c7;
  font-size: 0.77rem;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 1.7rem 0 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.55rem;
  align-items: center;
}

.hero-points li,
.trust-items span {
  padding: 0.42rem 0.55rem;
  border: 1px solid rgba(248, 245, 239, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: #e7e1d8;
  font-size: 0.82rem;
}

.hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  flex: 0 0 auto;
}

.hero-point-visual {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 1.35rem;
  border-radius: 0.45rem;
  border: 1px solid rgba(251, 191, 36, 0.18);
  background:
    linear-gradient(180deg, rgba(251, 191, 36, 0.16), rgba(245, 158, 11, 0.05)),
    rgba(19, 18, 17, 0.92);
  position: relative;
  overflow: hidden;
}

.hero-point-visual::before,
.hero-point-visual::after {
  content: "";
  position: absolute;
}

.hero-point-qr::before {
  inset: 0.22rem;
  border-radius: 0.18rem;
  background:
    linear-gradient(90deg, #f7f2e9 38%, transparent 38% 46%, #f7f2e9 46% 54%, transparent 54% 62%, #f7f2e9 62%);
  opacity: 0.92;
}

.hero-point-qr::after {
  width: 0.3rem;
  height: 0.3rem;
  left: 0.18rem;
  top: 0.18rem;
  border-radius: 0.08rem;
  background: var(--gold);
  box-shadow:
    0.66rem 0 0 var(--gold),
    0 0.66rem 0 var(--gold);
}

.hero-point-scan::before {
  left: 0.24rem;
  right: 0.24rem;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  box-shadow: 0 0 10px rgba(251, 191, 36, 0.45);
}

.hero-point-scan::after {
  inset: 0.22rem;
  border-radius: 0.28rem;
  border: 1px solid rgba(248, 245, 239, 0.18);
}

.hero-point-reward::before {
  width: 0.42rem;
  height: 0.42rem;
  left: 50%;
  top: 0.18rem;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--gold);
}

.hero-point-reward::after {
  left: 0.26rem;
  right: 0.26rem;
  bottom: 0.18rem;
  height: 0.52rem;
  border-radius: 0.18rem;
  background:
    linear-gradient(90deg, transparent 48%, rgba(17, 17, 17, 0.92) 48% 52%, transparent 52%),
    linear-gradient(180deg, #f7f2e9, #e7d2a2);
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
}

.scene-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(48px);
  opacity: 0.55;
  pointer-events: none;
}

.scene-glow-a {
  width: 15rem;
  height: 15rem;
  top: 10%;
  left: 0;
  background: rgba(245, 158, 11, 0.24);
}

.scene-glow-b {
  width: 12rem;
  height: 12rem;
  bottom: 0;
  right: 8%;
  background: rgba(217, 119, 6, 0.22);
}

.hero-stage {
  position: relative;
  width: clamp(202px, 18.7vw, 281px);
  min-height: 0;
  aspect-ratio: 390 / 844;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  backdrop-filter: none;
  display: grid;
  place-items: center;
  margin-top: -20px;
}

.final-copy .eyebrow {
  font-size: 0.62rem;
  padding: 0.19rem 0.4rem;
}


.scene-backdrop {
  display: none;
}

.backdrop-table,
.backdrop-bar,
.backdrop-glass {
  position: absolute;
  border-radius: 999px;
}

.backdrop-table {
  width: 22rem;
  height: 10rem;
  left: -3rem;
  bottom: 4rem;
  background: radial-gradient(circle at center, rgba(255, 201, 120, 0.12), transparent 68%);
}

.backdrop-bar {
  width: 28rem;
  height: 9rem;
  right: -2rem;
  top: 2rem;
  background: linear-gradient(180deg, rgba(251, 191, 36, 0.16), transparent 75%);
  transform: rotate(-11deg);
}

.backdrop-glass {
  width: 8rem;
  height: 18rem;
  right: 1rem;
  bottom: 5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.01));
  filter: blur(12px);
  opacity: 0.35;
}

.iphone-shell {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 390 / 844;
  padding: 0.7rem;
  border-radius: 3.2rem;
  border: 1px solid rgba(248, 245, 239, 0.14);
  background:
    linear-gradient(180deg, rgba(44, 40, 36, 0.95), rgba(7, 7, 7, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 32px 90px rgba(0, 0, 0, 0.55);
  z-index: 2;
}

.iphone-notch {
  position: absolute;
  top: 0.75rem;
  left: 50%;
  width: 7rem;
  height: 1.45rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.95);
  transform: translateX(-50%);
  z-index: 5;
}

.iphone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 2.7rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 24%, rgba(251, 191, 36, 0.06), transparent 28%),
    linear-gradient(180deg, #111111 0%, #0f0f10 100%);
}

.app-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
  padding: 1.2rem 0.82rem 0.78rem;
  opacity: 0;
  transform: translateX(6%) translateY(1.5%) scale(0.965);
  transform-origin: top center;
  transition: opacity 720ms cubic-bezier(0.22, 1, 0.36, 1), transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.app-slide.is-active {
  opacity: 1;
  transform: translateX(0) translateY(0) scale(1);
}

.app-topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 1.4rem;
  padding-top: 0.42rem;
  color: #7f7a88;
}

.back-arrow,
.bell-icon,
.top-spacer {
  font-size: 1.02rem;
  line-height: 1;
}

.back-arrow.invisible {
  opacity: 0;
}

.screen-header,
.hero-screen-title,
.screen-subtitle {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #fff;
}

.screen-header {
  font-size: 0.7rem;
  font-style: italic;
  font-weight: 800;
  justify-self: center;
  letter-spacing: 0.06em;
}

.home-logo {
  width: 5.15rem;
  height: 5.15rem;
  margin: 0.12rem auto 0;
  border-radius: 50%;
  border: 3px solid rgba(217, 175, 10, 0.88);
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.1), transparent 56%),
    #111111;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  font-style: italic;
  box-shadow: 0 0 0 6px rgba(17, 17, 17, 0.7);
}

.hero-screen-title {
  margin: 0;
  text-align: center;
  font-size: 1.28rem;
  line-height: 1;
  font-weight: 900;
}

.location-pill,
.hero-code-pill,
.hero-toast {
  align-self: center;
  padding: 0.48rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(248, 245, 239, 0.08);
  background: rgba(24, 23, 26, 0.96);
  color: #8b8592;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.location-pill {
  font-size: 0.56rem;
}

.hero-card,
.hero-list-card {
  border-radius: 2rem;
  border: 1px solid rgba(248, 245, 239, 0.08);
  background: linear-gradient(180deg, rgba(26, 24, 26, 0.98), rgba(10, 10, 11, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.activity-card-large {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.65rem;
  align-items: center;
  padding: 0.82rem;
  margin-top: 0.18rem;
}

.activity-copy {
  display: grid;
  gap: 0.4rem;
}

.activity-copy span,
.reward-copy span,
.benefits-balance-card span,
.hero-qr-intro,
.screen-subtitle,
.level-ring-inner span {
  color: #726d79;
  letter-spacing: 0.04em;
}

.activity-copy strong {
  font-size: 0.86rem;
  color: #ffffff;
  line-height: 1;
  font-weight: 800;
}

.level-ring {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: conic-gradient(var(--gold) 0 75%, rgba(255, 255, 255, 0.08) 75% 100%);
  display: grid;
  place-items: center;
}

.level-ring-inner {
  width: 3.45rem;
  height: 3.45rem;
  border-radius: 50%;
  background: #141416;
  display: grid;
  place-items: center;
  text-align: center;
}

.level-ring-inner strong {
  font-size: 1.2rem;
  color: #ffffff;
}

.screen-subtitle {
  margin: 0.12rem 0 0;
  font-size: 0.79rem;
  font-weight: 900;
  line-height: 1;
}

.hero-list-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.65rem;
  align-items: center;
  padding: 0.72rem;
  position: relative;
}

.reward-icon,
.benefit-badge {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  font-size: 0.92rem;
  color: var(--gold);
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.2);
}

.reward-copy {
  display: grid;
  gap: 0.25rem;
}

.reward-copy strong,
.benefit-reward-card h4 {
  color: #ffffff;
  font-size: 0.82rem;
  line-height: 1.05;
}

.reward-copy small {
  color: #7e7783;
  font-size: 0.62rem;
  letter-spacing: 0.04em;
}

.hero-list-card em {
  font-style: normal;
  color: var(--gold);
  font-weight: 700;
}

.reward-line {
  grid-column: 1 / -1;
  height: 0.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.reward-line span {
  display: block;
  height: 100%;
  width: 80%;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold));
}

.hero-bottom-nav {
  position: static;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 0.35rem;
  min-height: 3.7rem;
  padding: 0.62rem 0.48rem 0.4rem;
  border-radius: 2rem;
  border: 1px solid rgba(248, 245, 239, 0.08);
  background: rgba(24, 23, 24, 0.96);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.18);
  margin-top: auto;
}

.hero-bottom-nav span,
.hero-bottom-nav strong {
  font-size: 0.48rem;
  text-align: center;
  letter-spacing: 0.04em;
}

.hero-bottom-nav span {
  color: #706a77;
}

.hero-bottom-nav strong {
  color: var(--gold);
}

.hero-bottom-nav strong::before {
  content: "";
  display: block;
  width: 2.05rem;
  height: 2.05rem;
  margin: -1.25rem auto 0.26rem;
  border-radius: 1.1rem;
  background: linear-gradient(180deg, var(--gold), #c59a00);
  box-shadow: 0 0 28px rgba(251, 191, 36, 0.34);
}

.hero-qr-intro {
  max-width: 10.4rem;
  margin: 0.9rem auto 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.28;
  font-size: 0.64rem;
}

.hero-qr-stage {
  display: grid;
  place-items: center;
  margin-top: 0.1rem;
  flex: 1 1 auto;
}

.hero-qr-frame {
  position: relative;
  width: min(100%, 10.35rem);
  aspect-ratio: 1;
  height: auto;
  padding: 0.82rem;
  border-radius: 2rem;
  background: #f7f4ef;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

.hero-qr-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.22rem;
  height: 100%;
}

.hero-qr-grid span {
  aspect-ratio: 1;
  border-radius: 0.08rem;
  background: #050505;
}

.hero-qr-grid span:nth-child(2),
.hero-qr-grid span:nth-child(5),
.hero-qr-grid span:nth-child(9),
.hero-qr-grid span:nth-child(10),
.hero-qr-grid span:nth-child(20),
.hero-qr-grid span:nth-child(27),
.hero-qr-grid span:nth-child(30),
.hero-qr-grid span:nth-child(36),
.hero-qr-grid span:nth-child(41),
.hero-qr-grid span:nth-child(44) {
  background: transparent;
}

.hero-qr-scanline {
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 1rem;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.92), transparent);
  box-shadow: 0 0 22px rgba(251, 191, 36, 0.5);
}

.app-slide.is-active .hero-qr-scanline {
  animation: heroQrSweep 2.2s ease-in-out infinite;
}

.hero-code-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.35rem;
}

.hero-code-pill strong {
  color: #f7f4ef;
  letter-spacing: 0.06em;
  font-size: 0.72rem;
}

.hero-code-pill span,
.hero-toast {
  font-size: 0.62rem;
}

.hero-toast {
  margin-top: auto;
  color: #b7f2cb;
  border-color: rgba(16, 185, 129, 0.2);
  background: rgba(8, 26, 17, 0.78);
  opacity: 0;
  transform: translateY(10px);
}

.app-slide.is-active .hero-toast {
  animation: heroToastIn 2.2s ease-in-out infinite;
}

.benefits-balance-card {
  padding: 0.88rem;
  margin-top: 0.7rem;
}

.benefits-balance-card strong {
  display: inline-flex;
  align-items: end;
  gap: 0.45rem;
  margin-top: 0.65rem;
  font-size: 1.85rem;
  line-height: 0.9;
  color: var(--gold);
}

.benefits-balance-card small {
  font-size: 0.95rem;
  color: #76717d;
}

.benefit-reward-card {
  position: relative;
  display: grid;
  gap: 0.56rem;
  padding: 0.82rem;
}

.benefit-status {
  position: absolute;
  top: 0.82rem;
  right: 0.82rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  color: #3dd282;
  border: 1px solid rgba(16, 185, 129, 0.24);
  background: rgba(2, 43, 25, 0.7);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.benefit-reward-card p {
  margin: 0;
  font-size: 0.62rem;
  line-height: 1.4;
}

.benefit-action {
  min-height: 2.15rem;
  border-radius: 999px;
  background: #f4f1eb;
  color: #111111;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.08em;
  font-size: 0.62rem;
}

@keyframes heroQrSweep {
  0%,
  10% {
    transform: translateY(0);
    opacity: 0.35;
  }
  45%,
  60% {
    transform: translateY(13.2rem);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0.35;
  }
}

@keyframes heroToastIn {
  0%,
  24%,
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
  36%,
  72% {
    opacity: 1;
    transform: translateY(0);
  }
}

.device {
  position: absolute;
  border: 1px solid rgba(248, 245, 239, 0.09);
  background: linear-gradient(180deg, rgba(28, 25, 23, 0.92), rgba(17, 17, 16, 0.9));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.customer-device {
  left: 2rem;
  bottom: 1.8rem;
  width: min(100%, 18.8rem);
  border-radius: 28px;
  padding: 1rem;
  z-index: 2;
}

.operator-device {
  right: 1.8rem;
  top: 5.6rem;
  width: min(100%, 12rem);
  border-radius: 24px;
  padding: 0.85rem;
  opacity: 0.92;
}

.device-top,
.operator-head,
.club-card-head,
.club-meta,
.progress-copy,
.panel-head,
.operator-metrics {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.device-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 18px rgba(16, 185, 129, 0.8);
}

.device-pill,
.status-chip,
.operator-head span,
.panel-head span {
  padding: 0.18rem 0.36rem;
  border-radius: 999px;
  border: 1px solid rgba(248, 245, 239, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #ece4d6;
  font-size: 0.62rem;
}

.club-card {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.club-card-head h3 {
  margin-top: 0.2rem;
}

.muted-label,
.club-meta span,
.operator-head p,
.scanner-status span,
.operator-metrics span,
.progress-copy span,
.metric-card span,
.ranking-row small,
.activity-entry small,
.brand-mini span,
.implementation-item span,
.credibility-example span,
.faq-trigger small,
.form-note,
label span {
  color: var(--text-muted);
  font-size: 0.84rem;
}

.club-meta div,
.operator-metrics div {
  display: grid;
}

.qr-shell {
  position: relative;
  padding: 1rem;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(8, 7, 6, 0.7);
  border: 1px solid rgba(248, 245, 239, 0.07);
  overflow: hidden;
}

.qr-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.3rem;
}

.qr-grid span {
  aspect-ratio: 1;
  border-radius: 0.28rem;
  background: linear-gradient(135deg, #fff7ea, #dfd5c7);
  opacity: 0.9;
}

.qr-grid span:nth-child(3n),
.qr-grid span:nth-child(4n) {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
}

.scan-line {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  top: 1rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.94), transparent);
  box-shadow: 0 0 20px rgba(251, 191, 36, 0.6);
  animation: scanLine 3.6s ease-in-out infinite;
}

.scan-particles span {
  position: absolute;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: rgba(251, 191, 36, 0.8);
  opacity: 0;
  animation: particlePulse 3.6s ease-in-out infinite;
}

.scan-particles span:nth-child(1) {
  top: 22%;
  left: 20%;
}

.scan-particles span:nth-child(2) {
  top: 38%;
  right: 22%;
  animation-delay: 0.18s;
}

.scan-particles span:nth-child(3) {
  bottom: 24%;
  left: 34%;
  animation-delay: 0.34s;
}

.scan-particles span:nth-child(4) {
  bottom: 16%;
  right: 28%;
  animation-delay: 0.52s;
}

.reward-progress {
  display: grid;
  gap: 0.55rem;
}

.progress-track {
  width: 100%;
  height: 0.58rem;
  border-radius: 999px;
  background: rgba(248, 245, 239, 0.08);
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 91.7%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold), #fde68a);
  box-shadow: 0 0 18px rgba(251, 191, 36, 0.34);
  transition: width 700ms ease;
}

.scan-bridge {
  position: absolute;
  left: 53%;
  top: 58%;
  width: 5rem;
  transform: translate(-50%, -50%) rotate(-10deg);
  display: grid;
  gap: 0.45rem;
}

.scan-bridge span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.6), transparent);
  animation: bridgePulse 2.8s ease-in-out infinite;
}

.scan-bridge span:nth-child(2) {
  animation-delay: 0.2s;
}

.scan-bridge span:nth-child(3) {
  animation-delay: 0.4s;
}

.scanner-panel,
.scanner-screen,
.ranking-card,
.activity-card,
.metric-card,
.brand-mini,
.implementation-item,
.contact-form,
.credibility-card,
.comparison-card,
.cards-grid article,
.module-card,
.use-case-card,
.faq-item {
  border: 1px solid rgba(248, 245, 239, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(21, 19, 17, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.scanner-panel,
.ranking-card,
.activity-card,
.contact-form,
.credibility-card {
  border-radius: 24px;
}

.scanner-panel {
  display: grid;
  gap: 0.85rem;
  padding: 0.9rem;
}

.scanner-screen {
  border-radius: 18px;
  padding: 0.85rem;
}

.scanner-frame {
  height: 9rem;
  border-radius: 18px;
  border: 1px solid rgba(251, 191, 36, 0.18);
  background:
    radial-gradient(circle at center, rgba(251, 191, 36, 0.12), transparent 54%),
    rgba(8, 7, 6, 0.8);
  display: grid;
  place-items: center;
}

.scanner-reticle {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 20px;
  border: 1px solid rgba(251, 191, 36, 0.38);
  box-shadow:
    inset 0 0 0 1px rgba(248, 245, 239, 0.08),
    0 0 22px rgba(251, 191, 36, 0.16);
  position: relative;
}

.scanner-reticle::before,
.scanner-reticle::after {
  content: "";
  position: absolute;
  background: rgba(251, 191, 36, 0.7);
}

.scanner-reticle::before {
  left: 50%;
  top: 0.6rem;
  bottom: 0.6rem;
  width: 1px;
  transform: translateX(-50%);
}

.scanner-reticle::after {
  top: 50%;
  left: 0.6rem;
  right: 0.6rem;
  height: 1px;
  transform: translateY(-50%);
}

.scanner-status {
  display: grid;
  gap: 0.25rem;
  margin-top: 0.8rem;
}

.success {
  color: #79e0ae;
}

.floating-stack {
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  display: grid;
  gap: 0.55rem;
  justify-items: start;
  z-index: 3;
}

.floating-badge,
.floating-note {
  padding: 0.58rem 0.9rem;
  border-radius: 999px;
  background: rgba(12, 10, 9, 0.88);
  border: 1px solid rgba(248, 245, 239, 0.08);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
  color: var(--text);
  font-size: 0.88rem;
}

.floating-note {
  opacity: 0;
  transform: translateY(10px);
}

.floating-note.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.floating-note.success {
  border-color: rgba(16, 185, 129, 0.22);
}

.floating-note.accent,
.floating-note.gold {
  border-color: rgba(251, 191, 36, 0.2);
}

.comparison-shell,
.dashboard-panel,
.credibility-card,
.final-cta {
  width: 100%;
}

.grid {
  display: grid;
  gap: 1rem;
}

.cards-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.cards-grid article,
.module-card,
.use-case-card {
  padding: 1.2rem;
  border-radius: 22px;
}

.cards-grid article {
  min-height: 11rem;
}

.icon-badge {
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(251, 191, 36, 0.18), rgba(245, 158, 11, 0.08));
  border: 1px solid rgba(251, 191, 36, 0.18);
  margin-bottom: 1rem;
  color: #fbd06b;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 2rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.34), transparent);
}

.step-card {
  position: relative;
  padding: 3.4rem 1.2rem 1.2rem;
  border-radius: 22px;
  border: 1px solid rgba(248, 245, 239, 0.08);
  background: rgba(17, 17, 16, 0.78);
}

.step-index {
  position: absolute;
  top: 1rem;
  left: 1.2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--gold), var(--gold-deep));
  color: #1b1205;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(217, 119, 6, 0.28);
}

.comparison-shell {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: stretch;
}

.comparison-card {
  border-radius: 30px;
  padding: 2rem;
}

.comparison-divider {
  display: flex;
  align-items: center;
  justify-content: center;
}

.comparison-divider span {
  width: 1px;
  min-height: 100%;
  background: linear-gradient(180deg, transparent, rgba(251, 191, 36, 0.42), transparent);
}

.comparison-card ul,
.faq-list,
.implementation-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.comparison-card li {
  padding: 0.8rem 0 0.8rem 1.4rem;
  position: relative;
  color: #e8e1d6;
  border-bottom: 1px solid rgba(248, 245, 239, 0.06);
}

.comparison-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
}

.comparison-before li::before {
  background: rgba(168, 162, 158, 0.55);
}

.comparison-after li::before {
  background: linear-gradient(145deg, var(--gold), var(--gold-deep));
  box-shadow: 0 0 16px rgba(251, 191, 36, 0.4);
}

.module-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.module-card {
  display: grid;
  gap: 0.9rem;
}

.module-example {
  display: inline-flex;
  width: fit-content;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.09);
  border: 1px solid rgba(251, 191, 36, 0.16);
  color: #f5dfaf;
  font-size: 0.84rem;
}

.dashboard-layout,
.brand-layout,
.implementation-layout {
  display: grid;
  gap: 2rem;
}

.dashboard-panel {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border-radius: 30px;
  border: 1px solid rgba(248, 245, 239, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    rgba(16, 14, 13, 0.86);
  box-shadow: var(--shadow);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.metric-card {
  padding: 1rem;
  border-radius: 20px;
}

.metric-card strong {
  display: block;
  margin-top: 0.55rem;
  font-size: 1.9rem;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.dashboard-bottom {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1rem;
}

.ranking-card,
.activity-card {
  padding: 1rem;
}

.ranking-list,
.activity-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.ranking-row,
.activity-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.ranking-row strong,
.activity-entry strong {
  font-size: 0.98rem;
}

.use-cases-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.brand-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.brand-mini {
  border-radius: 28px;
  overflow: hidden;
  min-height: 21rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.3rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.brand-mini::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(8, 7, 6, 0.86) 100%);
}

.brand-mini > * {
  position: relative;
  z-index: 1;
}

.brand-mini[data-theme="brewery"],
.brand-mini[data-theme="cafe"],
.brand-mini[data-theme="premium"] {
  background-color: #171412;
}

.implementation-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.implementation-item {
  border-radius: 24px;
  padding: 1.2rem;
}

.implementation-item strong {
  display: block;
  margin-top: 0.7rem;
  font-size: 1.05rem;
}

.credibility-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  padding: 1.4rem;
}

.credibility-example {
  border-radius: 24px;
  padding: 1.2rem;
  background: rgba(251, 191, 36, 0.06);
  border: 1px solid rgba(251, 191, 36, 0.16);
  max-width: 860px;
  width: 100%;
  margin-inline: auto;
}

.faq-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
  max-width: 860px;
  width: 100%;
  margin-inline: auto;
}

.faq-item {
  border-radius: 20px;
  overflow: hidden;
}

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  text-align: left;
  cursor: pointer;
}

.faq-trigger strong {
  font-size: 1rem;
}

.faq-trigger span:last-child {
  font-size: 1.4rem;
  color: #f7c86b;
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 220ms ease;
}

.faq-panel p {
  margin: 0;
  padding: 0 1.15rem 1rem;
}

.faq-item.is-open .faq-panel {
  max-height: 12rem;
}

.final-cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  align-items: start;
  margin-top: 1rem;
  padding: 2rem 1.4rem;
  border-radius: 32px;
  border: 1px solid rgba(251, 191, 36, 0.16);
  background:
    radial-gradient(circle at top left, rgba(251, 191, 36, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(28, 25, 23, 0.9), rgba(10, 9, 8, 0.94));
  box-shadow: var(--shadow);
}

.benefits-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#agenda-demo {
  padding-top: 8rem;
}

.benefits-grid article {
  padding: 1.2rem;
  border-radius: 22px;
  border: 1px solid rgba(248, 245, 239, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(21, 19, 17, 0.86);
  box-shadow: var(--shadow);
}

.product-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: 1.25rem;
  align-items: start;
}

.product-showcase,
.product-content {
  display: grid;
  gap: 1rem;
}

.product-app-card,
.product-admin,
.feature-item {
  border: 1px solid rgba(248, 245, 239, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(21, 19, 17, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.product-app-card,
.product-admin {
  border-radius: 28px;
  padding: 1.15rem;
}

.product-app-top,
.product-club-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.product-club-brand {
  margin: 1rem 0;
}

.product-club-brand span,
.product-screen-card span,
.product-progress small {
  color: var(--text-muted);
}

.product-screen {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border-radius: 24px;
  background: rgba(8, 7, 6, 0.52);
  border: 1px solid rgba(248, 245, 239, 0.06);
}

.product-screen-card {
  display: grid;
  gap: 0.3rem;
}

.product-qr-mini {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.35rem;
  max-width: 10rem;
}

.product-qr-mini span {
  aspect-ratio: 1;
  border-radius: 0.25rem;
  background: linear-gradient(135deg, #fef6e6, #e2d8ca);
}

.product-qr-mini span:nth-child(3n),
.product-qr-mini span:nth-child(4n) {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
}

.product-progress {
  display: grid;
  gap: 0.45rem;
}

.product-progress-fill {
  width: 82%;
}

.feature-list {
  display: grid;
  gap: 0.9rem;
}

.feature-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 1rem;
  border-radius: 22px;
}

.feature-item .icon-badge {
  margin-bottom: 0;
}

.admin-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.admin-tags span,
.promo-bar {
  padding: 0.75rem 0.9rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(248, 245, 239, 0.07);
  color: #e7e1d8;
}

.comparison-compact {
  margin-top: 1.4rem;
}

.comparison-compact .comparison-card {
  padding: 1.4rem;
}

.comparison-compact .comparison-card h3 {
  margin-top: 0.15rem;
}

.promo-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.final-copy p:not(.eyebrow) {
  max-width: 52ch;
  margin-inline: auto;
  text-align: center;
}

.final-copy {
  text-align: center;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.contact-form {
  padding: 1rem;
  max-width: 860px;
  width: 100%;
  margin-inline: auto;
}

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

label {
  display: grid;
  gap: 0.45rem;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(248, 245, 239, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 0.9rem 0.95rem;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

input::placeholder,
textarea::placeholder {
  color: #867f77;
}

input:focus,
textarea:focus {
  border-color: rgba(251, 191, 36, 0.38);
  box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.08);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.form-note {
  margin: 0;
}

.site-footer {
  padding: 1rem 0 3rem;
}

.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(248, 245, 239, 0.08);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: #ddd7cd;
}

@keyframes scanLine {
  0%,
  12% {
    transform: translateY(0);
    opacity: 0.3;
  }
  40%,
  58% {
    transform: translateY(8.2rem);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0.3;
  }
}

@keyframes particlePulse {
  0%,
  28%,
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
  42%,
  58% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes bridgePulse {
  0%,
  100% {
    opacity: 0.25;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(0.4rem);
  }
}

@media (max-width: 1100px) {
  .cards-grid,
  .use-cases-grid,
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .module-grid,
  .implementation-list,
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline,
  .dashboard-bottom,
  .brand-gallery,
  .credibility-card,
  .faq-layout,
  .final-cta,
  .product-shell {
    grid-template-columns: 1fr;
  }

  .timeline::before,
  .comparison-divider {
    display: none;
  }

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

  h2 {
    font-size: clamp(2rem, 3.4vw, 3.4rem);
  }
}

@media (max-width: 1440px) {
  .hero {
    padding-top: 0;
    padding-bottom: 36px;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 5vw, 5.3rem);
    max-width: 740px;
  }

  .hero-lead {
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-stage {
    width: clamp(209px, 17.3vw, 252px);
  }

  .problem-heading h2 {
    max-width: 940px;
  }
}

@media (max-width: 1280px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(260px, 0.98fr);
    padding-left: 1.4rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.8rem, 4.7vw, 4.8rem);
    max-width: 700px;
  }

  .hero-stage {
    width: clamp(202px, 17.3vw, 238px);
  }

  .problem-heading h2 {
    max-width: 860px;
  }
}

@media (max-width: 920px) {
  :root {
    --gutter: 2rem;
  }

  .desktop-nav,
  .hide-mobile {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero-grid,
  .cards-grid,
  .benefits-grid,
  .use-cases-grid,
  .implementation-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-left: 0;
  }

  #agenda-demo {
    padding-top: 6.5rem;
  }

  .hero-stage {
    width: min(100%, 288px);
    aspect-ratio: 390 / 844;
    margin-top: -10px;
  }

  .iphone-shell {
    width: 100%;
  }

  .hero-points {
    flex-wrap: wrap;
  }

  .hero-visual {
    padding-left: 0;
  }

  .section-heading {
    margin-bottom: 48px;
  }

  h2 {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .customer-device {
    left: 1.2rem;
    bottom: 1.2rem;
  }

  .operator-device {
    right: 1rem;
    top: 4.4rem;
  }

  .scan-bridge {
    left: 56%;
    top: 56%;
  }

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

@media (max-width: 640px) {
  :root {
    --gutter: 1.25rem;
  }

  .section {
    padding: 4.8rem 0;
  }

  .site-header {
    padding-top: 0.7rem;
  }

  .nav-wrap {
    border-radius: 22px;
  }

  .brand-copy small {
    display: none;
  }

  h1 {
    max-width: 12ch;
  }

  .hero {
    padding-top: 2.3rem;
    min-height: auto;
    display: block;
  }

  .hero-stage {
    width: min(86vw, 288px);
    padding: 0;
    margin-top: 0;
  }

  .iphone-shell {
    width: 100%;
    border-radius: 2.6rem;
  }

  .iphone-screen {
    border-radius: 2.2rem;
  }

  .app-slide {
    padding: 1.7rem 0.9rem 5.6rem;
  }

  .hero-screen-title {
    font-size: 1.55rem;
  }

  .section-heading {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .section-heading h2,
  .problem-heading h2 {
    max-width: 100%;
    font-size: clamp(2rem, 8vw, 2.7rem);
    line-height: 1;
    letter-spacing: -0.05em;
  }

  .section-heading p {
    max-width: 100%;
  }

  .home-logo {
    width: 6.2rem;
    height: 6.2rem;
    font-size: 1rem;
  }

  .activity-card-large {
    grid-template-columns: 1fr;
  }

  .level-ring {
    width: 5.7rem;
    height: 5.7rem;
  }

  .level-ring-inner {
    width: 4.5rem;
    height: 4.5rem;
  }

  .hero-qr-frame {
    width: 13.5rem;
    height: 13.5rem;
    padding: 1rem;
  }

  .benefits-balance-card strong {
    font-size: 2.4rem;
  }

  .benefit-status {
    position: static;
    width: fit-content;
  }

  .hero-bottom-nav {
    min-height: 4.2rem;
  }

  .hero-bottom-nav strong::before {
    width: 2.45rem;
    height: 2.45rem;
    margin-top: -1.45rem;
  }

  .customer-device,
  .operator-device {
    width: auto;
  }

  .customer-device {
    left: 0.9rem;
    right: 4.8rem;
    bottom: 1rem;
  }

  .operator-device {
    width: 8.5rem;
    right: 0.9rem;
    top: 5.1rem;
    padding: 0.65rem;
  }

  .scanner-frame {
    height: 7rem;
  }

  .scanner-reticle {
    width: 3.5rem;
    height: 3.5rem;
  }

  .scan-bridge {
    width: 3rem;
    left: 60%;
    top: 57%;
  }

  .floating-stack {
    top: 0.8rem;
    left: 1rem;
  }

  .floating-badge,
  .floating-note {
    font-size: 0.8rem;
  }

  .comparison-card,
  .contact-form,
  .credibility-card,
  .final-cta {
    padding: 1rem;
  }

  .footer-wrap {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .hero-toast {
    opacity: 1;
    transform: none;
  }
}
