/** Shopify CDN: Minification failed

Line 835:1 Expected "}" to go with "{"

**/
:root {
  --lys-bg: #05010f;
  --lys-bg-2: #0a0218;
  --lys-card: rgba(19, 9, 41, 0.78);
  --lys-card-border: rgba(169, 86, 255, 0.28);
  --lys-text: #f6f1ff;
  --lys-muted: #b7a9d7;
  --lys-purple: #a855f7;
  --lys-purple-2: #7c3aed;
  --lys-purple-3: #d8b4fe;
  --lys-glow: 0 0 24px rgba(168, 85, 247, 0.45);
  --lys-radius: 22px;
  --lys-shadow: 0 25px 70px rgba(0, 0, 0, 0.45);
}

.lys-landing {
  position: relative;
  overflow: hidden;
  color: var(--lys-text);
  background:
    radial-gradient(circle at top right, rgba(168, 85, 247, 0.18), transparent 30%),
    radial-gradient(circle at bottom left, rgba(124, 58, 237, 0.16), transparent 30%),
    linear-gradient(180deg, #070111 0%, #04010b 100%);
  padding-bottom: 48px;
}

.lys-landing a {
  color: inherit;
  text-decoration: none;
}

.lys-landing__noise {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.08;
  pointer-events: none;
}

.lys-landing__orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  pointer-events: none;
}

.lys-landing__orb--1 {
  width: 360px;
  height: 360px;
  top: 80px;
  right: -80px;
  background: rgba(168, 85, 247, 0.28);
}

.lys-landing__orb--2 {
  width: 280px;
  height: 280px;
  bottom: 140px;
  left: -80px;
  background: rgba(124, 58, 237, 0.22);
}

.lys-header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding-top: 28px;
  padding-bottom: 18px;
}

.lys-brand {
  display: inline-flex;
  align-items: center;
  min-width: 100px;
}

.lys-brand img {
  max-width: 110px;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(168, 85, 247, 0.35));
}

.lys-brand span {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lys-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

.lys-nav a {
  color: #dfd4ff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.9;
}

.lys-nav a:hover {
  color: #fff;
  text-shadow: 0 0 12px rgba(168, 85, 247, 0.6);
}

.lys-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}

.lys-btn:hover {
  transform: translateY(-2px);
}

.lys-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #c026d3);
  box-shadow: 0 14px 30px rgba(124, 58, 237, 0.35), inset 0 0 12px rgba(255, 255, 255, 0.12);
}

.lys-btn--ghost {
  color: #fff;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: inset 0 0 0 1px rgba(168, 85, 247, 0.12);
}

.lys-btn--ghost:hover {
  border-color: rgba(168, 85, 247, 0.35);
  box-shadow: 0 0 24px rgba(168, 85, 247, 0.18);
}

.lys-hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 32px;
  align-items: center;
  padding: 30px 0 28px;
}

.lys-kicker,
.lys-section__eyebrow {
  margin: 0 0 10px;
  color: #caa8ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lys-hero__title {
  margin: 0;
  line-height: 0.9;
}

.lys-hero__title-line {
  display: block;
  font-weight: 900;
  font-size: clamp(48px, 7vw, 102px);
  text-transform: uppercase;
  color: #f5f2ff;
  text-shadow: 0 8px 30px rgba(0,0,0,0.35);
}

.lys-hero__title-line--accent {
  color: #cf7dff;
  text-shadow: 0 0 18px rgba(168, 85, 247, 0.65), 0 10px 30px rgba(124, 58, 237, 0.4);
}

.lys-hero__description {
  max-width: 640px;
  color: var(--lys-muted);
  font-size: 17px;
  line-height: 1.7;
  margin-top: 18px;
}

.lys-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.lys-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.lys-stat {
  padding: 14px 10px;
  border-left: 1px solid rgba(255,255,255,0.08);
}

.lys-stat strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  color: #d8b4fe;
  margin-bottom: 7px;
  font-weight: 900;
}

.lys-stat span {
  font-size: 12px;
  color: #bba8dc;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.lys-hero__visual {
  position: relative;
}

