:root {
  --effect-intensity: 0.88;
  --fx-blur-scale: 0.92;
  --fx-shadow-strength: 0.94;
  --fx-grain-opacity: 0.17;
  --fx-ambient-opacity: 0.82;
  --fx-sheen-strength: 1;
  --bg: #090b12;
  --bg-secondary: #101522;
  --panel: rgba(15, 20, 31, 0.7);
  --panel-strong: rgba(18, 25, 39, 0.84);
  --text: #f5f7fb;
  --muted: #b8c4d9;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.22);
  --accent: #5ffbff;
  --accent-secondary: #ff4fd8;
  --accent-tertiary: #8e79ff;
  --cyan: #5ffbff;
  --magenta: #ff4fd8;
  --shadow-deep: 0 40px 120px rgba(0, 0, 0, calc(0.45 * var(--fx-shadow-strength))), 0 12px 32px rgba(0, 0, 0, calc(0.2 * var(--fx-shadow-strength)));
  --shadow-panel: 0 24px 60px rgba(5, 9, 18, calc(0.36 * var(--fx-shadow-strength))), 0 4px 12px rgba(0, 0, 0, calc(0.18 * var(--fx-shadow-strength)));
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 14% 12%, rgba(95, 251, 255, 0.18), transparent 26%),
    radial-gradient(circle at 82% 16%, rgba(255, 79, 216, 0.16), transparent 20%),
    radial-gradient(circle at 60% 78%, rgba(142, 121, 255, 0.14), transparent 24%),
    linear-gradient(145deg, #07090f 0%, #0d1220 44%, #090b12 100%);
  cursor: none;
  transition: background 320ms var(--ease), color 320ms var(--ease);
}
  .hero {
    grid-template-columns: 1fr;
  }

body[data-theme-variant="glass"] {
  --accent: #80e7ff;
  --accent-secondary: #ffd0f6;
}

body[data-theme-variant="luxury"] {
  --accent: #ffd86b;
  --accent-secondary: #ff8bbd;
}

body.is-loading {
  overflow: hidden;
}

.variant-switcher {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 32px;
}

.variant-options {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.variant-chip {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  border-radius: 999px;
  padding: 12px 18px;
  font: inherit;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.variant-chip.is-active {
  border-color: var(--accent);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(0, 0, 0, 0.12));
  transform: translateY(-2px);
}

.demo-toggle,
.meeting-toggle,
.fullscreen-toggle,
.keynote-toggle,
.jury-toggle,
.closing-toggle,
.button-ghost {
  white-space: nowrap;
}

body.is-demo-running .demo-toggle,
body.is-demo-running .button-ghost[data-demo-toggle] {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 0 28px rgba(95, 251, 255, 0.18);
}

body.is-keynote-running .keynote-toggle {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 0 28px rgba(255, 79, 216, 0.16);
}

body.is-jury-mode .jury-toggle {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 0 34px rgba(95, 251, 255, 0.24);
}

body.is-jury-mode {
  cursor: default;
  background:
    radial-gradient(circle at 20% 14%, rgba(95, 251, 255, 0.22), transparent 24%),
    radial-gradient(circle at 84% 16%, rgba(255, 79, 216, 0.2), transparent 20%),
    linear-gradient(180deg, #05070c 0%, #090d16 100%);
}

body.is-jury-mode .cursor-dot,
body.is-jury-mode .cursor-halo {
  opacity: 0;
  pointer-events: none;
}

body.is-jury-mode .page-shell {
  border-color: rgba(95, 251, 255, 0.22);
  box-shadow: 0 0 0 1px rgba(95, 251, 255, 0.08), 0 40px 140px rgba(0, 0, 0, 0.48);
}

body.is-jury-mode .section-intro .eyebrow,
body.is-jury-mode .hero .eyebrow {
  color: #d7ff72;
}

body.is-jury-mode .tilt-card,
body.is-jury-mode .contact-panel,
body.is-jury-mode .drop-finale-panel {
  border-color: rgba(95, 251, 255, 0.18);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.42), 0 0 36px rgba(95, 251, 255, 0.06);
}

body.is-closing-mode .closing-toggle {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 0 28px rgba(255, 216, 107, 0.18);
}

body.is-meeting-mode {
  cursor: default;
  background:
    radial-gradient(circle at 18% 12%, rgba(95, 251, 255, 0.08), transparent 24%),
    linear-gradient(180deg, #06080d 0%, #0a0d14 100%);
}

body.is-meeting-mode .noise,
body.is-meeting-mode .cursor-dot,
body.is-meeting-mode .cursor-halo,
body.is-meeting-mode .showroom-line,
body.is-meeting-mode .showroom-tag,
body.is-meeting-mode .hero-float {
  display: none;
}

body.is-meeting-mode .page-shell {
  width: min(100% - 10px, 100%);
  margin: 0 auto;
  padding: 12px 18px 24px;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.06);
  background: rgba(5, 8, 14, 0.92);
}

body.is-meeting-mode .topbar {
  top: 0;
  border-radius: 18px;
  background: rgba(8, 11, 18, 0.96);
}

body.is-meeting-mode .nav a:not(.is-active) {
  opacity: 0.55;
}

body.is-meeting-mode section {
  padding-top: 88px;
}

body.is-fullscreen-pitch .page-shell {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

body.is-fullscreen-pitch .topbar {
  left: 18px;
  right: 18px;
  width: auto;
}

body.is-fullscreen-pitch .client-brief,
body.is-fullscreen-pitch .pitch-timeline {
  top: 96px;
}

body.is-fullscreen-pitch .jury-scoreboard {
  top: 96px;
}

body.is-closing-mode {
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 216, 107, 0.16), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(95, 251, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #05070c 0%, #0a0d12 100%);
}

body.is-closing-mode .pitch-timeline,
body.is-closing-mode .client-brief,
body.is-closing-mode .jury-scoreboard,
body.is-closing-mode .ambient-equalizer,
body.is-closing-mode .hero-ticker,
body.is-closing-mode .showroom-line,
body.is-closing-mode .showroom-tag,
body.is-closing-mode .hero-float,
body.is-closing-mode .noise,
body.is-closing-mode .cursor-dot,
body.is-closing-mode .cursor-halo {
  opacity: 0;
  pointer-events: none;
}

body.is-closing-mode .topbar {
  width: min(840px, calc(100% - 28px));
  justify-content: center;
}

body.is-closing-mode .nav,
body.is-closing-mode .demo-toggle,
body.is-closing-mode .meeting-toggle,
body.is-closing-mode .fullscreen-toggle,
body.is-closing-mode .keynote-toggle {
  display: none;
}

body.is-closing-mode main section:not(#contact) {
  opacity: 0.18;
  filter: blur(6px);
  transform: scale(0.985);
  pointer-events: none;
}

body.is-closing-mode .contact {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding-top: 120px;
}

body.is-closing-mode .contact-panel {
  min-height: 420px;
  max-width: 920px;
  padding: 40px;
  border-color: rgba(255, 216, 107, 0.22);
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 216, 107, 0.18), transparent 22%),
    radial-gradient(circle at 78% 22%, rgba(255, 79, 216, 0.14), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    rgba(8, 11, 18, 0.94);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.5);
}

body.is-closing-mode .closing-luxe-strip,
body.is-closing-mode .closing-luxe-grid,
body.is-closing-mode .closing-signature {
  opacity: 1;
}

.pitch-timeline {
  position: fixed;
  left: 24px;
  top: 112px;
  z-index: 9000;
  width: 98px;
  display: grid;
  gap: 6px;
  padding: 10px 0;
}

.pitch-timeline::before {
  content: '';
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 11px;
  width: 1px;
  background: linear-gradient(180deg, rgba(95, 251, 255, 0.26), rgba(255, 255, 255, 0.08) 40%, rgba(255, 79, 216, 0.18) 100%);
  box-shadow: 0 0 18px rgba(95, 251, 255, 0.12);
  pointer-events: none;
}

.cinematic-veil {
  position: fixed;
  inset: 0;
  z-index: 10500;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
}

.cinematic-veil-beam,
.cinematic-veil-glow {
  position: absolute;
  inset: auto;
}

.cinematic-veil-beam-a {
  top: -10%;
  left: 14%;
  width: 28vw;
  height: 130vh;
  background: linear-gradient(180deg, rgba(95, 251, 255, 0.16), transparent 72%);
  filter: blur(12px);
  transform: rotate(-14deg);
}

.cinematic-veil-beam-b {
  top: -16%;
  right: 10%;
  width: 26vw;
  height: 130vh;
  background: linear-gradient(180deg, rgba(255, 79, 216, 0.14), transparent 74%);
  filter: blur(18px);
  transform: rotate(11deg);
}

.cinematic-veil-glow {
  inset: 18% 22% auto;
  height: 36vh;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), rgba(95, 251, 255, 0.06) 42%, transparent 72%);
  filter: blur(26px);
}

.pitch-step {
  position: relative;
  display: grid;
  gap: 2px;
  min-height: 42px;
  padding: 7px 10px 7px 22px;
  border: 0;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.62);
  text-align: left;
  background: linear-gradient(90deg, rgba(10, 14, 24, 0.76), rgba(10, 14, 24, 0.22));
  backdrop-filter: blur(10px);
  cursor: pointer;
  box-shadow: none;
  transition: transform 220ms var(--ease), color 220ms var(--ease), background 220ms var(--ease), opacity 220ms var(--ease);
}

.pitch-step::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(10, 14, 24, 0.92);
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px rgba(8, 11, 18, 0.34);
}

.pitch-step span {
  font-family: "Orbitron", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  opacity: 0.46;
}

.pitch-step strong {
  font-size: 0.68rem;
  line-height: 1.1;
}

.pitch-step.is-active {
  color: var(--text);
  background: linear-gradient(90deg, rgba(95, 251, 255, 0.12), rgba(95, 251, 255, 0.02) 58%, rgba(10, 14, 24, 0.2));
  transform: none;
}

.pitch-step.is-active::before {
  border-color: rgba(95, 251, 255, 0.78);
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.94), rgba(95, 251, 255, 0.88) 45%, rgba(95, 251, 255, 0.16) 100%);
  box-shadow: 0 0 0 4px rgba(8, 11, 18, 0.32), 0 0 18px rgba(95, 251, 255, 0.3);
}

