/* Public landing — Almila suite / featured product portal */

.lp {
  --lp-ink: #0c1220;
  --lp-ink-soft: #1a2436;
  --lp-fog: #e8eef6;
  --lp-muted: #8b98ab;
  --lp-line: rgba(255, 255, 255, 0.1);
  --lp-teal: #0d9aa8;
  --lp-teal-bright: #2ec4d6;
  --lp-violet: #7a45b5;
  --lp-amber: #e07a2f;
  --lp-green: #2f9e6b;
  --lp-blue: #2f6fed;
  --lp-radius: 18px;
  --lp-nav-h: 72px;
  color: #eef2f8;
  background: var(--lp-ink);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
}

.lp * {
  box-sizing: border-box;
}

.lp a {
  color: inherit;
  text-decoration: none;
}

/* —— Nav —— */
.lp-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--lp-nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 clamp(1rem, 4vw, 3rem);
  background: linear-gradient(180deg, rgba(12, 18, 32, 0.92), rgba(12, 18, 32, 0.55));
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.lp-nav.is-scrolled {
  border-bottom-color: var(--lp-line);
  background: rgba(12, 18, 32, 0.94);
}

.lp-nav-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.lp-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  letter-spacing: 0.4px;
  color: #fff;
  background: linear-gradient(135deg, var(--lp-teal), var(--lp-violet));
  box-shadow: 0 8px 24px rgba(13, 154, 168, 0.35);
  flex-shrink: 0;
}

.lp-mark-img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(13, 154, 168, 0.28);
  flex-shrink: 0;
  display: block;
}

.lp-nav-titles {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  min-width: 0;
}

.lp-nav-titles strong {
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.lp-nav-titles span {
  font-size: 0.72rem;
  color: var(--lp-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}

.lp-nav-links {
  display: none;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.9rem;
  color: var(--lp-muted);
}

.lp-nav-links a:hover {
  color: #fff;
}

.lp-nav-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}

.lp-btn:hover {
  transform: translateY(-1px);
}

.lp-btn-ghost {
  border-color: var(--lp-line);
  color: #e8eef6;
  background: rgba(255, 255, 255, 0.04);
}

.lp-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.lp-btn-primary {
  color: #041016;
  background: linear-gradient(135deg, var(--lp-teal-bright), var(--lp-teal));
  box-shadow: 0 10px 28px rgba(13, 154, 168, 0.35);
}

.lp-btn-primary:hover {
  box-shadow: 0 14px 32px rgba(13, 154, 168, 0.45);
  color: #041016;
}

.lp-btn-outline {
  border-color: rgba(46, 196, 214, 0.45);
  color: var(--lp-teal-bright);
  background: transparent;
}

.lp-btn-outline:hover {
  background: rgba(13, 154, 168, 0.12);
  color: #fff;
}

.lp-btn-collab {
  color: #fff;
  background: linear-gradient(135deg, #ffb347 0%, #ff7b2e 45%, #f04e23 100%);
  border: 1px solid rgba(255, 210, 140, 0.55);
  box-shadow:
    0 0 0 1px rgba(255, 123, 46, 0.25),
    0 10px 28px rgba(255, 107, 46, 0.42),
    0 0 22px rgba(255, 159, 67, 0.28);
  animation: lp-collab-glow 2.8s ease-in-out infinite;
}

.lp-btn-collab:hover {
  color: #fff;
  background: linear-gradient(135deg, #ffc56a 0%, #ff8f45 45%, #ff5a2e 100%);
  box-shadow:
    0 0 0 1px rgba(255, 159, 67, 0.45),
    0 14px 34px rgba(255, 107, 46, 0.55),
    0 0 28px rgba(255, 159, 67, 0.38);
}

.lp-btn-collab-short {
  display: none;
}

@keyframes lp-collab-glow {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 123, 46, 0.25),
      0 10px 28px rgba(255, 107, 46, 0.42),
      0 0 18px rgba(255, 159, 67, 0.22);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 159, 67, 0.45),
      0 12px 32px rgba(255, 107, 46, 0.52),
      0 0 30px rgba(255, 180, 80, 0.38);
  }
}

