/* URLnexa v2.3.0 — rebuilt homepage hero */
.lnv3-hero {
  --lnv3-ink: #0b1f33;
  --lnv3-blue: #166d99;
  --lnv3-blue-2: #2f9fd0;
  --lnv3-muted: #5e7383;
  --lnv3-line: #d6e3eb;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 30px 0 0;
  border-bottom: 1px solid #d7e5ed;
  background:
    radial-gradient(circle at 8% 10%, rgba(90, 193, 235, .18), transparent 26%),
    radial-gradient(circle at 92% 8%, rgba(22, 109, 153, .12), transparent 25%),
    linear-gradient(180deg, #fafdff 0%, #eef8fd 78%, #e7f4fb 100%);
}

.lnv3-hero-mesh {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: .48;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(20, 76, 105, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 76, 105, .045) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 80%);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 80%);
}

.lnv3-hero-orb {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform;
}

.lnv3-hero-orb.is-one {
  width: 330px;
  height: 330px;
  right: -150px;
  top: 120px;
  border: 1px solid rgba(22, 109, 153, .16);
  box-shadow: inset 0 0 0 46px rgba(255,255,255,.18);
  animation: lnv3OrbDrift 12s ease-in-out infinite alternate;
}

.lnv3-hero-orb.is-two {
  width: 120px;
  height: 120px;
  left: -45px;
  bottom: 90px;
  background: rgba(79, 180, 224, .1);
  animation: lnv3OrbDriftSmall 10s ease-in-out infinite alternate;
}

.lnv3-hero-shell { position: relative; }

.lnv3-hero-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  min-height: 54px;
  margin-bottom: clamp(48px, 6vw, 76px);
  padding: 6px 7px 6px 16px;
  border: 1px solid rgba(132, 169, 189, .42);
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 30px rgba(32, 78, 102, .06);
  animation: lnv3BarIn 560ms cubic-bezier(.2,.8,.2,1) both;
}

.lnv3-product-state,
.lnv3-private-note {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #476071;
  font-size: .72rem;
  font-weight: 800;
  white-space: nowrap;
}

.lnv3-product-state small {
  padding-left: 8px;
  border-left: 1px solid #d6e2e9;
  color: #7b8f9b;
  font-size: .66rem;
  font-weight: 700;
}

.lnv3-state-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #32a56c;
  box-shadow: 0 0 0 4px rgba(50,165,108,.13);
}

.lnv3-private-note { justify-content: flex-end; color: #627987; }
.lnv3-private-note svg { color: var(--lnv3-blue); }

.lnv-redesign .lnv3-tool-switch {
  display: inline-flex;
  gap: 4px;
  margin: 0;
  padding: 4px;
  border: 1px solid #d2e0e8;
  border-radius: 10px;
  background: #eff6fa;
  overflow: visible;
}

.lnv-redesign .lnv3-tool-switch button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 7px;
  color: #5e7483;
  background: transparent;
  box-shadow: none;
  font-size: .72rem;
  font-weight: 850;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .16s ease;
}

.lnv-redesign .lnv3-tool-switch button::after { display: none; }
.lnv-redesign .lnv3-tool-switch button:hover { color: var(--lnv3-ink); transform: translateY(-1px); }
.lnv-redesign .lnv3-tool-switch button:active { transform: translateY(0) scale(.98); }
.lnv-redesign .lnv3-tool-switch button.is-active {
  color: #fff;
  background: var(--lnv3-ink);
  box-shadow: 0 6px 14px rgba(11,31,51,.16);
}

.lnv3-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(500px, 1.06fr);
  align-items: center;
  gap: clamp(48px, 6vw, 88px);
  padding-bottom: clamp(64px, 7vw, 92px);
}

.lnv3-hero-copy {
  max-width: 620px;
  padding: 10px 0;
}

.lnv3-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  padding: 4px 12px 4px 5px;
  border: 1px solid #cfe0e9;
  border-radius: 999px;
  color: #496574;
  background: rgba(255,255,255,.72);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .01em;
  animation: lnv3CopyIn 620ms cubic-bezier(.2,.8,.2,1) 90ms both;
}