.lys-hero__image-wrap {
  position: relative;
  min-height: 520px;
  padding: 16px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(168,85,247,0.16), rgba(255,255,255,0.02));
  border: 1px solid rgba(168,85,247,0.24);
  box-shadow: var(--lys-shadow), inset 0 0 30px rgba(168,85,247,0.12);
}

.lys-hero__image-wrap::before {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 22px;
  background: radial-gradient(circle at center, rgba(168,85,247,0.16), rgba(255,255,255,0) 58%);
  pointer-events: none;
}

.lys-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 488px;
  object-fit: cover;
  border-radius: 22px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 40px rgba(168, 85, 247, 0.18);
}

.lys-hero__placeholder,
.lys-dashboard__placeholder,
.lys-showcase__placeholder {
  min-height: 320px;
  border-radius: 20px;
  border: 1px dashed rgba(216, 180, 254, 0.32);
  background: rgba(255,255,255,0.02);
  display: grid;
  place-items: center;
  text-align: center;
  color: #d7c4f9;
  padding: 24px;
}

.lys-hero__placeholder-inner span {
  display: block;
  font-size: 44px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.lys-marquee {
  position: relative;
  overflow: hidden;
  margin: 14px 0 24px;
  border-top: 1px solid rgba(168, 85, 247, 0.18);
  border-bottom: 1px solid rgba(168, 85, 247, 0.18);
  padding: 12px 0;
  white-space: nowrap;
}

.lys-marquee__track {
  display: inline-flex;
  gap: 36px;
  min-width: max-content;
  animation: lys-marquee 26s linear infinite;
}

.lys-marquee span {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: #d0b2ff;
  text-transform: uppercase;
}

@keyframes lys-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-25%); }
}

.lys-section {
  position: relative;
  z-index: 2;
  padding: 40px 0;
}

.lys-section__head {
  margin-bottom: 22px;
}

.lys-section__head--center {
  text-align: center;
}

.lys-section__title,
.lys-community__title {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
  color: #f8f3ff;
  text-shadow: 0 0 18px rgba(168,85,247,0.22);
}

.lys-section__subtitle {
  max-width: 660px;
  margin: 14px auto 0;
  color: var(--lys-muted);
  font-size: 16px;
}

.lys-grid {
  display: grid;
  gap: 18px;
}

.lys-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lys-card,
.lys-plan,
.lys-dashboard,
.lys-showcase__item,
.lys-community,
.lys-footer {
  background: linear-gradient(180deg, rgba(21, 10, 43, 0.92), rgba(8, 4, 18, 0.92));
  border: 1px solid var(--lys-card-border);
  border-radius: var(--lys-radius);
  box-shadow: var(--lys-shadow), inset 0 0 20px rgba(168,85,247,0.08);
}

.lys-card {
  padding: 22px;
}

.lys-card__icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: radial-gradient(circle at top left, rgba(255,255,255,0.16), rgba(168,85,247,0.18));
  font-size: 24px;
  margin-bottom: 18px;
  box-shadow: 0 0 18px rgba(168,85,247,0.18);
}

.lys-card h3,
.lys-step__content h3,
.lys-plan h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}

.lys-card p,
.lys-step__content p,
.lys-plan__desc,
.lys-community__text,
.lys-footer p,
.lys-footer li a {
  color: var(--lys-muted);
  line-height: 1.7;
  font-size: 15px;
}

.lys-card__media {
  margin-top: 18px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(168,85,247,0.18);
}

.lys-card__media img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.lys-workflow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;
}

.lys-steps {
  display: grid;
  gap: 14px;
}

.lys-step {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 16px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(168,85,247,0.14);
}

.lys-step__num {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #c026d3);
  box-shadow: 0 0 18px rgba(168,85,247,0.28);
}

.lys-dashboard {
  padding: 16px;
}

.lys-dashboard img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

.lys-showcase__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 18px;
}

.lys-showcase__actions {
  display: flex;
  gap: 10px;
}

.lys-arrow {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(168,85,247,0.26);
  background: rgba(255,255,255,0.03);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: 0.2s ease;
}

.lys-arrow:hover {
  box-shadow: 0 0 20px rgba(168,85,247,0.22);
  transform: translateY(-2px);
}

