:root {
  color-scheme: dark;
  --ink: #101114;
  --ink-2: #191b20;
  --muted: #687079;
  --paper: #f7f7f1;
  --white: #ffffff;
  --line: rgba(16, 17, 20, 0.12);
  --lime: #d6ff57;
  --teal: #00b39b;
  --coral: #ff6247;
  --cobalt: #336bff;
  --gold: #e7b73c;
  --rose: #f05078;
  --shadow: 0 28px 78px rgba(16, 17, 20, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 5%, rgba(214, 255, 87, 0.18), transparent 24rem),
    radial-gradient(circle at 90% 24%, rgba(51, 107, 255, 0.14), transparent 28rem),
    var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(16, 17, 20, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 17, 20, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, #000 0, transparent 78%);
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 840px;
  margin-bottom: 1.2rem;
  font-size: clamp(3rem, 6.7vw, 7.6rem);
  line-height: 0.9;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h2 {
  max-width: 840px;
  margin-bottom: 1rem;
  font-size: clamp(2.15rem, 4vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: 1.25rem;
  line-height: 1.16;
  letter-spacing: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 50;
  background: var(--ink);
  color: var(--white);
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.cursor-glow {
  position: fixed;
  left: var(--cursor-x, 50%);
  top: var(--cursor-y, 20%);
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(214, 255, 87, 0.16), rgba(0, 179, 155, 0.1) 35%, transparent 68%);
  pointer-events: none;
  z-index: 0;
  opacity: 0.8;
  mix-blend-mode: normal;
  will-change: transform;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
  padding: 0.8rem 4vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(16, 17, 20, 0.78);
  color: var(--white);
  backdrop-filter: blur(18px);
  transform: translateZ(0);
  isolation: isolate;
}

.brand,
.nav-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.75rem;
  font-weight: 900;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 0 26px rgba(214, 255, 87, 0.35);
}

.nav-links {
  gap: 0.35rem;
}

.nav-links a,
.button,
.segment,
.lab-chip {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: 0;
}

.nav-links a {
  padding: 0.55rem 0.9rem;
  color: rgba(255, 255, 255, 0.76);
}

.nav-links a:hover {
  color: var(--white);
}

.nav-cta {
  background: var(--white);
  color: var(--ink) !important;
}

.hero {
  position: relative;
  min-height: 91vh;
  overflow: hidden;
  isolation: isolate;
}

.hero-wow {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  background: #07080a;
  color: var(--white);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.12) contrast(1.05);
}

.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 8, 10, 0.94) 0%, rgba(7, 8, 10, 0.74) 36%, rgba(7, 8, 10, 0.25) 78%),
    linear-gradient(180deg, rgba(7, 8, 10, 0.15), #07080a 96%);
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(920px, 92vw);
  padding: 9rem 4vw 7rem;
}