.client-brief {
  position: fixed;
  right: 24px;
  top: 112px;
  z-index: 9000;
  width: min(286px, calc(100vw - 32px));
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(8, 11, 18, 0.88);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
  transition: opacity 220ms var(--ease), transform 220ms var(--ease), border-color 220ms var(--ease), box-shadow 220ms var(--ease), background 220ms var(--ease);
}

.jury-scoreboard {
  position: fixed;
  right: 24px;
  top: 424px;
  z-index: 9000;
  width: min(286px, calc(100vw - 32px));
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(8, 11, 18, 0.88);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 240ms var(--ease), transform 240ms var(--ease), border-color 220ms var(--ease), box-shadow 220ms var(--ease), background 220ms var(--ease);
}

body.is-jury-mode .jury-scoreboard {
  opacity: 1;
  transform: translateY(0);
}

.jury-scoreboard-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.jury-scoreboard-title,
.jury-scoreboard-verdict {
  margin: 0;
}

.jury-scoreboard-grid {
  display: grid;
  gap: 10px;
}

.jury-score-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.jury-score-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.jury-score-line span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jury-score-value {
  font-family: "Orbitron", sans-serif;
}

.jury-scoreboard-verdict {
  color: var(--muted);
  line-height: 1.75;
}

.client-brief-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.client-brief-title {
  font-family: "Orbitron", sans-serif;
  font-size: 1.15rem;
}

.client-brief-text {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.client-brief-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.client-brief-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.03);
}

.client-brief-progress {
  position: relative;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.client-brief-progress-bar {
  display: block;
  width: 16%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--magenta));
  transition: width 320ms var(--ease);
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(95, 251, 255, 0.12), transparent 24%),
    radial-gradient(circle at 80% 22%, rgba(255, 79, 216, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(7, 9, 15, 0.98), rgba(7, 9, 15, 1));
}

.preloader-flare {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.18), transparent 26%),
    radial-gradient(circle at 50% 50%, rgba(95, 251, 255, 0.16), transparent 40%);
  mix-blend-mode: screen;
  opacity: 0.7;
}

.preloader-core {
  text-align: center;
}

.preloader-label,
.preloader-status {
  margin: 0;
}

.preloader-label {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.2rem, 4vw, 2rem);
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.preloader-status {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.preloader-bar {
  position: relative;
  height: 10px;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.preloader-bar span {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--cyan), var(--magenta));
  box-shadow: 0 0 30px rgba(95, 251, 255, 0.35);
}

.ambient-equalizer {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 3;
  display: flex;
  align-items: end;
  gap: 8px;
  height: 78px;
}

.ambient-equalizer span {
  width: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(95, 251, 255, 0.34));
  box-shadow: 0 0 18px rgba(95, 251, 255, 0.18);
  animation: equalizerPulse 1.4s ease-in-out infinite;
}

.ambient-equalizer span:nth-child(2) { animation-delay: 0.12s; }
.ambient-equalizer span:nth-child(3) { animation-delay: 0.24s; }
.ambient-equalizer span:nth-child(4) { animation-delay: 0.36s; }
.ambient-equalizer span:nth-child(5) { animation-delay: 0.48s; }
.ambient-equalizer span:nth-child(6) { animation-delay: 0.6s; }

.checkout-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}

.checkout-card {
  position: relative;
  overflow: hidden;
}

.checkout-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(0, 247, 255, 0.16), transparent 42%);
  pointer-events: none;
}

.checkout::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(180deg, transparent 0%, rgba(95, 251, 255, 0.04) 48%, transparent 100%);
  pointer-events: none;
}

.checkout-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-line.total-line {
  margin-bottom: 20px;
  font-size: 1.12rem;
  border-bottom: 0;
}

.checkout-steps {
  display: grid;
  gap: 16px;
}

.checkout-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.checkout-step span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 247, 255, 0.22), rgba(255, 0, 184, 0.22));
  font-family: "Orbitron", sans-serif;
}

.checkout-step.is-active {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04), 0 24px 50px rgba(0, 0, 0, 0.25);
}

.checkout-confirmation {
  grid-column: 1 / -1;
  display: grid;
  gap: 16px;
  min-height: 0;
  max-height: 0;
  padding: 0 26px;
  opacity: 0;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.06);
  transition: max-height 420ms var(--ease), opacity 320ms var(--ease), padding 320ms var(--ease), border-color 320ms var(--ease);
}

.checkout-confirmation.is-visible {
  min-height: 220px;
  max-height: 320px;
  padding: 26px;
  opacity: 1;
  border-color: var(--accent);
}

.checkout-confirmation-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.checkout-confirmation-code {
  font-family: "Orbitron", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.checkout-payment {
  display: grid;
  gap: 18px;
}

.payment-card-visual {
  position: relative;
  display: grid;
  gap: 22px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 18% 18%, rgba(95, 251, 255, 0.18), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(255, 79, 216, 0.16), transparent 24%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(8, 11, 18, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.payment-card-chip {
  width: 56px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 216, 107, 0.8), rgba(255, 255, 255, 0.4));
}

.payment-card-number,
.payment-card-holder,
.payment-card-expiry {
  font-family: "Orbitron", sans-serif;
}

.payment-card-number {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  letter-spacing: 0.14em;
}

.payment-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.payment-methods span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.72);
}

.payment-fields {
  display: grid;
  gap: 12px;
}

.payment-field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.payment-field {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.payment-field label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.payment-field strong {
  font-size: 0.98rem;
}

body.is-showrooming .shop-card {
  opacity: 0.45;
  transform: scale(0.98);
  transition: opacity 320ms var(--ease), transform 320ms var(--ease), filter 320ms var(--ease);
  filter: saturate(0.8);
}

.shop-card.is-showroom-focus {
  opacity: 1 !important;
  transform: scale(1.02) !important;
  filter: saturate(1.1) !important;
  border-color: var(--accent);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.42);
}

.shop-card.is-showroom-focus .shop-preview {
  transform: scale(1.04);
}

body.is-variant-transitioning .shop-preview,
body.is-variant-transitioning .card-overlay-screen {
  filter: blur(2px) saturate(1.2);
  transform: scale(1.03);
}

body.menu-open {
  overflow: hidden;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: var(--fx-grain-opacity);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 116px 116px;
  mask-image: radial-gradient(circle at center, black 48%, transparent 92%);
}

.page-shell {
  position: relative;
  width: min(1320px, calc(100% - 28px));
  margin: 14px auto;
  margin-bottom: 34vh;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    rgba(8, 11, 18, 0.5);
  box-shadow: var(--shadow-deep);
  backdrop-filter: blur(calc(18px * var(--fx-blur-scale))) saturate(calc(0.92 + (0.18 * var(--effect-intensity))));
}

.topbar {
  position: sticky;
  top: 14px;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  background: rgba(9, 12, 20, 0.56);
  box-shadow: 0 12px 28px rgba(0, 0, 0, calc(0.18 * var(--fx-shadow-strength)));
  backdrop-filter: blur(calc(22px * var(--fx-blur-scale))) saturate(calc(0.96 + (0.16 * var(--effect-intensity))));
  transition: border-color 220ms var(--ease), background 220ms var(--ease), box-shadow 220ms var(--ease);
}

.topbar:hover,
.topbar:focus-within {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(9, 12, 20, 0.72);
  box-shadow: 0 16px 40px rgba(0, 0, 0, calc(0.24 * var(--fx-shadow-strength)));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--text);
  text-decoration: none;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong,
.brand-copy small {
  display: block;
}

.brand-copy strong {
  font-family: "Orbitron", sans-serif;
  letter-spacing: 0.08em;
  opacity: 0.9;
}

.brand-copy small {
  color: rgba(184, 196, 217, 0.68);
}

.brand-orb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffffff, #5ffbff 34%, #ff4fd8 68%, #0e1320 100%);
  box-shadow: 0 0 14px rgba(95, 251, 255, 0.42);
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.topbar-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.nav-tools {
  display: none;
}

.nav-tools-title {
  display: none;
}

.nav a,
.button {
  position: relative;
  overflow: hidden;
}

.nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 14px;
  color: rgba(184, 196, 217, 0.68);
  text-decoration: none;
  border-radius: 999px;
  transition: color 220ms var(--ease), background 220ms var(--ease), transform 220ms var(--ease), opacity 220ms var(--ease);
  opacity: 0.78;
}

.nav a::before,
.button::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-115%);
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transition: transform 520ms var(--ease);
}

.nav a:hover,
.nav a.is-active,
.nav a:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.045);
  opacity: 1;
  transform: translateY(-1px);
}

.topbar .button {
  border-color: rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: none;
}

.topbar .button:not(:hover):not(:focus-visible) {
  opacity: 0.82;
}

.nav a:hover::before,
.nav a.is-active::before,
.nav a:focus-visible::before,
.button:hover::after,
.button:focus-visible::after {
  transform: translateX(115%);
}

.menu-toggle {
  display: none;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
  border-radius: 999px;
  transition: transform 220ms var(--ease), opacity 220ms var(--ease);
}

body.menu-open .menu-toggle span:first-child {
  transform: translateY(7px) rotate(45deg);
}

body.menu-open .menu-toggle span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

main {
  display: grid;
  gap: 28px;
  padding: 10px 4px 4px;
}