.lnv3-eyebrow > span {
  display: grid;
  place-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  color: #fff;
  background: var(--lnv3-blue);
  font-size: .59rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lnv3-hero-copy h1 {
  max-width: 650px;
  margin: 23px 0 20px;
  color: var(--lnv3-ink);
  font-size: clamp(3.55rem, 5.65vw, 6rem);
  line-height: .91;
  font-weight: 780;
  letter-spacing: -.074em;
  text-wrap: balance;
  animation: lnv3CopyIn 680ms cubic-bezier(.2,.8,.2,1) 150ms both;
}

.lnv3-hero-copy h1 span {
  display: block;
  color: var(--lnv3-blue);
  background: linear-gradient(100deg, #155e86, #2d99c8 72%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lnv3-hero-copy > p {
  max-width: 570px;
  margin: 0;
  color: #526b7a;
  font-size: 1.04rem;
  line-height: 1.72;
  animation: lnv3CopyIn 680ms cubic-bezier(.2,.8,.2,1) 220ms both;
}

.lnv3-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
  animation: lnv3CopyIn 680ms cubic-bezier(.2,.8,.2,1) 290ms both;
}

.lnv3-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--lnv3-ink);
  font-size: .82rem;
  font-weight: 860;
  text-decoration: none;
  transform: translate3d(0,0,0);
  transition: transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.lnv3-button::before,
.lnv3-submit::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -35%;
  bottom: -35%;
  left: -45%;
  width: 28%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent);
  transform: skewX(-18deg) translateX(0);
  transition: transform .46s ease, opacity .18s ease;
  pointer-events: none;
}

.lnv3-button.is-primary {
  color: #fff;
  background: var(--lnv3-ink);
  box-shadow: 0 10px 24px rgba(11,31,51,.15);
}

.lnv3-button.is-secondary {
  border-color: #bdced8;
  background: rgba(255,255,255,.68);
}

.lnv3-button:hover {
  transform: translate3d(0,-2px,0);
  box-shadow: 0 13px 26px rgba(30,75,99,.13);
}

.lnv3-button:hover::before,
.lnv3-submit:hover::before { opacity: 1; transform: skewX(-18deg) translateX(560%); }
.lnv3-button:active { transform: translate3d(0,0,0) scale(.985); }
.lnv3-button > span { transition: transform .2s ease; }
.lnv3-button:hover > span { transform: translateX(4px); }

.lnv3-proof-list {
  display: grid;
  gap: 12px;
  margin-top: 34px;
  animation: lnv3CopyIn 680ms cubic-bezier(.2,.8,.2,1) 360ms both;
}