.hero-copy {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.eyebrow,
.kicker {
  margin: 0 0 0.8rem;
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero .eyebrow {
  color: var(--lime);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.button {
  gap: 0.5rem;
  padding: 0.84rem 1.12rem;
  border: 1px solid transparent;
}

.button.primary {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 14px 36px rgba(214, 255, 87, 0.22);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.hero-console {
  position: absolute;
  right: 4vw;
  bottom: 5.5rem;
  z-index: 4;
  width: min(380px, 32vw);
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(12, 14, 18, 0.66);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.console-top {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 850;
}

.pulse-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 0 rgba(214, 255, 87, 0.55);
  animation: pulse 1.7s infinite;
}

.console-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.console-grid div {
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.console-grid strong,
.console-grid span {
  display: block;
}

.console-grid strong {
  color: var(--white);
  font-size: 1.45rem;
  line-height: 1;
}

.console-grid span {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
}

.scan-line {
  position: relative;
  height: 8px;
  margin: 1rem 0;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.scan-line span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 36%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), var(--lime));
  animation: scan 2.4s ease-in-out infinite;
}

.hero-console p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.hero-orbit {
  position: absolute;
  right: 14vw;
  top: 14vh;
  z-index: -1;
  width: 36rem;
  max-width: 46vw;
  aspect-ratio: 1;
  border: 1px solid rgba(214, 255, 87, 0.18);
  border-radius: 50%;
  animation: rotate 16s linear infinite;
}

.hero-orbit span {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 36px rgba(214, 255, 87, 0.9);
}

.hero-orbit span:nth-child(1) {
  left: 18%;
  top: 5%;
}

.hero-orbit span:nth-child(2) {
  right: 4%;
  top: 48%;
  background: var(--coral);
}

.hero-orbit span:nth-child(3) {
  left: 44%;
  bottom: -0.45rem;
  background: var(--teal);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--ink);
  color: var(--white);
}

.proof-strip div {
  min-height: 160px;
  padding: 1.6rem 4vw;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}

.proof-strip span {
  display: block;
  margin-bottom: 1.1rem;
  color: var(--lime);
  font-weight: 900;
}

.proof-strip strong {
  display: block;
  font-size: 1.35rem;
}

.proof-strip p {
  max-width: 360px;
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.66);
}

.section {
  padding: 6rem 4vw;
}

.intro-grid,
.package {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  gap: 4rem;
  align-items: start;
}

.intro-copy {
  max-width: 720px;
  color: #535b62;
  font-size: 1.12rem;
}

.lab-section {
  position: relative;
  overflow: hidden;
  background: #eaf0eb;
}

.lab-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(0, 179, 155, 0.12) 48% 52%, transparent 52%),
    radial-gradient(circle at 12% 14%, rgba(255, 98, 71, 0.16), transparent 22rem);
  pointer-events: none;
}

.section-heading {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.section-sidecopy {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
}

.transformation {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 98, 71, 0.12), transparent 22rem),
    #fff;
}

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

.lift-card {
  min-height: 520px;
  padding: clamp(1.25rem, 4vw, 3rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.lift-card span {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.42rem 0.62rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.lift-card h3 {
  max-width: 720px;
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 0.95;
}

.lift-card p,
.lift-card li {
  color: inherit;
  opacity: 0.76;
}

.lift-card ul {
  display: grid;
  gap: 0.7rem;
  padding-left: 1.2rem;
  margin: 2rem 0 0;
}

.lift-before {
  background:
    linear-gradient(135deg, rgba(23, 23, 23, 0.9), rgba(23, 23, 23, 0.74)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 26px),
    #202020;
  color: #f7ede5;
}

.lift-before span {
  background: rgba(255, 98, 71, 0.18);
  color: #ff9b89;
}

.lift-after {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 1rem;
  background:
    radial-gradient(circle at 78% 20%, rgba(214, 255, 87, 0.28), transparent 18rem),
    linear-gradient(135deg, #e8fbf0, #ffffff 45%, #dfe9ff);
  color: #101114;
}

.lift-after span {
  background: #101114;
  color: var(--lime);
}

.lift-after p {
  grid-column: 1 / -1;
  max-width: 700px;
}

.lift-phone {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(16, 17, 20, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(16, 17, 20, 0.18);
}

.lift-phone div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--line);
}

.lift-phone small {
  color: var(--muted);
  font-weight: 800;
}

.lift-phone button {
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  background: var(--lime);
  color: #101114;
  font: inherit;
  font-weight: 950;
}

.pitch-section {
  background: #101114;
  color: #fff;
}

.pitch-section .eyebrow {
  color: var(--lime);
}

.pitch-machine {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: 1rem;
}

.pitch-controls {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.pitch-section .lab-chip {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
}

.pitch-section .lab-chip.active {
  background: var(--lime);
  color: #101114;
}

.pitch-output {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: clamp(1.25rem, 4vw, 3rem);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 10%, rgba(51, 107, 255, 0.22), transparent 20rem),
    radial-gradient(circle at 20% 90%, rgba(255, 98, 71, 0.18), transparent 18rem),
    rgba(255, 255, 255, 0.06);
}

.pitch-output::after {
  content: "";
  position: absolute;
  right: 2rem;
  bottom: -2rem;
  width: min(360px, 42%);
  aspect-ratio: 1;
  border: 1px solid rgba(214, 255, 87, 0.25);
  border-radius: 50%;
}

.pitch-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}

.pitch-meta span,
.pitch-meta strong,
.pitch-checks span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0.5rem 0.7rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
}

.pitch-meta span {
  background: var(--lime);
  color: #101114;
}

.pitch-meta strong,
.pitch-checks span {
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.84);
}