@media (min-width: 1121px) {
  .pitch-timeline {
    position: fixed;
    top: 112px;
    left: 24px;
    z-index: 9000;
    grid-template-columns: 1fr;
    width: 88px;
  }

  .pitch-step {
    min-height: 34px;
    padding: 6px 8px 6px 22px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(10, 14, 24, 0.5), rgba(10, 14, 24, 0.08));
  }

  .pitch-step strong {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-4px);
    transition: opacity 200ms var(--ease), transform 200ms var(--ease), max-height 200ms var(--ease);
  }

  .pitch-step:hover strong,
  .pitch-step:focus-visible strong {
    max-height: 24px;
    opacity: 0.88;
    transform: translateY(0);
  }

  .pitch-step:hover,
  .pitch-step:focus-visible {
    background: linear-gradient(90deg, rgba(95, 251, 255, 0.08), rgba(10, 14, 24, 0.16) 68%);
    color: rgba(255, 255, 255, 0.88);
  }

  .pitch-step span {
    opacity: 0.7;
  }

  .pitch-step.is-active {
    min-height: 52px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .pitch-step.is-active strong {
    max-height: 24px;
    opacity: 1;
    transform: translateY(0);
  }

  .client-brief,
  .jury-scoreboard {
    border-color: rgba(255, 255, 255, 0.07);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
      rgba(8, 11, 18, 0.76);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  }

  .client-brief {
    opacity: 0.72;
    transform: translateX(10px) scale(0.985);
  }

  .client-brief-text,
  .client-brief-chips,
  .client-brief-progress {
    opacity: 0.42;
    transition: opacity 220ms var(--ease), transform 220ms var(--ease);
  }

  .client-brief:hover,
  .client-brief:focus-within {
    opacity: 1;
    transform: translateX(0) scale(1);
    border-color: rgba(95, 251, 255, 0.14);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28), 0 0 24px rgba(95, 251, 255, 0.05);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
      rgba(8, 11, 18, 0.88);
  }

  .client-brief:hover .client-brief-text,
  .client-brief:hover .client-brief-chips,
  .client-brief:hover .client-brief-progress,
  .client-brief:focus-within .client-brief-text,
  .client-brief:focus-within .client-brief-chips,
  .client-brief:focus-within .client-brief-progress {
    opacity: 1;
  }

  body.is-jury-mode .jury-scoreboard {
    opacity: 0.7;
    transform: translateX(10px) scale(0.985);
  }

  body.is-jury-mode .jury-scoreboard:hover,
  body.is-jury-mode .jury-scoreboard:focus-within {
    opacity: 1;
    transform: translateX(0) scale(1);
    border-color: rgba(95, 251, 255, 0.18);
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.28), 0 0 28px rgba(95, 251, 255, 0.07);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
      rgba(8, 11, 18, 0.9);
  }

  main {
    padding: 10px 306px 4px 136px;
  }

  .opening-luxe,
  .hero,
  .vision-grid,
  .craft-stack,
  .catalog-grid,
  .shop-grid,
  .proof-grid,
  .offers-grid,
  .voices-grid,
  .faq-layout,
  .contact-panel,
  .checkout-grid,
  .logo-strip {
    max-width: 100%;
  }
}

@media (max-width: 1040px) {
  .drop-finale-ledger,
  .topbar-tools {
    display: none;
  }

  .topbar {
    top: 8px;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 24px;
  }

  .brand {
    min-width: 0;
    flex: 1 1 auto;
  }

  .nav {
    order: 10;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: grid;
    gap: 8px;
    width: 100%;
    max-height: min(70vh, 420px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(8, 11, 18, 0.96);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms var(--ease), transform 220ms var(--ease);
  }

  .nav-tools {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 4px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav-tools-title {
    display: block;
    grid-column: 1 / -1;
    padding: 0 4px 2px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .nav-tool-button {
    width: 100%;
    justify-content: center;
    min-height: 42px;
    padding: 14px 16px;
    border-radius: 18px;
    text-align: center;
    font-size: 0.76rem;
    line-height: 1.2;
    white-space: normal;
  }

  .nav a {
    width: 100%;
    justify-content: space-between;
    padding: 14px 16px;
    border-radius: 18px;
  }

  body.menu-open .nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .menu-toggle {
    display: inline-block;
    margin-left: auto;
    flex: 0 0 auto;
  }
}

@media (max-width: 560px) {
  .nav-tools {
    grid-template-columns: 1fr;
  }
}

.opening-luxe {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 20px;
  padding: 14px 8px 6px;
}

.opening-luxe-copy,
.opening-luxe-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(10, 14, 22, 0.82);
  box-shadow: var(--shadow-panel), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.opening-luxe-copy p:last-child {
  margin: 16px 0 0;
}

.opening-luxe-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.opening-luxe-card {
  display: grid;
  align-content: end;
  gap: 10px;
  min-height: 180px;
}

.opening-luxe-card small,
.closing-sales-card small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.opening-luxe-card span,
.closing-sales-card span,
.closing-sales-price small {
  color: var(--muted);
  line-height: 1.7;
}

section {
  position: relative;
}
section[id] {
  scroll-margin-top: 118px;
}

.hero {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 24px;
  align-items: center;
  min-height: calc(100vh - 140px);
  padding: 26px 8px 10px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Orbitron", sans-serif;
  line-height: 0.96;
  letter-spacing: 0.03em;
}

h1 {
  max-width: 10.5ch;
  font-size: clamp(3.7rem, 8vw, 7rem);
}

h2 {
  max-width: 13ch;
  font-size: clamp(2.2rem, 5vw, 4.1rem);
}

h3 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.hero-text,
.craft-copy p,
.info-card p,
.feature-panel p,
.showcase-card p,
.proof-card p,
.contact-panel p,
.rail-item p {
  color: var(--muted);
  line-height: 1.78;
}

.hero-text {
  max-width: 62ch;
  margin-top: 22px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-ticker {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.hero-ticker span {
  flex: 0 0 auto;
  padding: 8px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.04);
  animation: marqueeSlide 16s linear infinite;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  text-decoration: none;
  transition: transform 240ms var(--ease), box-shadow 240ms var(--ease), border-color 240ms var(--ease), background 240ms var(--ease);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px) scale(1.02);
}

.button-primary {
  color: #0a1008;
  background: linear-gradient(135deg, var(--cyan), var(--magenta));
  box-shadow: 0 18px 40px rgba(95, 251, 255, 0.22);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.hero-metrics li,
.info-card,
.feature-panel,
.showcase-card,
.proof-card,
.contact-panel,
.device-card,
.proof-rail {
  position: relative;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    rgba(10, 14, 22, 0.74);
  box-shadow: var(--shadow-panel), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(calc(20px * var(--fx-blur-scale))) saturate(calc(0.95 + (0.16 * var(--effect-intensity))));
}

.tilt-card {
  transform-style: preserve-3d;
  will-change: transform;
}

.hero-metrics li {
  padding: 18px;
  border-radius: var(--radius-lg);
}

.hero-metrics strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-family: "Syne", sans-serif;
}

.hero-stage {
  position: relative;
  min-height: 760px;
  display: grid;
  place-items: center;
}

.ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(24px);
  opacity: calc(0.8 * var(--fx-ambient-opacity));
}

.ambient-one {
  width: 230px;
  height: 230px;
  top: 10%;
  left: 6%;
  background: radial-gradient(circle, rgba(95, 251, 255, 0.74), transparent 70%);
}

.ambient-two {
  width: 340px;
  height: 340px;
  right: 2%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(255, 79, 216, 0.34), transparent 70%);
}

.ambient-three {
  width: 260px;
  height: 260px;
  left: 35%;
  bottom: 16%;
  background: radial-gradient(circle, rgba(142, 121, 255, 0.22), transparent 70%);
}

.showroom-line,
.showroom-tag {
  position: absolute;
  z-index: 2;
}

.showroom-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(95, 251, 255, 0.75), rgba(255, 79, 216, 0.75), transparent);
  box-shadow: 0 0 calc(14px + (10px * var(--effect-intensity))) rgba(95, 251, 255, calc(0.18 + (0.12 * var(--effect-intensity))));
}

.showroom-line-a {
  top: 14%;
  left: 4%;
  width: 44%;
}

.showroom-line-b {
  right: 2%;
  bottom: 18%;
  width: 38%;
}

.showroom-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(8, 11, 18, 0.6);
  backdrop-filter: blur(calc(14px * var(--fx-blur-scale))) saturate(calc(0.96 + (0.12 * var(--effect-intensity))));
}

.showroom-tag-left {
  top: 10%;
  left: 4%;
}

.showroom-tag-right {
  right: 3%;
  bottom: 14%;
}

.hero-float {
  position: absolute;
  z-index: 3;
  min-width: 190px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(11, 15, 24, 0.72);
  box-shadow: 0 20px 45px rgba(0, 0, 0, calc(0.28 * var(--fx-shadow-strength)));
  backdrop-filter: blur(calc(18px * var(--fx-blur-scale))) saturate(calc(0.96 + (0.14 * var(--effect-intensity))));
}

.hero-float span,
.offer-tag {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-float strong {
  display: block;
  font-family: "Orbitron", sans-serif;
  font-size: 1.2rem;
}

.hero-float small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.5;
}

.hero-float-top {
  top: 70px;
  right: -10px;
  animation: floatY 6s ease-in-out infinite;
}

.hero-float-bottom {
  left: -12px;
  bottom: 62px;
  animation: floatY 7s ease-in-out infinite reverse;
}

.device-card {
  width: min(580px, 100%);
  padding: 18px;
  border-radius: 40px;
  transform-style: preserve-3d;
}

.device-card::before,
.info-card::before,
.feature-panel::before,
.showcase-card::before,
.proof-card::before,
.contact-panel::before,
.proof-rail::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.07);
  pointer-events: none;
  opacity: calc(0.7 + 0.3 * var(--effect-intensity));
}

.device-rim {
  position: absolute;
  inset: 10px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  pointer-events: none;
}

.device-head {
  display: flex;
  gap: 8px;
  padding: 4px 4px 16px;
}

.device-head span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.device-screen {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.14), transparent 16%),
    linear-gradient(150deg, #101628 0%, #17233c 46%, #0d1220 100%);
  box-shadow: inset 0 1px 18px rgba(255, 255, 255, 0.08), inset 0 -26px 44px rgba(0, 0, 0, 0.28);
}

.screen-mesh,
.screen-glow {
  position: absolute;
  inset: 0;
}

.screen-mesh {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: calc(0.42 + (0.15 * var(--effect-intensity)));
}

.screen-glow {
  background:
    radial-gradient(circle at 70% 16%, rgba(255, 79, 216, 0.18), transparent 20%),
    radial-gradient(circle at 26% 70%, rgba(95, 251, 255, 0.16), transparent 24%);
  opacity: calc(0.72 + (0.16 * var(--effect-intensity)));
}

.screen-beam {
  position: absolute;
  inset: -20% auto -20% -10%;
  width: 42%;
  transform: rotate(18deg);
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  filter: blur(calc(8px * var(--fx-blur-scale)));
  opacity: 0.55;
  animation: beamSweep 9s ease-in-out infinite;
}

.panel {
  position: absolute;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 60px rgba(0, 0, 0, calc(0.22 * var(--fx-shadow-strength))), inset 0 1px 0 rgba(255, 255, 255, calc(0.08 + (0.04 * var(--fx-sheen-strength))));
  backdrop-filter: blur(calc(16px * var(--fx-blur-scale))) saturate(calc(0.96 + (0.14 * var(--effect-intensity))));
}