.lp-btn-lg {
  padding: 0.9rem 1.5rem;
  font-size: 0.98rem;
}

/* —— Hero (single composition, full-bleed) —— */
.lp-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  align-items: center;
  padding: calc(var(--lp-nav-h) + 0.75rem) clamp(1rem, 4vw, 3rem) 2.5rem;
  overflow: hidden;
}

.lp-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 90% 70% at 75% 20%, rgba(13, 154, 168, 0.28), transparent 55%),
    radial-gradient(ellipse 60% 50% at 10% 80%, rgba(122, 69, 181, 0.22), transparent 50%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(47, 111, 237, 0.12), transparent 45%),
    linear-gradient(165deg, #070b14 0%, #0c1220 45%, #121a2b 100%);
}

.lp-hero-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.22;
  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: 64px 64px;
  mask-image: linear-gradient(180deg, #000 20%, transparent 95%);
  animation: lp-grid-drift 28s linear infinite;
}

.lp-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  z-index: 1;
  pointer-events: none;
  animation: lp-orb-float 12s ease-in-out infinite;
}

.lp-hero-orb-a {
  width: min(48vw, 420px);
  height: min(48vw, 420px);
  top: 12%;
  right: 8%;
  background: rgba(13, 154, 168, 0.35);
}

.lp-hero-orb-b {
  width: min(36vw, 300px);
  height: min(36vw, 300px);
  bottom: 18%;
  left: 5%;
  background: rgba(122, 69, 181, 0.28);
  animation-delay: -4s;
}

.lp-hero-visual {
  position: absolute;
  z-index: 2;
  inset: auto 0 0 auto;
  width: min(52vw, 640px);
  height: min(72vh, 620px);
  pointer-events: none;
  opacity: 0.9;
}

.lp-hero-visual svg {
  width: 100%;
  height: 100%;
  display: block;
}

.lp-hero-content {
  position: relative;
  z-index: 3;
  max-width: 620px;
  animation: lp-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.lp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lp-teal-bright);
  margin-bottom: 1.1rem;
}

.lp-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--lp-teal), transparent);
}

.lp-hero-brand {
  margin: 0 0 0.85rem;
  font-size: clamp(3.2rem, 9vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.95;
  background: linear-gradient(120deg, #ffffff 10%, #b8eef5 55%, #c4b0e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lp-hero-title {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 500;
  line-height: 1.35;
  color: #c5d0e0;
  max-width: 28ch;
}

.lp-hero-lead {
  margin: 0 0 1.75rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--lp-muted);
  max-width: 42ch;
}

.lp-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.lp-hero-meta {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.75rem;
  color: var(--lp-muted);
  font-size: 0.85rem;
}

.lp-hero-meta strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
}

/* —— Sections —— */
.lp-section {
  position: relative;
  padding: clamp(3.5rem, 8vw, 6rem) clamp(1rem, 4vw, 3rem);
}

.lp-section-head {
  max-width: 640px;
  margin-bottom: 2.25rem;
}

.lp-section-head h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.6rem, 3.5vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.lp-section-head p {
  margin: 0;
  color: var(--lp-muted);
  line-height: 1.65;
  font-size: 1.02rem;
}