.pitch-output h3 {
  max-width: 980px;
  font-size: clamp(2.5rem, 5vw, 5.8rem);
  line-height: 0.92;
}

.pitch-output p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.16rem;
}

.pitch-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 2rem;
}

.deal-studio {
  background: #f5f7ef;
}

.deal-board {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 1rem;
  align-items: stretch;
}

.deal-controls {
  display: grid;
  align-content: start;
  gap: 0.65rem;
}

.deal-step {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  min-height: 72px;
  border: 1px solid rgba(16, 17, 20, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.deal-step:hover,
.deal-step.is-active {
  transform: translateY(-2px);
  border-color: rgba(16, 17, 20, 0.34);
  background: #101114;
  color: #fff;
}

.deal-step span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: var(--lime);
  color: #101114;
  font-weight: 950;
}

.deal-step strong {
  font-size: 0.96rem;
}

.deal-output {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  min-height: 520px;
  padding: clamp(1.2rem, 4vw, 3rem);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(16, 17, 20, 0.97), rgba(21, 32, 37, 0.94)),
    #101114;
  color: #fff;
}

.deal-output::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, #000, transparent 78%);
  pointer-events: none;
}

.deal-output > * {
  position: relative;
  z-index: 1;
}

.deal-output > span {
  width: fit-content;
  margin-bottom: 1.4rem;
  padding: 0.5rem 0.7rem;
  border-radius: 999px;
  background: var(--lime);
  color: #101114;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.deal-output h3 {
  max-width: 900px;
  font-size: clamp(2.25rem, 4.7vw, 5.2rem);
  line-height: 0.94;
}

.deal-output p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
}

.deal-receipt {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 2rem 0;
}

.deal-receipt div {
  min-height: 94px;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.deal-receipt span {
  display: block;
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.deal-receipt strong {
  color: #fff;
}

.deal-phone {
  display: grid;
  align-content: center;
  min-height: 520px;
  padding: 1rem;
  border: 1px solid rgba(16, 17, 20, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.54)),
    #fff;
}

.phone-top {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  margin-bottom: 0.8rem;
}

.phone-top span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(16, 17, 20, 0.22);
}

.phone-screen {
  display: grid;
  align-content: space-between;
  min-height: 440px;
  padding: 1.1rem;
  border: 10px solid #101114;
  border-radius: 30px;
  background:
    linear-gradient(155deg, rgba(214, 255, 87, 0.88), rgba(255, 255, 255, 0) 48%),
    linear-gradient(180deg, #ffffff, #eef4f0);
  box-shadow: 0 28px 70px rgba(16, 17, 20, 0.18);
}

.phone-screen p {
  margin: 0;
  color: rgba(16, 17, 20, 0.62);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.phone-screen h3 {
  margin: 0.7rem 0 0;
  font-size: clamp(1.75rem, 2.3vw, 2.7rem);
  line-height: 0.95;
}

.phone-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.35rem;
  margin: 1.4rem 0;
}

.phone-progress span {
  height: 8px;
  border-radius: 999px;
  background: rgba(16, 17, 20, 0.14);
}

.phone-progress span.is-on,
.phone-progress span[data-deal-dot].is-on {
  background: #101114;
}

.phone-card {
  padding: 1rem;
  border-radius: 8px;
  background: #101114;
  color: #fff;
}

.phone-card strong,
.phone-card small {
  display: block;
}

.phone-card small {
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.64);
}

.lab-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) minmax(260px, 0.45fr);
  gap: 1rem;
  align-items: stretch;
}

.lab-controls {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.lab-chip {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  cursor: pointer;
}

.lab-chip.active {
  background: var(--ink);
  color: var(--white);
}

.lab-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.65fr);
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(16, 17, 20, 0.13);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 68px rgba(16, 17, 20, 0.14);
}

