/**
 * Landing Prolab — Design system parity for TomikOS landing
 * Applies DesignSystemShowcase (prolab) styling to the main landing page
 * without changing copy or structure.
 */

/* Landing scope: text accents use kiwi (var(--blue)) */
.prolab-landing .prolab-accent,
.prolab-landing .text-gradient-aurum,
.prolab-landing .text-gradient-mystic,
.prolab-landing .text-gradient-flux {
  color: var(--blue);
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
}

/* Hero / section backgrounds use prolab variables */
.prolab-landing .hero-bg {
  background: var(--bg);
}

.prolab-landing .section-alt {
  background: var(--surface-2);
}

.prolab-landing .prolab-root {
  background: inherit;
  color: inherit;
  padding: 0;
  min-height: auto;
}

/* Landing pages: full bleed, no prolab padding — sections control their own width */
.prolab.prolab-landing {
  padding: 0;
}