.panel-main {
  inset: 86px 52px auto;
  padding: 28px;
}

.panel-main p,
.panel-side span,
.feature-panel small,
.showcase-card p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.panel-main h2 {
  max-width: 9ch;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.panel-side {
  width: 190px;
  padding: 18px;
}

.panel-left {
  left: 32px;
  bottom: 40px;
}

.panel-right {
  right: 32px;
  bottom: 90px;
}

.panel-side strong {
  display: block;
  max-width: 8ch;
  font-family: "Orbitron", sans-serif;
  font-size: 1.2rem;
}

.screen-object {
  position: absolute;
  right: 72px;
  top: 208px;
  width: 250px;
  height: 250px;
  display: grid;
  place-items: center;
}

.object-shard {
  position: absolute;
  width: 84px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(95, 251, 255, 0.9), rgba(255, 79, 216, 0.8));
  box-shadow: 0 0 32px rgba(95, 251, 255, 0.26);
  filter: blur(0.2px);
}

.object-shard-a {
  top: 26px;
  left: 10px;
  transform: rotate(-24deg);
}

.object-shard-b {
  right: -6px;
  bottom: 34px;
  transform: rotate(28deg);
}

.object-core {
  position: absolute;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 28% 26%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.18) 26%, rgba(130, 214, 255, 0.48) 54%, rgba(13, 18, 32, 0.92) 100%);
  box-shadow:
    inset -18px -22px 36px rgba(0, 0, 0, 0.24),
    inset 12px 10px 24px rgba(255, 255, 255, 0.2),
    0 0 60px rgba(130, 214, 255, 0.22);
}

.object-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.object-ring-a {
  width: 220px;
  height: 220px;
  box-shadow: inset 0 0 60px rgba(130, 214, 255, 0.08), 0 0 100px rgba(130, 214, 255, 0.08);
  animation: spinSlow 16s linear infinite;
}

.object-ring-b {
  width: 280px;
  height: 280px;
  border-color: rgba(215, 255, 114, 0.16);
  animation: spinSlowReverse 20s linear infinite;
}

.section-intro {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.vision-grid,
.craft-stack,
.showcase-grid,
.proof-grid {
  display: grid;
  gap: 18px;
}

.vision-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card,
.feature-panel,
.proof-card,
.contact-panel,
.proof-rail {
  padding: 24px;
  border-radius: var(--radius-xl);
}

.card-index {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #0c1108;
  font-weight: 800;
  background: linear-gradient(135deg, var(--cyan), var(--magenta));
}

.craft {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 18px;
}

.craft-stack {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.accent-panel {
  background:
    radial-gradient(circle at 30% 20%, rgba(215, 255, 114, 0.12), transparent 40%),
    linear-gradient(180deg, rgba(215, 255, 114, 0.18), rgba(130, 214, 255, 0.08)),
    rgba(15, 20, 31, 0.85);
}

.showcase-grid {
  grid-template-columns: 1.08fr 1fr 1fr;
  grid-template-areas:
    "tall wide wide"
    "tall small1 small2";
}

.catalog-grid,
.shop-grid,
.voices-grid {
  display: grid;
  gap: 18px;
}

.catalog-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-areas:
    "large card2 card3"
    "large card4 card4";
}

.catalog-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 260px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(10, 14, 22, 0.82);
  box-shadow: var(--shadow-panel), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.catalog-card::before,
.voice-card::before,
.logo-strip::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.catalog-card-large {
  grid-area: large;
  min-height: 540px;
  background:
    radial-gradient(circle at 78% 18%, rgba(215, 255, 114, 0.18), transparent 18%),
    radial-gradient(circle at 24% 28%, rgba(130, 214, 255, 0.2), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(10, 14, 22, 0.88);
}

.catalog-grid .catalog-card:nth-child(2) {
  grid-area: card2;
}

.catalog-grid .catalog-card:nth-child(3) {
  grid-area: card3;
}

.catalog-grid .catalog-card:nth-child(4) {
  grid-area: card4;
}

.catalog-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #0b1208;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--cyan), var(--magenta));
}

.catalog-card p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.catalog-card span {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.7;
}

.collection-carousel {
  display: grid;
  gap: 18px;
  margin-top: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(10, 14, 22, 0.82);
  box-shadow: var(--shadow-panel), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.collection-carousel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.collection-carousel-actions {
  display: flex;
  gap: 10px;
}

.carousel-nav {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.collection-viewport {
  overflow: hidden;
}

.collection-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  gap: 16px;
  transition: transform 380ms var(--ease);
}

.collection-card {
  min-height: 220px;
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
}

.collection-card-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #0c0f14;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--cyan), var(--magenta));
}

.shop-grid {
  grid-template-columns: 1.16fr 1fr 1fr;
  gap: 18px;
}

.shop-card {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(10, 14, 22, 0.82);
  box-shadow: var(--shadow-panel), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.shop-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
  opacity: calc(0.7 + 0.3 * var(--effect-intensity));
}

.shop-card-featured {
  grid-template-columns: 0.94fr 1.06fr;
  align-items: center;
}

.shop-visual {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 20%, rgba(95, 251, 255, 0.2), transparent 22%),
    radial-gradient(circle at 80% 20%, rgba(255, 79, 216, 0.18), transparent 24%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(9, 12, 19, 0.9);
}

.shop-preview {
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 320ms var(--ease), filter 320ms var(--ease), background 320ms var(--ease);
}

.shop-preview-a {
  background:
    radial-gradient(circle at 24% 18%, rgba(95, 251, 255, 0.26), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(160deg, #111625 0%, #18203a 45%, #0b1019 100%);
}

.shop-preview-b {
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 79, 216, 0.24), transparent 22%),
    linear-gradient(160deg, #111625 0%, #1a193a 45%, #0b1019 100%);
}

.shop-preview-c {
  background:
    radial-gradient(circle at 50% 20%, rgba(95, 251, 255, 0.16), transparent 22%),
    radial-gradient(circle at 40% 70%, rgba(255, 79, 216, 0.18), transparent 22%),
    linear-gradient(160deg, #111625 0%, #281635 45%, #0b1019 100%);
}

.shop-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #0c0f14;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--cyan), var(--magenta));
}

.shop-copy {
  display: grid;
  gap: 12px;
}

.shop-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shop-price {
  display: block;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
}

.shop-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.shop-list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.6;
}

.shop-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--magenta));
  box-shadow: 0 0 16px rgba(95, 251, 255, 0.48);
}

.theme-comparator {
  display: grid;
  gap: 18px;
  margin-top: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(10, 14, 22, 0.82);
  box-shadow: var(--shadow-panel), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.theme-comparator-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.theme-comparator-toggles {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.compare-chip {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border-radius: 999px;
  padding: 12px 16px;
  font: inherit;
  cursor: pointer;
  transition: transform 220ms var(--ease), border-color 220ms var(--ease), background 220ms var(--ease);
}

.compare-chip.is-active {
  border-color: var(--accent);
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
}

.theme-comparator-stage {
  position: relative;
  min-height: 320px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.compare-panel {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: end;
  gap: 16px;
  padding: 24px;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 320ms var(--ease), transform 320ms var(--ease);
}

.compare-panel.is-active {
  opacity: 1;
  transform: scale(1);
}

.compare-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #0c0f14;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--cyan), var(--magenta));
}

.compare-visual {
  min-height: 180px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.compare-visual-before {
  background:
    radial-gradient(circle at 22% 18%, rgba(95, 251, 255, 0.24), transparent 20%),
    radial-gradient(circle at 78% 22%, rgba(255, 79, 216, 0.18), transparent 24%),
    linear-gradient(160deg, #12192c 0%, #18203a 48%, #0b1019 100%);
}

.compare-visual-after {
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 216, 107, 0.22), transparent 20%),
    radial-gradient(circle at 72% 28%, rgba(255, 139, 189, 0.16), transparent 24%),
    linear-gradient(160deg, #1a1413 0%, #281635 48%, #0b1019 100%);
}

.showcase-card {
  min-height: 250px;
  padding: 24px;
  border-radius: 30px;
  overflow: hidden;
}

.showcase-card > div {
  position: relative;
  z-index: 1;
  max-width: 320px;
}

.showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.showcase-tall {
  grid-area: tall;
  min-height: 540px;
  background:
    radial-gradient(circle at 30% 16%, rgba(130, 214, 255, 0.28), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    rgba(10, 14, 22, 0.86);
}

.showcase-wide {
  grid-area: wide;
  background:
    radial-gradient(circle at 80% 20%, rgba(215, 255, 114, 0.24), transparent 22%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.015)),
    rgba(10, 14, 22, 0.86);
}

.proof-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

.proof-card {
  min-height: 280px;
}

.proof-rail {
  display: grid;
  gap: 14px;
  align-content: start;
}

.rail-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
}

.rail-item span {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  color: #0c1108;
  background: linear-gradient(135deg, var(--cyan), var(--magenta));
}

.contact-panel {
  min-height: 300px;
  display: grid;
  align-content: center;
}

.closing-luxe-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.closing-luxe-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.04);
}

.closing-luxe-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 10px;
}

.closing-luxe-card {
  display: grid;
  gap: 10px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
}

.closing-luxe-card small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.closing-signature {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.closing-signature-line {
  width: 160px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 216, 107, 0.92), transparent);
}

.closing-signature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.closing-sales-board {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 18px;
  margin-top: 12px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
}