.lab-preview-media {
  min-height: 340px;
  background: var(--lab-image, url("/assets/pizza-hero.png")) center/cover no-repeat;
}

.lab-preview-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

.lab-preview-body h3 {
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  line-height: 0.98;
}

.lab-preview-body p:not(.kicker) {
  color: #59616a;
}

.lab-preview-body a {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 42px;
  margin-top: 1rem;
  padding: 0.72rem 0.95rem;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  font-weight: 850;
  text-decoration: none;
}

.lab-stack {
  display: grid;
  gap: 0.75rem;
}

.lab-stack div {
  padding: 1rem;
  border: 1px solid rgba(16, 17, 20, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(12px);
}

.lab-stack span {
  display: block;
  color: #667079;
  font-size: 0.8rem;
}

.lab-stack strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.08rem;
}

.showroom {
  background: var(--paper);
}

.segmented {
  display: flex;
  gap: 0.25rem;
  padding: 0.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.segment {
  border: 0;
  padding: 0.55rem 0.82rem;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.segment.active {
  background: var(--ink);
  color: var(--white);
}

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

.show-card,
.price-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 36px rgba(16, 17, 20, 0.08);
}

.show-card {
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.show-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(16, 17, 20, 0.16);
}

.show-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #d9ded8;
}

.show-card-body {
  padding: 1.25rem;
}

.show-card p {
  color: var(--muted);
}

.show-card a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  margin-top: 0.4rem;
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
}

.show-card a::after {
  content: "->";
  margin-left: 0.45rem;
}

.show-card-pizza {
  border-top: 5px solid #d43821;
}

.show-card-salon {
  border-top: 5px solid #5f6df2;
}

.show-card-flower {
  border-top: 5px solid #2b8c55;
}

.show-card-cafe {
  border-top: 5px solid #b36c24;
}

.show-card-skin {
  border-top: 5px solid #6ea8a0;
}

.show-card-admin {
  border-top: 5px solid #101114;
}

.package {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(16, 17, 20, 0.04), transparent),
    var(--white);
}

.package-copy p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
}

.price-panel {
  max-width: 450px;
  margin-left: auto;
  padding: 1.6rem;
  border-color: rgba(0, 179, 155, 0.28);
}

.price-panel span,
.price-panel p {
  color: var(--muted);
}

.price-panel strong {
  display: block;
  color: var(--ink);
  font-size: 2.25rem;
  line-height: 1.1;
}

.price-panel hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 1.2rem 0;
}

.price-panel .button {
  width: 100%;
  margin-top: 1rem;
}

.guardrails {
  background:
    radial-gradient(circle at 88% 18%, rgba(214, 255, 87, 0.12), transparent 18rem),
    var(--ink);
  color: var(--white);
}

.guardrails .eyebrow {
  color: var(--gold);
}

.guardrails h2 {
  max-width: 980px;
}

.guardrail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.guardrail-grid p {
  margin: 0;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.76);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 4vw;
  background: var(--white);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0.25rem 0 0;
  color: var(--muted);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer a {
  color: var(--muted);
  font-weight: 800;
  text-decoration: none;
}

.site-toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  width: min(420px, calc(100vw - 2rem));
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(16, 17, 20, 0.92);
  color: #fff;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.site-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(214, 255, 87, 0.56); }
  70% { box-shadow: 0 0 0 12px rgba(214, 255, 87, 0); }
  100% { box-shadow: 0 0 0 0 rgba(214, 255, 87, 0); }
}

@keyframes scan {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(180%); }
}

@keyframes rotate {
  to { transform: rotate(360deg); }
}

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

@media (max-width: 1100px) {
  .hero-console {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(92vw, 620px);
    margin: -4rem 4vw 3rem;
  }

  .lab-grid,
  .deal-board {
    grid-template-columns: 1fr;
  }

  .pitch-machine {
    grid-template-columns: 1fr;
  }

  .lab-controls,
  .deal-controls {
    display: flex;
    flex-wrap: wrap;
  }

  .lab-chip,
  .deal-step {
    width: auto;
  }
}