.lp-section-suite {
  background: linear-gradient(180deg, #0c1220 0%, #0f1728 100%);
  border-top: 1px solid var(--lp-line);
}

.lp-suite-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .lp-suite-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .lp-suite-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lp-product {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.35rem 1.4rem 1.4rem;
  border-radius: var(--lp-radius);
  border: 1px solid var(--lp-line);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  min-height: 100%;
  text-align: left;
  color: inherit;
  width: 100%;
  cursor: pointer;
}

.lp-product:hover,
.lp-product:focus-visible {
  border-color: rgba(46, 196, 214, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  outline: none;
}

.lp-product.is-featured {
  border-color: rgba(46, 196, 214, 0.45);
  background:
    linear-gradient(155deg, rgba(13, 154, 168, 0.16), rgba(255, 255, 255, 0.03));
  box-shadow: 0 0 0 1px rgba(13, 154, 168, 0.15), 0 16px 40px rgba(13, 154, 168, 0.12);
}

.lp-product-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.lp-product-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  color: var(--lp-teal-bright);
}

.lp-product-icon.accent-orange { color: #f0a05a; }
.lp-product-icon.accent-purple { color: #b08de0; }
.lp-product-icon.accent-blue { color: #7aa4f5; }
.lp-product-icon.accent-green { color: #5fc9a0; }
.lp-product-icon.accent-slate { color: #a8b4c4; }
.lp-product-icon.accent-teal { color: var(--lp-teal-bright); }

.lp-badge {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(46, 196, 214, 0.18);
  color: var(--lp-teal-bright);
  border: 1px solid rgba(46, 196, 214, 0.28);
}

.lp-badge-muted {
  background: rgba(255, 255, 255, 0.06);
  color: var(--lp-muted);
  border-color: var(--lp-line);
}

.lp-product h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.lp-product .lp-full-name {
  margin: 0;
  font-size: 0.82rem;
  color: var(--lp-muted);
  line-height: 1.4;
}

.lp-product .lp-fa {
  margin: 0;
  font-size: 0.8rem;
  color: #9aa8bc;
  direction: rtl;
  font-family: "Segoe UI", Tahoma, "Helvetica Neue", Arial, sans-serif;
}

.lp-product .lp-tagline {
  margin: 0.15rem 0 0;
  font-size: 0.9rem;
  color: #c5d0e0;
  line-height: 1.45;
  flex: 1;
}

.lp-product-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.35rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--lp-line);
  font-size: 0.8rem;
  color: var(--lp-muted);
}

.lp-product-foot i {
  color: var(--lp-teal-bright);
}

/* —— Featured deep dive —— */
.lp-section-featured {
  background:
    radial-gradient(ellipse 80% 60% at 0% 30%, rgba(13, 154, 168, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 70%, rgba(122, 69, 181, 0.1), transparent 50%),
    #0a101c;
  border-top: 1px solid var(--lp-line);
}

.lp-featured-layout {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 960px) {
  .lp-featured-layout {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
  }
}

.lp-featured-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lp-teal-bright);
  margin-bottom: 0.75rem;
}

.lp-featured-layout h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.lp-featured-fullname {
  margin: 0 0 1rem;
  color: var(--lp-muted);
  font-size: 1.05rem;
}

.lp-featured-desc {
  margin: 0 0 1.5rem;
  color: #a8b4c4;
  line-height: 1.7;
  font-size: 1.02rem;
}

.lp-feature-list {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.lp-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: #d5deea;
  font-size: 0.95rem;
  line-height: 1.45;
}

.lp-feature-list i {
  color: var(--lp-teal-bright);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.lp-featured-panel {
  border-radius: calc(var(--lp-radius) + 4px);
  border: 1px solid var(--lp-line);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  padding: 1.5rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}

.lp-featured-panel h3 {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c5d0e0;
}

.lp-lifecycle {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.lp-lifecycle span {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--lp-line);
  color: var(--lp-muted);
  background: rgba(0, 0, 0, 0.2);
}

.lp-lifecycle span.is-active {
  color: #041016;
  background: linear-gradient(135deg, var(--lp-teal-bright), var(--lp-teal));
  border-color: transparent;
}

.lp-login-panel {
  margin-top: 1.25rem;
  padding: 1.25rem;
  border-radius: 14px;
  background: rgba(13, 154, 168, 0.1);
  border: 1px solid rgba(46, 196, 214, 0.25);
}

.lp-login-panel p {
  margin: 0 0 1rem;
  color: #c5d0e0;
  font-size: 0.92rem;
  line-height: 1.5;
}

.lp-login-panel .lp-btn {
  width: 100%;
}

/* —— ACMS hierarchy —— */
.lp-section-hierarchy {
  border-top: 1px solid var(--lp-line);
  background: #0c1220;
}

.lp-sub-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .lp-sub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.lp-sub {
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.03);
}

.lp-sub h3 {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.lp-sub .lp-sub-name {
  margin: 0 0 0.85rem;
  font-size: 0.85rem;
  color: var(--lp-muted);
}

.lp-sub .lp-fa {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  color: #9aa8bc;
  direction: rtl;
}

.lp-service-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.lp-service-chips span {
  font-size: 0.78rem;
  padding: 0.35rem 0.65rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--lp-line);
  color: #c5d0e0;
}

/* —— CTA strip —— */
.lp-section-cta {
  border-top: 1px solid var(--lp-line);
  text-align: center;
  background:
    radial-gradient(ellipse 70% 80% at 50% 100%, rgba(13, 154, 168, 0.18), transparent 60%),
    #0a101c;
}

.lp-section-cta h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.lp-section-cta p {
  margin: 0 auto 1.5rem;
  max-width: 42ch;
  color: var(--lp-muted);
  line-height: 1.65;
}

.lp-section-cta .lp-hero-cta {
  justify-content: center;
}

/* —— Footer —— */
.lp-footer {
  border-top: 1px solid rgba(15, 40, 80, 0.12);
  padding: 0.55rem clamp(1rem, 4vw, 2.5rem) 0.65rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
  align-items: center;
  color: #1a3358;
  font-size: 0.85rem;
  background: linear-gradient(180deg, #e8eef6 0%, #d5e0ee 100%);
}

.lp-footer strong {
  color: #0a274d;
}

/* Each brand block: [logo] [text] on one horizontal line, vertically centered */
.lp-footer-brand {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 0.85rem;
  min-width: 0;
  max-width: 100%;
}

.lp-footer-brand--product {
  margin-left: auto;
}

.lp-footer-logo-link {
  display: inline-flex !important;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  border-radius: 8px;
  background: #0a274d;
  padding: 0.35rem 0.55rem;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.lp-footer-logo-link:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.lp-footer-logo-frame {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #fff !important;
  border: 1px solid rgba(10, 39, 77, 0.12);
  border-radius: 8px;
  padding: 0.3rem 0.55rem;
  line-height: 0;
  box-shadow: 0 1px 2px rgba(10, 39, 77, 0.06);
}

.lp-footer-logo {
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}

.lp-footer-logo--avisa {
  width: auto;
  height: 48px;
  max-width: 160px;
  background: transparent;
  padding: 0;
}

.lp-footer-logo--almila {
  width: auto;
  height: 52px;
  max-width: 200px;
  background: transparent;
}

.lp-footer-label {
  margin: 0 !important;
  line-height: 1.35;
  display: flex !important;
  align-items: center !important;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .lp-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .lp-footer-brand--product {
    margin-left: 0;
  }

  .lp-footer-label {
    white-space: normal;
  }
}

/* —— Motion —— */
@keyframes lp-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lp-orb-float {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-12px, 18px) scale(1.06);
  }
}

@keyframes lp-grid-drift {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(64px);
  }
}

@keyframes lp-dash {
  to {
    stroke-dashoffset: -40;
  }
}

.lp-hero-visual .flow-line {
  stroke-dasharray: 6 8;
  animation: lp-dash 2.5s linear infinite;
}

/* —— Responsive nav —— */
@media (min-width: 900px) {
  .lp-nav-links {
    display: flex;
  }

  .lp-nav-titles span {
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .lp-nav-actions {
    gap: 0.45rem;
  }

  .lp-btn-collab-full {
    display: none;
  }

  .lp-btn-collab-short {
    display: inline;
  }

  .lp-btn {
    padding: 0.58rem 0.85rem;
    font-size: 0.82rem;
  }

  .lp-hero-visual {
    width: 70%;
    height: 42%;
    opacity: 0.35;
    inset: auto -5% 8% auto;
  }

  .lp-hero {
    align-items: center;
    padding-top: calc(var(--lp-nav-h) + 0.75rem);
    padding-bottom: 2.25rem;
  }

  .lp-btn-lg {
    width: 100%;
  }

  .lp-hero-cta {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-hero-content,
  .lp-hero-orb,
  .lp-hero-grid,
  .lp-hero-visual .flow-line,
  .lp-product,
  .lp-btn,
  .lp-btn-collab {
    animation: none !important;
    transition: none !important;
  }
}