.closing-sales-price {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(255, 216, 107, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
}

.closing-sales-price span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.closing-sales-price strong {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.closing-deliverables {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.closing-deliverables-title {
  font-family: "Orbitron", sans-serif;
}

.closing-deliverables-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.closing-deliverables-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.04);
}

.closing-deliverables-note {
  display: grid;
  gap: 6px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.closing-deliverables-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.closing-sales-stack,
.closing-sales-form {
  display: grid;
  gap: 14px;
}

.closing-sales-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.closing-sales-card {
  display: grid;
  gap: 10px;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.closing-package-lane {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.closing-package-panel {
  display: grid;
  gap: 12px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(255, 216, 107, 0.14), transparent 26%),
    rgba(255, 255, 255, 0.03);
}

.closing-package-panel small,
.closing-package-step {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.closing-package-name {
  font-family: "Orbitron", sans-serif;
  font-size: 1.1rem;
}

.closing-package-note,
.closing-package-timing {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.closing-package-includes,
.closing-package-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.closing-package-includes span,
.closing-package-step {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.closing-package-step.is-active {
  color: #0c1108;
  background: linear-gradient(135deg, var(--cyan), #ffd86b);
}

.closing-offer-sheet {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.closing-offer-card {
  display: grid;
  gap: 10px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(95, 251, 255, 0.08), transparent 24%),
    rgba(255, 255, 255, 0.03);
}

.closing-offer-card small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.closing-offer-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.closing-sales-form {
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
}

.closing-sales-form label {
  display: grid;
  gap: 8px;
}

.closing-sales-form span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.closing-sales-form input,
.closing-sales-form select,
.closing-sales-form textarea {
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  color: var(--text);
  font: inherit;
  background: rgba(255, 255, 255, 0.04);
}

.closing-sales-form textarea {
  min-height: 124px;
  padding-top: 16px;
  resize: vertical;
}

.closing-sales-form-full {
  grid-column: 1 / -1;
}

.closing-sales-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  grid-column: 1 / -1;
}

.lead-pipeline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  grid-column: 1 / -1;
}

.lead-pipeline-step {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.04);
}

.lead-pipeline-step.is-active {
  color: #0c1108;
  background: linear-gradient(135deg, var(--cyan), var(--magenta));
}

.closing-lead-status {
  display: grid;
  gap: 8px;
  grid-column: 1 / -1;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.closing-lead-status-title,
.closing-lead-status-text {
  margin: 0;
}

.closing-lead-status-text {
  color: var(--muted);
  line-height: 1.7;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.offer-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(10, 14, 22, 0.78);
  box-shadow: var(--shadow-panel), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.offer-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
  opacity: calc(0.7 + 0.3 * var(--effect-intensity));
}

.offer-card-featured {
  background:
    radial-gradient(circle at 80% 14%, rgba(215, 255, 114, 0.18), transparent 20%),
    radial-gradient(circle at 20% 80%, rgba(95, 251, 255, 0.06), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(12, 16, 24, 0.82);
  transform: translateY(-10px);
}

.offer-price {
  display: block;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.offer-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.offer-list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.6;
}

.offer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--magenta));
  box-shadow: 0 0 16px rgba(95, 251, 255, 0.5);
}

.logo-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    rgba(10, 14, 22, 0.78);
  box-shadow: var(--shadow-panel);
}

.logo-strip span {
  display: inline-grid;
  place-items: center;
  min-height: 68px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Orbitron", sans-serif;
  font-size: 0.98rem;
  background: rgba(255, 255, 255, 0.03);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 18px;
}

.license-card,
.faq-item {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(10, 14, 22, 0.8);
  box-shadow: var(--shadow-panel), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.license-card {
  padding: 24px;
}

.license-table {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.license-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.license-head {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.license-row span:last-child {
  font-family: "Orbitron", sans-serif;
}

.guarantee-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.guarantee-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.03);
}

.license-policy-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.license-policy-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(255, 216, 107, 0.08), transparent 22%),
    rgba(255, 255, 255, 0.03);
}

.license-policy-card small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.license-policy-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  border: 0;
  color: var(--text);
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.faq-question span {
  font-family: "Orbitron", sans-serif;
  font-size: 1rem;
  line-height: 1.45;
}

.faq-question strong {
  font-size: 1.3rem;
  transition: transform 220ms var(--ease);
}

.faq-item.is-open .faq-question strong {
  transform: rotate(45deg);
}

.faq-answer {
  height: 0;
  overflow: hidden;
}

.faq-answer p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted);
  line-height: 1.8;
}

.card-overlay {
  position: fixed;
  inset: 0;
  z-index: 11000;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
}

.card-overlay.is-visible {
  pointer-events: auto;
}

.card-overlay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 8, 14, 0.7);
  backdrop-filter: blur(14px);
}

.card-overlay-panel {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 24px));
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 18%, rgba(95, 251, 255, 0.14), transparent 24%),
    radial-gradient(circle at 82% 22%, rgba(255, 79, 216, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(9, 12, 19, 0.94);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.card-overlay-close {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.card-overlay-kicker {
  margin: 20px 0 8px;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.card-overlay-title {
  margin-bottom: 14px;
}

.card-overlay-text {
  color: var(--muted);
  line-height: 1.85;
}

.card-overlay-preview,
.card-overlay-configurator,
.card-overlay-summary {
  margin-top: 20px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.card-overlay-screen {
  min-height: 220px;
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  transition: background 320ms var(--ease), transform 320ms var(--ease), filter 320ms var(--ease);
}

.card-overlay-configurator {
  display: grid;
  gap: 16px;
}

.card-overlay-config-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.card-overlay-config-head span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.card-overlay-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.config-chip,
.card-overlay-meta span,
.checkout-confirmation-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.03);
}

.config-chip {
  font: inherit;
  cursor: pointer;
  transition: transform 220ms var(--ease), border-color 220ms var(--ease), background 220ms var(--ease);
}

.config-chip.is-active {
  border-color: var(--accent);
  color: var(--text);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
  transform: translateY(-2px);
}

.card-overlay.is-visible .card-overlay-panel {
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.48);
}

.success-screen {
  position: fixed;
  inset: 0;
  z-index: 11500;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
}

.success-screen.is-visible {
  pointer-events: auto;
}

.success-screen-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 8, 14, 0.82);
  backdrop-filter: blur(18px);
}

.success-screen-panel {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 24px));
  display: grid;
  gap: 20px;
  padding: 34px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 18% 18%, rgba(95, 251, 255, 0.16), transparent 24%),
    radial-gradient(circle at 82% 22%, rgba(255, 79, 216, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(9, 12, 19, 0.96);
  box-shadow: 0 48px 140px rgba(0, 0, 0, 0.52);
}

.success-screen-title {
  margin: 0;
}

.success-screen-text {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.success-screen-summary {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.success-screen-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.success-screen-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.success-downloads {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.success-download-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(95, 251, 255, 0.1), transparent 24%),
    rgba(255, 255, 255, 0.03);
}

.success-download-card small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.success-download-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.success-screen-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.drop-finale {
  position: fixed;
  inset: 0;
  z-index: 11600;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
}

.drop-finale.is-visible {
  pointer-events: auto;
}

.drop-finale-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 8, 14, 0.86);
  backdrop-filter: blur(20px);
}

.drop-finale-panel {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100% - 24px));
  display: grid;
  gap: 20px;
  padding: 36px;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 18% 18%, rgba(95, 251, 255, 0.16), transparent 24%),
    radial-gradient(circle at 82% 22%, rgba(255, 79, 216, 0.15), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(9, 12, 19, 0.97);
  box-shadow: 0 56px 150px rgba(0, 0, 0, 0.56);
}

.drop-finale-title,
.drop-finale-text {
  margin: 0;
}

.drop-finale-text {
  color: var(--muted);
  line-height: 1.8;
}

.drop-finale-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
}

.drop-finale-counter {
  display: grid;
  gap: 6px;
}

.drop-finale-topside {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.drop-finale-state-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #0c1108;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--cyan), var(--magenta));
}

.drop-finale-state-pill.is-sold-out {
  background: linear-gradient(135deg, #ffd86b, #ff8bbd);
}

.drop-finale-counter-label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.drop-finale-counter-value {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1;
}

.drop-finale-status {
  max-width: 320px;
  color: var(--muted);
  line-height: 1.7;
  text-align: right;
}

.drop-finale.is-sold-out .drop-finale-panel {
  border-color: rgba(255, 216, 107, 0.22);
}

.drop-finale.is-sold-out .drop-finale-urgency-fill {
  background: linear-gradient(90deg, #ffd86b, #ff8bbd, #ffffff);
}

.drop-finale.is-sold-out [data-drop-collector-link] {
  border-color: rgba(255, 216, 107, 0.22);
}

.onboarding-overlay {
  position: fixed;
  inset: 0;
  z-index: 11700;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
}

.onboarding-overlay.is-visible {
  pointer-events: auto;
}

.onboarding-overlay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 8, 14, 0.82);
  backdrop-filter: blur(20px);
}

.onboarding-overlay-panel {
  position: relative;
  z-index: 1;
  width: min(880px, calc(100% - 24px));
  display: grid;
  gap: 18px;
  padding: 34px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 18% 18%, rgba(95, 251, 255, 0.14), transparent 24%),
    radial-gradient(circle at 82% 22%, rgba(255, 79, 216, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(9, 12, 19, 0.97);
  box-shadow: 0 56px 150px rgba(0, 0, 0, 0.56);
}

.onboarding-overlay-close {
  justify-self: start;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.onboarding-overlay-title,
.onboarding-overlay-text {
  margin: 0;
}

.onboarding-overlay-text {
  color: var(--muted);
  line-height: 1.8;
}

.onboarding-summary,
.onboarding-steps {
  display: grid;
  gap: 12px;
}

.onboarding-summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.onboarding-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.onboarding-step span {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-family: "Orbitron", sans-serif;
  color: #0c1108;
  background: linear-gradient(135deg, var(--cyan), var(--magenta));
}

.onboarding-step.is-active {
  border-color: rgba(95, 251, 255, 0.18);
}

.onboarding-step p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.onboarding-overlay-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.client-space-preview {
  display: grid;
  gap: 14px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.client-space-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.client-space-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #0c1108;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--cyan), var(--magenta));
}

.client-space-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.client-space-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.client-space-card small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.client-space-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.client-space-lane {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.client-space-lane-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.client-space-lane-card small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.client-space-lane-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.client-space-ops {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.client-space-ops-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
}

.client-space-ops-card small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.client-space-ops-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.drop-finale-urgency {
  display: grid;
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
}

.drop-finale-urgency-head,
.drop-finale-waitlist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.drop-finale-urgency-title,
.drop-finale-waitlist-count {
  font-weight: 700;
}

.drop-finale-urgency-value,
.drop-finale-waitlist-note {
  color: var(--muted);
}

.drop-finale-urgency-bar {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.drop-finale-urgency-fill {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--magenta), #ffd86b);
  box-shadow: 0 0 24px rgba(95, 251, 255, 0.28);
}

.drop-finale-waitlist-board {
  display: grid;
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
}

.drop-finale-waitlist-track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.drop-finale-waitlist-fill {
  display: block;
  width: 58%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), #ffd86b, #ff8bbd);
  box-shadow: 0 0 24px rgba(255, 216, 107, 0.24);
}

.drop-finale-waitlist-meta {
  display: grid;
  gap: 6px;
}

.drop-finale-next-drop-note {
  color: var(--muted);
  line-height: 1.7;
}

.drop-finale-ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.drop-finale-ledger-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
}

.drop-finale-ledger-card small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.drop-finale-ledger-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.drop-finale-quota-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.drop-finale-quota-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.drop-finale-quota-card.is-active {
  border-color: rgba(95, 251, 255, 0.24);
  box-shadow: 0 0 0 1px rgba(95, 251, 255, 0.12) inset;
}

.drop-finale-quota-card small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.drop-finale-quota-value {
  font-family: "Orbitron", sans-serif;
}

.drop-finale-quota-bar {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.drop-finale-quota-bar span {
  display: block;
  width: 50%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), #ffd86b, var(--magenta));
  box-shadow: 0 0 20px rgba(95, 251, 255, 0.22);
}

.drop-finale-archive {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 216, 107, 0.12), transparent 22%),
    rgba(255, 255, 255, 0.03);
}