.lnv3-proof-list > div {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.lnv3-proof-icon {
  display: grid;
  flex: 0 0 23px;
  place-items: center;
  width: 23px;
  height: 23px;
  margin-top: 1px;
  border: 1px solid #add3c0;
  border-radius: 50%;
  color: #1e8453;
  background: #effaf4;
  font-size: .68rem;
  font-weight: 900;
}

.lnv3-proof-list p { margin: 0; }
.lnv3-proof-list strong,
.lnv3-proof-list small { display: block; }
.lnv3-proof-list strong { color: #20394a; font-size: .77rem; }
.lnv3-proof-list small { margin-top: 2px; color: #718691; font-size: .68rem; line-height: 1.4; }

.lnv3-workspace {
  position: relative;
  min-width: 0;
  scroll-margin-top: 110px;
  overflow: hidden;
  border: 1px solid #a8bfcc;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(29, 78, 103, .16), 0 4px 12px rgba(29, 78, 103, .06);
  animation: lnv3WorkspaceIn 760ms cubic-bezier(.2,.8,.2,1) 170ms both;
  transform: translate3d(0,0,0);
}

.lnv3-workspace::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #0b1f33, #2e9bca 62%, #79c9ee);
}

.lnv3-workspace-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 68px;
  padding: 0 20px;
  border-bottom: 1px solid #e0e9ee;
  background: #f8fbfd;
}

.lnv3-window-dots { display: flex; gap: 5px; }
.lnv3-window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #c4d1d8; }
.lnv3-window-dots i:nth-child(1) { background: #ee8c87; }
.lnv3-window-dots i:nth-child(2) { background: #e7c56f; }
.lnv3-window-dots i:nth-child(3) { background: #65bf8f; }

.lnv3-workspace-title strong,
.lnv3-workspace-title small { display: block; }
.lnv3-workspace-title strong { color: #1a3344; font-size: .86rem; }
.lnv3-workspace-title small { margin-top: 2px; color: #82949f; font-size: .62rem; font-weight: 700; }

.lnv3-live-state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 27px;
  padding: 0 9px;
  border: 1px solid #cde5d8;
  border-radius: 999px;
  color: #277c51;
  background: #f2fbf6;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.lnv3-live-state i { width: 6px; height: 6px; border-radius: 50%; background: #32a56c; animation: lnv3StatusPulse 2.2s ease-in-out infinite; }

.lnv-redesign .lnv3-url-box {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  animation: none;
}

.lnv-redesign .lnv3-url-box::before { display: none; }
.lnv3-form-body { padding: 26px 24px 22px; }

.lnv3-field-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  color: #304a5c;
  font-size: .71rem;
  font-weight: 880;
}

.lnv3-field-label small {
  color: #8a9aa4;
  font-size: .58rem;
  font-weight: 820;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lnv-redesign .lnv3-input-wrap {
  position: relative;
  min-height: 62px;
  gap: 12px;
  padding: 0 13px 0 17px;
  border: 1px solid #bacdd8;
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(23,55,72,.025);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.lnv-redesign .lnv3-input-wrap:focus-within {
  border-color: var(--lnv3-blue);
  box-shadow: 0 0 0 4px rgba(22,109,153,.1);
  animation: none;
  transform: translateY(-1px);
}

.lnv-redesign .lnv3-input-wrap .lnv-input-icon { color: var(--lnv3-blue); animation: none; }
.lnv-redesign .lnv3-input-wrap input {
  min-width: 0;
  min-height: 60px;
  padding: 0;
  border: 0;
  color: #173144;
  background: transparent;
  font-size: .96rem;
  font-weight: 650;
}

.lnv3-input-hint {
  flex: 0 0 auto;
  padding: 5px 7px;
  border-radius: 5px;
  color: #778b98;
  background: #eef4f7;
  font-size: .6rem;
  font-weight: 850;
}

.lnv3-alias-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 11px;
  margin-top: 17px;
}

.lnv3-alias-field { display: block; min-width: 0; }
.lnv3-alias-input {
  display: flex;
  align-items: center;
  min-height: 50px;
  overflow: hidden;
  border: 1px solid #c4d4dd;
  border-radius: 9px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.lnv3-alias-input:focus-within { border-color: var(--lnv3-blue); box-shadow: 0 0 0 4px rgba(22,109,153,.09); }
.lnv3-alias-input > span {
  align-self: stretch;
  display: flex;
  align-items: center;
  max-width: 52%;
  padding: 0 10px;
  border-right: 1px solid #d9e4ea;
  color: #617987;
  background: #f4f8fa;
  font-size: .65rem;
  font-weight: 790;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lnv-redesign .lnv3-alias-input input {
  min-width: 0;
  min-height: 48px;
  padding: 0 11px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: .78rem;
}

.lnv-redesign .lnv3-alias-input input:focus { box-shadow: none; }

.lnv-redesign .lnv3-submit {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 50px;
  padding: 0 19px;
  border: 1px solid var(--lnv3-ink);
  border-radius: 9px;
  color: #fff;
  background: var(--lnv3-ink);
  box-shadow: 0 8px 18px rgba(11,31,51,.13);
  white-space: nowrap;
  transition: transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s ease, background .18s ease;
}

.lnv-redesign .lnv3-submit:hover {
  transform: translate3d(0,-2px,0);
  background: #12334d;
  box-shadow: 0 12px 24px rgba(11,31,51,.18);
}

.lnv-redesign .lnv3-submit:active { transform: translate3d(0,0,0) scale(.985); }
.lnv3-submit > span { display: inline-block; margin-left: 8px; transition: transform .2s ease; }
.lnv3-submit:hover > span { transform: translateX(4px); }

.lnv3-form-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e4ecef;
}

.lnv3-form-meta span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #718590;
  font-size: .62rem;
  font-weight: 780;
}

.lnv3-form-meta i { width: 5px; height: 5px; border-radius: 50%; background: #4da8d1; }
.lnv3-status { min-height: 0; margin: 0; padding: 0 24px; font-size: .74rem; }
.lnv3-status:not(:empty) { min-height: 34px; padding-top: 7px; padding-bottom: 7px; border-top: 1px solid #edf2f5; }

.lnv-redesign .lnv3-created-card,
.lnv-redesign .lnv3-more-card {
  grid-template-columns: 48px 1fr auto;
  gap: 13px;
  margin: 0 20px 18px;
  padding: 14px;
  border: 1px solid #b8d1de;
  border-left: 4px solid var(--lnv3-blue);
  border-radius: 10px;
  background: #fbfdff;
  box-shadow: none;
}

.lnv3-workspace-bottom {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 24px;
  border-top: 1px solid #e1eaef;
  background: #f8fbfd;
}

.lnv3-workspace-bottom > div { display: flex; align-items: center; gap: 7px; color: #566f7e; font-size: .65rem; }
.lnv3-workspace-bottom span { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid #bfd2dd; border-radius: 50%; color: var(--lnv3-blue); font-size: .54rem; font-weight: 900; }
.lnv3-workspace-bottom strong { font-size: .64rem; }
.lnv3-workspace-bottom > i { height: 1px; background: linear-gradient(90deg, #c2d4de, #e1e9ee); }

.lnv3-capability-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid #c6d9e4;
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  background: rgba(255,255,255,.94);
  box-shadow: 0 -5px 20px rgba(32,78,102,.035);
}

.lnv3-capability-strip > div {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 20px 18px;
  border-right: 1px solid #d7e4eb;
}

.lnv3-capability-strip > div:last-child { border-right: 0; }
.lnv3-capability-icon { display: grid; flex: 0 0 40px; place-items: center; width: 40px; height: 40px; border-radius: 10px; color: var(--lnv3-blue); background: #eaf6fc; }
.lnv3-capability-strip p { min-width: 0; margin: 0; }
.lnv3-capability-strip strong,
.lnv3-capability-strip small { display: block; }
.lnv3-capability-strip strong { color: #243e4f; font-size: .74rem; }
.lnv3-capability-strip small { margin-top: 3px; color: #748894; font-size: .61rem; line-height: 1.35; }

/* QR panel still lives inside the rebuilt section. */
.lnv3-hero [data-mode-panel="qr"] { padding: 4px 0 72px; }
.lnv3-hero .lnv2-qr-heading { margin-top: 5px; }

@keyframes lnv3BarIn {
  from { opacity: 0; transform: translate3d(0,-12px,0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}

@keyframes lnv3CopyIn {
  from { opacity: 0; transform: translate3d(0,18px,0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}

@keyframes lnv3WorkspaceIn {
  from { opacity: 0; transform: translate3d(26px,18px,0) scale(.985); }
  to { opacity: 1; transform: translate3d(0,0,0) scale(1); }
}

@keyframes lnv3StatusPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .55; transform: scale(.82); }
}

@keyframes lnv3OrbDrift {
  from { transform: translate3d(0,0,0) rotate(0deg); }
  to { transform: translate3d(-16px,14px,0) rotate(7deg); }
}

@keyframes lnv3OrbDriftSmall {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(12px,-10px,0); }
}

@media (max-width: 1180px) {
  .lnv3-hero-bar { grid-template-columns: 1fr auto; }
  .lnv3-private-note { display: none; }
  .lnv3-hero-layout { grid-template-columns: 1fr; gap: 44px; }
  .lnv3-hero-copy { max-width: 800px; margin: 0 auto; text-align: center; }
  .lnv3-hero-copy h1,
  .lnv3-hero-copy > p { margin-left: auto; margin-right: auto; }
  .lnv3-hero-actions { justify-content: center; }
  .lnv3-proof-list { grid-template-columns: repeat(3, 1fr); text-align: left; }
  .lnv3-workspace { width: min(780px, 100%); margin: 0 auto; }
  .lnv3-capability-strip { grid-template-columns: repeat(2, 1fr); }
  .lnv3-capability-strip > div:nth-child(2) { border-right: 0; }
  .lnv3-capability-strip > div:nth-child(-n+2) { border-bottom: 1px solid #d7e4eb; }
}

@media (max-width: 760px) {
  .lnv3-hero { padding-top: 18px; }
  .lnv3-hero-bar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 42px;
    padding: 11px;
  }
  .lnv3-product-state { justify-content: center; }
  .lnv3-product-state small { display: none; }
  .lnv-redesign .lnv3-tool-switch { width: 100%; }
  .lnv-redesign .lnv3-tool-switch button { flex: 1; padding-inline: 10px; }
  .lnv3-hero-copy h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .lnv3-proof-list { grid-template-columns: 1fr; width: min(420px,100%); margin-left: auto; margin-right: auto; }
  .lnv3-alias-row { grid-template-columns: 1fr; }
  .lnv-redesign .lnv3-submit { width: 100%; }
  .lnv3-workspace-bottom { grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .lnv3-workspace-bottom > i { display: none; }
  .lnv3-workspace-bottom > div { justify-content: center; }
  .lnv3-form-meta { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .lnv3-hero-copy h1 { margin-top: 19px; font-size: clamp(2.75rem, 15vw, 3.65rem); line-height: .94; }
  .lnv3-hero-copy > p { font-size: .93rem; line-height: 1.62; }
  .lnv3-hero-actions { display: grid; }
  .lnv3-button { width: 100%; }
  .lnv3-workspace { border-radius: 14px; }
  .lnv3-workspace-top { grid-template-columns: auto 1fr; padding: 0 15px; }
  .lnv3-live-state { display: none; }
  .lnv3-form-body { padding: 21px 16px 18px; }
  .lnv3-input-hint { display: none; }
  .lnv3-alias-input > span { max-width: 43%; font-size: .58rem; }
  .lnv3-workspace-bottom { padding: 0 12px; }
  .lnv3-workspace-bottom strong { display: none; }
  .lnv3-capability-strip { grid-template-columns: 1fr; border-radius: 13px 13px 0 0; }
  .lnv3-capability-strip > div,
  .lnv3-capability-strip > div:nth-child(2) { border-right: 0; border-bottom: 1px solid #d7e4eb; }
  .lnv3-capability-strip > div:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .lnv3-hero *,
  .lnv3-hero *::before,
  .lnv3-hero *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.lnv-motion-lite .lnv3-hero-orb { animation: none; }
.lnv-page-hidden .lnv3-hero-orb,
.lnv-page-hidden .lnv3-live-state { animation-play-state: paused; }


/* v2.3.1 hero motion cleanup */
.lnv3-hero * {
  -webkit-font-smoothing: antialiased;
}

.lnv3-hero-copy h1,
.lnv3-hero-copy > p,
.lnv3-eyebrow,
.lnv3-hero-actions,
.lnv3-proof-list,
.lnv3-workspace,
.lnv3-hero-bar {
  animation-fill-mode: both;
}

.lnv3-button::before,
.lnv3-submit::before {
  transition: transform .5s var(--lnv3-sheen-ease, cubic-bezier(.2,.8,.2,1)), opacity .18s ease;
}

.lnv3-button:hover::before,
.lnv3-submit:hover::before {
  transform: skewX(-18deg) translateX(500%);
}

.lnv3-workspace,
.lnv3-hero-bar {
  will-change: auto;
}

.lnv3-workspace:hover,
.lnv3-hero-bar:hover {
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .lnv3-button::before,
  .lnv3-submit::before {
    display: none;
  }
}