.lys-showcase {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 2px;
}

.lys-showcase::-webkit-scrollbar {
  display: none;
}

.lys-showcase__item {
  padding: 12px;
  scroll-snap-align: start;
}

.lys-showcase__item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.lys-pricing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1000px;
  margin: 0 auto;
}

.lys-plan {
  position: relative;
  padding: 28px;
  overflow: hidden;
}

.lys-plan--featured {
  border-color: rgba(216, 180, 254, 0.48);
  box-shadow: 0 0 40px rgba(168,85,247,0.2), inset 0 0 20px rgba(168,85,247,0.12);
}

.lys-plan__badge {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8b5cf6, #d946ef);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.lys-plan__price {
  display: flex;
  align-items: end;
  gap: 10px;
  margin-bottom: 16px;
}

.lys-plan__price span {
  font-size: 58px;
  line-height: 0.95;
  font-weight: 900;
  color: #fff;
}

.lys-plan__price small {
  color: #c9b2f4;
  font-size: 15px;
  margin-bottom: 8px;
}

.lys-plan__features {
  list-style: none;
  padding: 0;
  margin: 18px 0 24px;
  display: grid;
  gap: 10px;
}

.lys-plan__features li {
  position: relative;
  padding-left: 24px;
  color: #e6dcfb;
  font-size: 15px;
}

.lys-plan__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #d8b4fe;
  font-weight: 900;
}

.lys-community {
  margin-top: 18px;
  padding: 28px;
}

.lys-community__content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.lys-footer {
  margin-top: 22px;
  padding: 26px;
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 26px;
}

.lys-footer__brand img {
  max-width: 110px;
  height: auto;
  display: block;
  margin-bottom: 12px;
}

.lys-footer__brand span {
  display: inline-block;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.lys-footer__cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.lys-footer h4 {
  margin: 0 0 12px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lys-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

@media screen and (max-width: 1200px) {
  .lys-hero,
  .lys-workflow {
    grid-template-columns: 1fr;
  }

  .lys-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lys-hero {
    text-align: center;
  }

  .lys-hero__description {
    margin-left: auto;
    margin-right: auto;
  }

  .lys-hero__actions {
    justify-content: center;
  }
}

@media screen and (max-width: 990px) {
  .lys-header {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .lys-nav {
    display: none;
  }

  .lys-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lys-pricing {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .lys-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .lys-footer__brand img {
    margin-left: auto;
    margin-right: auto;
  }

  .lys-footer__cols {
    grid-template-columns: 1fr;
  }

  .lys-community__content {
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 749px) {
  .lys-landing {
    overflow-x: hidden;
  }

  .lys-hero {
    gap: 24px;
    padding-top: 22px;
  }

  .lys-hero__title-line {
    font-size: clamp(38px, 15vw, 58px);
    line-height: 0.9;
  }

  .lys-section__title,
  .lys-community__title {
    font-size: clamp(30px, 11vw, 46px);
  }

  .lys-hero__description {
    font-size: 15px;
  }

  .lys-hero__actions {
    flex-direction: column;
  }

  .lys-btn {
    width: 100%;
  }

  .lys-grid--4,
  .lys-stats {
    grid-template-columns: 1fr;
  }

  .lys-stat {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center;
  }

  .lys-hero__image-wrap {
    min-height: auto;
    padding: 10px;
    border-radius: 22px;
  }

  .lys-hero__image {
    min-height: 280px;
    border-radius: 16px;
  }

  .lys-step {
    grid-template-columns: 44px 1fr;
    gap: 12px;
  }

  .lys-step__num {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }

  .lys-showcase {
    grid-auto-columns: 82%;
  }

  .lys-showcase__item img {
    height: 180px;
  }

  .lys-plan {
    padding: 22px;
  }

  .lys-plan__price span {
    font-size: 46px;
  }

  .lys-community,
  .lys-footer {
    padding: 22px;
  }


@media screen and (max-width: 749px) {
  .lys-brand {
    width: 100%;
    justify-content: center;
  }

  .lys-brand img {
    margin: 0 auto;
  }

  .lys-brand span {
    width: 100%;
    text-align: center;
  }
}