.drop-finale-archive p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.drop-finale-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.drop-card {
  display: grid;
  gap: 12px;
  min-height: 220px;
  align-content: end;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
}

.drop-card span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #0c0f14;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--cyan), var(--magenta));
}

.drop-finale-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.card-overlay-summary {
  display: grid;
  gap: 12px;
}

.card-overlay-summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.card-overlay-summary-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.card-overlay-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.voices-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.voice-card {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(10, 14, 22, 0.8);
  box-shadow: var(--shadow-panel);
}

.voice-card p {
  margin: 0;
  color: var(--text);
  line-height: 1.8;
}

.voice-card strong {
  font-family: "Orbitron", sans-serif;
  font-size: 1.05rem;
}

.voice-card span {
  color: var(--muted);
}

.tilt-card {
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 260ms var(--ease), border-color 320ms var(--ease), box-shadow 320ms var(--ease);
}

.interactive-card {
  cursor: pointer;
}

.tilt-card:hover {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.38),
    0 8px 24px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
  transition: none;
}

.tilt-card.is-visible {
  transition: transform 260ms var(--ease), border-color 320ms var(--ease), box-shadow 320ms var(--ease);
}

.tilt-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
    rgba(255, 255, 255, 0.06),
    transparent 40%
  );
  opacity: 0;
  transition: opacity 320ms var(--ease);
  pointer-events: none;
  z-index: 1;
}

.tilt-card:hover::after {
  opacity: 1;
}

.demo-float-stop {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  z-index: 10000;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--text);
  font: 700 0.82rem/1 "Manrope", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(10, 14, 22, 0.92);
  backdrop-filter: blur(16px) saturate(1.2);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms var(--ease), transform 320ms var(--ease), border-color 220ms var(--ease);
}

.demo-float-stop:hover {
  border-color: var(--accent);
}

body.is-demo-running .demo-float-stop {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

@keyframes floatY {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes marqueeSlide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-110%);
  }
}

@keyframes beamSweep {
  0%,
  100% {
    transform: rotate(18deg) translateX(-18%);
    opacity: 0.2;
  }

  50% {
    transform: rotate(18deg) translateX(170%);
    opacity: 0.6;
  }
}

@keyframes spinSlow {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes spinSlowReverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes equalizerPulse {
  0%, 100% {
    height: 18px;
    opacity: 0.4;
  }

  50% {
    height: 76px;
    opacity: 1;
  }
}

@media (max-width: 1120px) {
  .pitch-timeline {
    position: static;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 18px;
  }

  .client-brief {
    position: static;
    width: 100%;
    margin: 0 0 18px;
  }

  .jury-scoreboard {
    position: static;
    width: 100%;
    margin: 0 0 18px;
  }

  .drop-finale-grid,
  .drop-finale-quota-board,
  .closing-offer-sheet,
  .license-policy-board,
  .success-downloads,
  .client-space-ops {
    grid-template-columns: 1fr;
  }

  .drop-finale-topline {
    display: grid;
    grid-template-columns: 1fr;
  }

  .drop-finale-urgency-head,
  .drop-finale-waitlist,
  .closing-luxe-grid,
  .closing-sales-stack {
    grid-template-columns: 1fr;
    display: grid;
  }

  .opening-luxe,
  .closing-sales-board,
  .closing-sales-form {
    grid-template-columns: 1fr;
  }

  .closing-deliverables-grid,
  .onboarding-step {
    grid-template-columns: 1fr;
  }

  .closing-package-lane,
  .client-space-lane,
  .client-space-grid {
    grid-template-columns: 1fr;
  }

  .drop-finale-topside {
    justify-items: start;
  }

  .drop-finale-status {
    max-width: none;
    text-align: left;
  }

  .hero,
  .craft,
  .vision-grid,
  .craft-stack,
  .proof-grid,
  .faq-layout,
  .shop-grid,
  .offers-grid,
  .voices-grid,
  .logo-strip {
    grid-template-columns: 1fr;
  }

  .catalog-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "large large"
      "card2 card3"
      "card4 card4";
  }

  .showcase-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "wide wide"
      "tall tall"
      "small1 small2";
  }

  .hero-stage {
    min-height: 660px;
  }

  .showroom-line,
  .showroom-tag {
    display: none;
  }

  .offer-card-featured {
    transform: none;
  }

  .shop-card-featured {
    grid-template-columns: 1fr;
  }

  .card-overlay-config-head,
  .card-overlay-summary-line,
  .theme-comparator-head,
  .success-screen-line,
  .collection-carousel-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .payment-field-row,
  .payment-card-footer {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 840px) {
  .topbar-tools {
    display: none;
  }

  .tilt-card {
    transform-style: flat;
    will-change: auto;
  }

  .tilt-card::after {
    display: none;
  }

  .pitch-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-shell {
    width: min(100% - 12px, 100%);
    padding: 12px;
    border-radius: 28px;
  }

  .topbar {
    top: 8px;
    border-radius: 24px;
  }

  .nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(8, 11, 18, 0.96);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms var(--ease), transform 220ms var(--ease);
  }

  body.menu-open .nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .menu-toggle {
    display: inline-block;
  }

  .hero {
    min-height: auto;
    padding-top: 24px;
  }

  .hero-metrics,
  .showcase-grid {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }

  .catalog-card,
  .catalog-card-large {
    grid-area: auto;
    min-height: 240px;
  }

  .showcase-card,
  .showcase-tall,
  .showcase-wide {
    grid-area: auto;
    min-height: 240px;
  }

  .device-screen {
    min-height: 530px;
  }

  .hero-float {
    min-width: 160px;
  }

  .hero-float-top {
    top: 24px;
    right: 10px;
  }

  .hero-float-bottom {
    left: 8px;
    bottom: 20px;
  }

  .panel-main {
    left: 20px;
    right: 20px;
    top: 74px;
  }

  .panel-side {
    width: 158px;
  }

  .panel-left {
    left: 18px;
    bottom: 18px;
  }

  .panel-right {
    right: 18px;
    bottom: 76px;
  }

  .screen-object {
    right: 36px;
    top: 240px;
    transform: scale(0.88);
  }
}