@media (max-width: 980px) {
  .showroom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-grid,
  .lift-grid,
  .lift-after,
  .package,
  .guardrail-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .price-panel {
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    width: 100vw;
    max-width: 100vw;
    min-height: 62px;
    padding: 0.55rem 4vw;
  }

  .brand {
    flex: 0 0 auto;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .nav-links {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    width: auto;
    min-width: 0;
    gap: 0.3rem;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a[href="#lab"],
  .nav-links a[href="#tilbud"] {
    display: none;
  }

  .nav-links a {
    width: auto;
    min-height: 36px;
    padding: 0.42rem 0.64rem;
    font-size: 0.82rem;
    white-space: nowrap;
  }

  .hero-content {
    width: min(90vw, 342px);
    padding: 4rem 5vw 6rem;
  }

  .hero-backdrop img {
    object-position: 64% center;
  }

  .proof-strip,
  .lab-preview,
  .pitch-machine,
  .deal-receipt {
    grid-template-columns: 1fr;
  }

  .deal-output,
  .deal-phone {
    min-height: auto;
  }

  .phone-screen {
    min-height: 380px;
  }

  .lift-card {
    min-height: auto;
  }

  .proof-strip div,
  .section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .cursor-glow {
    display: none;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
  }

  h2 {
    font-size: 2rem;
  }

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

  .segmented {
    width: 100%;
    overflow-x: auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* Header refresh: Sidefix gets its own product-like identity instead of a generic AI navbar */
.site-header {
  min-height: 78px;
  padding: 0.85rem clamp(1rem, 4vw, 4.5rem);
  border-bottom: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 8% 20%, rgba(214,255,87,.24), transparent 30%),
    linear-gradient(135deg, rgba(9,10,12,.92), rgba(18,21,24,.78));
  box-shadow: 0 18px 60px rgba(0,0,0,.22);
}
.site-header::before {
  content: "";
  position: absolute;
  inset: .55rem clamp(.7rem, 2vw, 1.4rem);
  z-index: -1;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  pointer-events: none;
}
.sidefix-brand {
  gap: .9rem;
  padding: .35rem .65rem .35rem .4rem;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.sidefix-mark {
  position: relative;
  overflow: hidden;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: #d6ff57;
  color: #101114;
  box-shadow: 0 12px 34px rgba(214,255,87,.34), inset 0 -12px 20px rgba(16,17,20,.16);
}
.sidefix-mark::before,
.sidefix-mark::after {
  content: "";
  position: absolute;
  border-radius: 8px;
  background: #101114;
}
.sidefix-mark::before { width: 27px; height: 8px; left: 12px; top: 14px; transform: rotate(-10deg); }
.sidefix-mark::after { width: 8px; height: 25px; right: 14px; bottom: 10px; transform: rotate(12deg); }
.sidefix-mark span { position: absolute; border-radius: 999px; background: #101114; opacity: .9; }
.sidefix-mark span:nth-child(1) { width: 9px; height: 9px; left: 13px; bottom: 13px; }
.sidefix-mark span:nth-child(2) { width: 7px; height: 7px; right: 12px; top: 12px; background: #fff; }
.sidefix-mark span:nth-child(3) { width: 19px; height: 6px; left: 17px; top: 28px; transform: rotate(-10deg); }
.brand-copy { display: grid; gap: .05rem; line-height: 1.05; }
.brand-copy strong { font-size: 1.15rem; letter-spacing: -.03em; }
.brand-copy em { color: rgba(255,255,255,.58); font-size: .72rem; font-style: normal; font-weight: 750; letter-spacing: .02em; }
.nav-links {
  gap: .25rem;
  padding: .35rem;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.nav-links a { border-radius: 999px; }
.nav-links a:hover { background: rgba(255,255,255,.1); transform: translateY(-1px); }
.nav-cta { background: #d6ff57; color: #101114 !important; box-shadow: 0 12px 30px rgba(214,255,87,.28); }
@media (max-width: 760px) {
  .site-header::before { border-radius: 28px; }
  .brand-copy em { display:none; }
  .nav-links { background: transparent; box-shadow:none; padding:0; }
}