@media (max-width: 960px) {
  .variant-switcher {
    align-items: stretch;
    flex-direction: column;
  }

  .variant-options {
    width: 100%;
    background: rgba(8, 11, 18, 0.92);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
  }

  .variant-chip,
  .compare-chip {
    flex: 1 1 180px;
    justify-content: center;
  }

  .hero {
    min-height: auto;
    gap: 18px;
    padding-top: 18px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-actions .button {
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
  }

  .hero-stage {
    min-height: 620px;
  }

  .device-card {
    width: 100%;
  }

  .device-screen {
    min-height: 560px;
  }

  .opening-luxe-rail,
  .closing-luxe-grid,
  .client-space-ops,
  .success-downloads,
  .license-policy-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-inner {
    padding: 16px 18px;
  }

  .footer-meta {
    gap: 8px;
  }

  .checkout-line {
    gap: 14px;
    flex-wrap: wrap;
  }

  .closing-sales-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-track {
    grid-auto-columns: minmax(280px, 82vw);
  }

  .success-screen-panel,
  .drop-finale-panel,
  .onboarding-overlay-panel,
  .card-overlay-panel {
    padding: 24px;
    border-radius: 28px;
  }

  .drop-finale-topline,
  .drop-finale-urgency,
  .drop-finale-waitlist-board,
  .drop-finale-archive,
  .client-space-preview {
    padding: 16px 18px;
  }

  .client-space-head,
  .drop-finale-urgency-head,
  .drop-finale-waitlist {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (min-width: 721px) and (max-width: 1024px) {
  .opening-luxe-rail,
  .hero-metrics,
  .offers-grid,
  .voices-grid,
  .logo-strip,
  .client-space-ops,
  .success-downloads,
  .drop-finale-grid,
  .drop-finale-quota-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-grid,
  .catalog-grid,
  .showcase-grid {
    gap: 14px;
  }

  .collection-track {
    grid-auto-columns: minmax(260px, 46vw);
  }

  .hero-stage {
    min-height: 580px;
  }

  .device-screen {
    min-height: 520px;
  }

  .success-screen-panel,
  .drop-finale-panel,
  .onboarding-overlay-panel {
    width: min(760px, calc(100% - 28px));
  }
}

@media (max-width: 720px) {
  .topbar {
    gap: 12px;
    padding: 12px;
  }

  .nav {
    max-height: min(62vh, 360px);
    padding: 10px;
  }

  .brand-copy small {
    display: none;
  }

  .opening-luxe-copy,
  .opening-luxe-card,
  .collection-carousel,
  .theme-comparator,
  .license-card,
  .offer-card,
  .shop-card,
  .voice-card,
  .proof-card,
  .proof-rail,
  .contact-panel,
  .checkout-card {
    padding: 20px;
    border-radius: 24px;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    flex: 1 1 100%;
    min-width: 0;
  }

  .hero-metrics,
  .opening-luxe-rail,
  .closing-luxe-grid,
  .client-space-ops,
  .success-downloads,
  .license-policy-board {
    grid-template-columns: 1fr;
  }

  .footer-meta,
  .checkout-confirmation-badges,
  .drop-finale-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .payment-card-footer,
  .payment-field-row,
  .rail-item,
  .checkout-step {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .rail-item span,
  .checkout-step span {
    width: 48px;
    height: 48px;
  }

  .hero-stage {
    min-height: 560px;
  }

  .device-screen {
    min-height: 500px;
  }

  .logo-strip span {
    min-height: 54px;
    font-size: 0.82rem;
  }

  .collection-carousel-actions,
  .theme-comparator-toggles {
    width: 100%;
  }

  .carousel-nav,
  .compare-chip {
    flex: 1 1 100%;
  }

  .theme-comparator-stage {
    min-height: 260px;
  }

  .compare-panel {
    padding: 18px;
  }

  .compare-visual,
  .shop-visual {
    min-height: 160px;
  }

  .collection-track {
    grid-auto-columns: minmax(240px, 88vw);
  }

  .card-overlay,
  .success-screen,
  .drop-finale,
  .onboarding-overlay {
    padding: 14px;
  }

  .success-screen-panel,
  .drop-finale-panel,
  .onboarding-overlay-panel,
  .card-overlay-panel {
    gap: 16px;
    width: min(100%, calc(100% - 8px));
    padding: 18px;
    border-radius: 24px;
  }

  .success-screen-summary,
  .card-overlay-preview,
  .card-overlay-configurator,
  .card-overlay-summary,
  .drop-finale-topline,
  .drop-finale-urgency,
  .drop-finale-waitlist-board,
  .drop-finale-archive,
  .client-space-preview {
    padding: 14px;
    border-radius: 20px;
  }

  .success-screen-line,
  .card-overlay-summary-line,
  .onboarding-summary-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .client-space-head {
    gap: 10px;
  }

  .license-head {
    display: none;
  }

  .license-row {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
  }

  .faq-question {
    align-items: flex-start;
  }

  .closing-sales-actions,
  .lead-pipeline {
    grid-template-columns: 1fr;
  }

  .success-screen-actions,
  .onboarding-overlay-actions,
  .drop-finale-actions,
  .closing-package-includes,
  .closing-package-steps,
  .closing-luxe-strip,
  .guarantee-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .closing-package-includes span,
  .closing-package-step,
  .closing-luxe-strip span,
  .guarantee-strip span,
  .config-chip,
  .card-overlay-meta span,
  .checkout-confirmation-badges span,
  .payment-methods span {
    width: 100%;
    justify-content: center;
  }

  .drop-finale-counter-value {
    font-size: clamp(1.4rem, 6vw, 1.9rem);
  }

  .drop-card,
  .collection-card {
    min-height: 180px;
  }

  .checkout-confirmation.is-visible {
    max-height: none;
  }

  .footer-inner {
    padding: 15px 16px;
    border-radius: 26px;
  }

  .footer-inner::after {
    border-radius: 24px;
  }

  .footer-inner h2 {
    font-size: clamp(1.7rem, 7vw, 2.5rem);
    line-height: 0.95;
  }

  .footer-meta span {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero-copy {
    width: 100%;
  }

  .hero-title {
    max-width: 12.4ch;
    font-size: clamp(1.92rem, 8vw, 2.28rem);
    line-height: 0.92;
    letter-spacing: 0.02em;
  }

  .page-shell {
    width: min(100% - 8px, 100%);
    padding: 8px;
    border-radius: 20px;
  }

  main {
    gap: 18px;
    padding: 8px 2px 2px;
  }

  .pitch-timeline {
    grid-template-columns: 1fr;
  }

  .pitch-step {
    width: 100%;
  }

  .opening-luxe {
    gap: 14px;
    padding-top: 8px;
  }

  .hero {
    gap: 14px;
    padding-top: 28px;
  }

  .section-intro {
    gap: 8px;
    margin-bottom: 16px;
  }

  .section-intro h2 {
    max-width: 11ch;
  }

  .checkout .section-intro h2 {
    max-width: 12.8ch;
    font-size: clamp(1.68rem, 7.1vw, 2.02rem);
    line-height: 0.95;
  }

  .hero-text,
  .footer-inner > p,
  .drop-finale-text,
  .success-screen-text,
  .onboarding-overlay-text,
  .card-overlay-text {
    line-height: 1.62;
  }

  .hero-metrics li,
  .opening-luxe-copy,
  .opening-luxe-card,
  .collection-carousel,
  .theme-comparator,
  .license-card,
  .offer-card,
  .shop-card,
  .voice-card,
  .proof-card,
  .proof-rail,
  .contact-panel,
  .checkout-card,
  .success-download-card,
  .drop-finale-ledger-card,
  .drop-finale-quota-card,
  .client-space-card,
  .client-space-lane-card,
  .client-space-ops-card,
  .closing-luxe-card,
  .closing-sales-price,
  .closing-deliverables,
  .closing-sales-card,
  .closing-package-panel,
  .closing-offer-card,
  .license-policy-card {
    padding: 14px;
    border-radius: 18px;
  }

  .hero-ticker {
    gap: 8px;
    padding: 8px;
  }

  .hero-ticker span {
    padding: 7px 10px;
    font-size: 0.68rem;
  }

  .theme-comparator-stage {
    min-height: 220px;
  }

  .compare-panel {
    padding: 14px;
  }

  .compare-visual,
  .shop-visual {
    min-height: 140px;
  }

  .payment-card-visual,
  .success-screen-summary,
  .card-overlay-preview,
  .card-overlay-configurator,
  .card-overlay-summary,
  .drop-finale-topline,
  .drop-finale-urgency,
  .drop-finale-waitlist-board,
  .drop-finale-archive,
  .client-space-preview {
    padding: 12px;
    border-radius: 18px;
  }

  .drop-finale-counter-label,
  .offer-tag,
  .eyebrow,
  .catalog-card p,
  .shop-copy p {
    letter-spacing: 0.12em;
  }
}

@media (max-width: 390px) {
  .hero-title {
    max-width: 12ch;
    font-size: clamp(1.72rem, 7.2vw, 2rem);
    line-height: 0.92;
  }

  .topbar {
    gap: 10px;
    padding: 8px 10px;
    background: rgba(8, 11, 18, 0.96);
  }

  .brand {
    gap: 10px;
    max-width: calc(100% - 58px);
  }

  .brand-copy strong {
    font-size: 0.86rem;
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
  }

  h1 {
    font-size: clamp(2.05rem, 10.4vw, 2.45rem);
  }

  h2 {
    font-size: clamp(1.24rem, 6.9vw, 1.56rem);
  }

  h3 {
    font-size: clamp(1rem, 5.2vw, 1.18rem);
  }

  .hero {
    padding-top: 32px;
  }

  .button,
  .variant-chip,
  .compare-chip,
  .config-chip,
  .payment-methods span,
  .checkout-confirmation-badges span,
  .card-overlay-meta span,
  .closing-package-includes span,
  .closing-package-step,
  .closing-luxe-strip span,
  .guarantee-strip span,
  .footer-meta span {
    min-height: 42px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-stage {
    min-height: 430px;
  }

  .device-screen {
    min-height: 350px;
  }

  .panel-main {
    top: 48px;
    padding: 14px;
  }

  .panel-main h2 {
    font-size: clamp(1.28rem, 6.8vw, 1.6rem);
  }

  .panel-side {
    width: 104px;
    padding: 10px;
  }

  .screen-object {
    top: 198px;
    right: -18px;
    transform: scale(0.42);
  }

  .collection-track {
    grid-auto-columns: minmax(204px, 94vw);
  }

  .theme-comparator-stage {
    min-height: 200px;
  }

  .compare-visual,
  .shop-visual {
    min-height: 128px;
  }

  .showcase-card,
  .catalog-card,
  .catalog-card-large,
  .drop-card,
  .collection-card {
    min-height: 148px;
  }

  .success-screen-panel,
  .drop-finale-panel,
  .onboarding-overlay-panel,
  .card-overlay-panel {
    padding: 14px;
  }
}

@media (max-width: 560px) {
  .checkout .section-intro h2 {
    max-width: 12.2ch;
    font-size: clamp(1.52rem, 6.5vw, 1.82rem);
  }

  h1 {
    font-size: clamp(2.7rem, 12vw, 3.18rem);
  }

  h2 {
    font-size: clamp(1.7rem, 9vw, 2.2rem);
  }

  .brand {
    max-width: calc(100% - 66px);
  }

  .topbar {
    padding: 10px 12px;
    border-radius: 20px;
  }

  .nav {
    top: calc(100% + 8px);
    border-radius: 20px;
  }

  .nav a {
    padding: 13px 14px;
  }

  .button {
    width: 100%;
  }

  .opening-luxe-copy,
  .opening-luxe-card,
  .collection-carousel,
  .theme-comparator,
  .license-card,
  .offer-card,
  .shop-card,
  .voice-card,
  .proof-card,
  .proof-rail,
  .contact-panel,
  .checkout-card {
    padding: 16px;
    border-radius: 20px;
  }

  .hero-stage {
    min-height: 480px;
  }

  .device-card {
    padding: 12px;
  }

  .device-screen {
    min-height: 390px;
  }

  .hero-ticker {
    flex-wrap: wrap;
  }

  .hero-ticker span {
    animation: none;
  }

  .preloader-core {
    width: min(320px, calc(100% - 28px));
  }

  .hero-float {
    display: none;
  }

  .ambient-equalizer {
    display: none;
  }

  .panel-main {
    left: 14px;
    right: 14px;
    top: 58px;
    padding: 16px;
  }

  .panel-main h2 {
    max-width: none;
    font-size: clamp(1.5rem, 7vw, 1.9rem);
  }

  .panel-side {
    width: 118px;
    padding: 12px;
    border-radius: 18px;
  }

  .panel-side strong {
    font-size: 0.94rem;
  }

  .panel-right {
    bottom: 52px;
  }

  .screen-object {
    top: 216px;
    right: -12px;
    transform: scale(0.5);
  }

  .showcase-card,
  .catalog-card,
  .catalog-card-large,
  .drop-card,
  .collection-card {
    min-height: 160px;
  }

  .collection-track {
    grid-auto-columns: minmax(220px, 92vw);
  }

  .card-overlay-screen {
    min-height: 160px;
  }

  .success-screen-panel,
  .drop-finale-panel,
  .onboarding-overlay-panel,
  .card-overlay-panel {
    padding: 16px;
    border-radius: 20px;
  }

  .success-download-card,
  .drop-finale-ledger-card,
  .drop-finale-quota-card,
  .client-space-card,
  .client-space-lane-card,
  .client-space-ops-card,
  .closing-luxe-card,
  .closing-sales-price,
  .closing-deliverables,
  .closing-sales-card,
  .closing-package-panel,
  .closing-offer-card,
  .license-policy-card {
    padding: 14px;
    border-radius: 18px;
  }

  .logo-strip span,
  .variant-chip,
  .compare-chip {
    min-height: 46px;
  }

  .success-screen-title,
  .drop-finale-title,
  .onboarding-overlay-title,
  .card-overlay-title {
    font-size: clamp(1.45rem, 8vw, 1.9rem);
  }

  .rail-item {
    grid-template-columns: 1fr;
  }

  .payment-card-number {
    font-size: 1rem;
    letter-spacing: 0.08em;
  }

  .checkout-line,
  .faq-question {
    gap: 10px;
  }


@media (max-width: 480px) {
  .hero-title {
    max-width: 11.6ch;
    font-size: clamp(1.84rem, 7.7vw, 2.16rem);
    line-height: 0.9;
  }

  .hero {
    gap: 12px;
    padding-top: 24px;
  }

  .section-intro {
    gap: 7px;
    margin-bottom: 14px;
  }

  .section-intro h2 {
    max-width: 10.2ch;
  }

  .checkout .section-intro h2 {
    max-width: 10.1ch;
    font-size: clamp(1.42rem, 6.1vw, 1.7rem);
    line-height: 0.94;
  }

  .eyebrow {
    font-size: 0.69rem;
    letter-spacing: 0.11em;
  }

  .checkout-card {
    padding: 14px;
  }
}

@media (max-width: 390px) {
  .hero-title {
    max-width: 10.8ch;
    font-size: clamp(1.64rem, 7vw, 1.94rem);
    line-height: 0.9;
  }

  .checkout .section-intro h2 {
    max-width: 9.4ch;
    font-size: clamp(1.3rem, 5.7vw, 1.52rem);
    line-height: 0.94;
  }

  .hero-text,
  .section-intro p {
    font-size: 0.98rem;
  }
}
  .footer-inner {
    padding: 14px 14px 16px;
  }

  .footer-inner > p {
    font-size: 0.88rem;
    line-height: 1.72;
  }

  .footer-meta span {
    width: 100%;
  }
}

.hero-title .char,
.hero-title .word {
  display: inline-block;
  will-change: transform, opacity;
}

.cursor-dot,
.cursor-halo {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  border-radius: 50%;
  mix-blend-mode: screen;
  transform: translate(-50%, -50%);
}

.cursor-dot {
  width: 10px;
  height: 10px;
  background: #ffffff;
  box-shadow: 0 0 18px rgba(95, 251, 255, 0.8);
}

.cursor-halo {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(95, 251, 255, 0.42);
  background: radial-gradient(circle, rgba(95, 251, 255, 0.18), rgba(255, 79, 216, 0.08) 55%, transparent 72%);
  backdrop-filter: blur(8px);
}

.showcase-pin {
  position: relative;
  overflow: hidden;
}

.showcase-track {
  width: 100%;
}

.showcase-grid {
  display: flex;
  gap: 18px;
  width: max-content;
}

.showcase-card {
  flex: 0 0 min(38vw, 460px);
  min-height: 72vh;
}

.showcase-tall,
.showcase-wide {
  min-height: 72vh;
}

.showcase-card > div,
.catalog-card > *:not(.catalog-badge),
.offer-card > *,
.voice-card > *,
.proof-card > *,
.device-screen > * {
  will-change: transform;
}

.site-footer {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: -128px;
  z-index: 0;
  min-height: 9vh;
  display: grid;
  align-items: end;
}

.footer-inner {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  background:
    radial-gradient(circle at 16% 18%, rgba(124, 241, 255, 0.14), transparent 24%),
    radial-gradient(circle at 84% 22%, rgba(127, 94, 255, 0.34), transparent 22%),
    radial-gradient(circle at 78% 52%, rgba(255, 215, 126, 0.16), transparent 28%),
    radial-gradient(circle at 92% 34%, rgba(203, 136, 255, 0.16), transparent 18%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015) 34%, rgba(106, 84, 170, 0.12) 100%),
    rgba(7, 10, 18, 0.94);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0 58px rgba(122, 95, 255, 0.14);
}

.footer-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 22%, rgba(161, 127, 255, 0.34), transparent 24%),
    radial-gradient(circle at 74% 66%, rgba(255, 215, 126, 0.14), transparent 20%),
    radial-gradient(circle at 92% 26%, rgba(255, 255, 255, 0.08), transparent 14%),
    linear-gradient(135deg, rgba(255, 248, 220, 0.06), transparent 28%, rgba(255, 255, 255, 0.03) 58%, transparent 80%),
    repeating-linear-gradient(125deg, rgba(255, 255, 255, 0.03) 0 6px, rgba(15, 19, 30, 0) 6px 16px);
  opacity: 0.98;
  pointer-events: none;
  z-index: -2;
  transform-origin: 78% 34%;
  animation: footerRoyalAura 11s ease-in-out infinite;
}

.footer-inner::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  pointer-events: none;
  z-index: -1;
}

.footer-inner .eyebrow {
  margin: 0 0 6px;
  color: rgba(255, 227, 160, 0.92);
  text-shadow: 0 0 18px rgba(255, 215, 126, 0.18);
}

.footer-inner h2 {
  max-width: 15ch;
  margin: 4px 0 10px;
  font-size: clamp(2rem, 4.3vw, 4.1rem);
  line-height: 0.92;
  color: rgba(247, 249, 255, 0.82);
  background:
    linear-gradient(135deg, rgba(255, 251, 242, 0.9) 0%, rgba(250, 237, 205, 0.88) 18%, rgba(211, 195, 255, 0.76) 36%, rgba(111, 92, 176, 0.68) 49%, rgba(248, 250, 255, 0.84) 58%, rgba(177, 149, 255, 0.72) 74%, rgba(255, 248, 232, 0.86) 100%),
    repeating-linear-gradient(125deg, rgba(255, 255, 255, 0.18) 0 6px, rgba(185, 162, 255, 0.14) 6px 12px, rgba(255, 220, 148, 0.06) 12px 18px);
  background-size: 180% 180%, 140% 140%;
  background-position: 0% 50%, 0% 50%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 8px 24px rgba(10, 14, 24, 0.24);
  filter: drop-shadow(0 0 10px rgba(138, 111, 255, 0.08));
  letter-spacing: -0.03em;
  opacity: 0.81;
  -webkit-text-stroke: 1px rgba(248, 240, 220, 0.09);
  animation: footerTitleSheen 15s ease-in-out infinite;
}

.footer-inner > p {
  position: relative;
  z-index: 1;
  max-width: 70ch;
  margin: 0;
  color: rgba(244, 240, 234, 0.86);
  font-size: 0.95rem;
  line-height: 1.8;
  text-shadow: 0 2px 18px rgba(5, 8, 14, 0.28);
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.footer-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(232, 213, 178, 0.16);
  border-radius: 999px;
  color: rgba(252, 246, 236, 0.9);
  background:
    linear-gradient(135deg, rgba(255, 248, 233, 0.1), rgba(123, 95, 198, 0.1)),
    rgba(255, 255, 255, 0.04);
  font-size: 0.78rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 12px 28px rgba(8, 12, 22, 0.22);
  animation: footerMetaFloat 8.5s ease-in-out infinite;
}

.footer-meta span:nth-child(2) {
  animation-delay: 1.2s;
}

.footer-meta span:nth-child(3) {
  animation-delay: 2.2s;
}

@keyframes footerRoyalAura {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.9;
  }

  50% {
    transform: translate3d(-1.6%, 1.2%, 0) scale(1.035);
    opacity: 1;
  }
}

@keyframes footerTitleSheen {
  0%,
  100% {
    background-position: 0% 50%, 0% 50%;
  }

  50% {
    background-position: 100% 50%, 100% 50%;
  }
}

@keyframes footerMetaFloat {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 12px 28px rgba(8, 12, 22, 0.22);
  }

  50% {
    transform: translateY(-2px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 16px 34px rgba(8, 12, 22, 0.26);
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-inner::before,
  .footer-inner h2,
  .footer-meta span {
    animation: none;
  }

  .tilt-card {
    transform-style: flat;
    will-change: auto;
    transition: none;
  }

  .tilt-card::after {
    display: none;
  }
}

@media (max-width: 1120px) {
  .page-shell {
    width: min(100% - 16px, 100%);
    margin-bottom: 20px;
    padding: 14px;
    border-radius: 30px;
  }

  .site-footer {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    min-height: auto;
    margin: 0 8px 8px;
  }

  .footer-inner h2 {
    max-width: none;
    font-size: clamp(2rem, 5vw, 3.2rem);
  }

  h1 {
    max-width: none;
    font-size: clamp(3.2rem, 8vw, 5.6rem);
  }

  h2 {
    max-width: none;
    font-size: clamp(2rem, 5vw, 3.4rem);
  }

  .hero-text,
  .opening-luxe-copy p:last-child,
  .client-brief-text,
  .jury-scoreboard-verdict {
    max-width: none;
  }

  .showcase-card,
  .showcase-tall,
  .showcase-wide {
    flex-basis: min(56vw, 520px);
  }

  .checkout-grid,
  .proof-grid,
  .contact-panel,
  .theme-comparator {
    grid-template-columns: 1fr;
  }

  .payment-card-visual,
  .checkout-card,
  .proof-card,
  .proof-rail {
    min-width: 0;
  }
}

@media (max-width: 840px) {
  .showcase-grid {
    display: grid;
    width: 100%;
  }

  .showcase-card,
  .showcase-tall,
  .showcase-wide {
    flex-basis: auto;
  }
}

@media (max-width: 560px) {
  .cursor-dot,
  .cursor-halo {
    display: none;
  }

  .card-overlay {
    padding: 12px;
  }

  .site-footer {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    min-height: auto;
    margin: 0 12px 12px;
  }

  .page-shell {
    margin-bottom: 18px;
  }
}
