/* ═══════════════════════════════════════════════════
   nSmarTrac Landing — Modern single-page
   ═══════════════════════════════════════════════════ */

.lp-body {
  overflow-x: hidden;
  width: 100%;
  background: hsl(var(--background));
}

.lp-body > header,
.lp-body > section,
.lp-body > footer {
  width: 100%;
  overflow-x: clip;
}

[id] {
  scroll-margin-top: 5.5rem;
}

/* ─── Font Awesome 5 Pro Duotone (.fad) ─── */
/* Default layers so duotone icons are always visible on the page */
.lp-body i.fad {
  --fa-primary-color: hsl(var(--primary));
  --fa-secondary-color: hsl(var(--primary) / 0.42);
  --fa-secondary-opacity: 1;
  color: hsl(var(--primary));
}

/* Fallback for .far where duotone is not used (e.g. rare icons) */
.lp-body i.far:not(.fab) {
  color: hsl(var(--primary));
}

.lp-body i.fad.lp-fad--success,
.lp-body i.fad.lp-list-icon--success,
.lp-fad--success,
.lp-list-icon--success {
  --fa-primary-color: hsl(142 71% 40%);
  --fa-secondary-color: hsl(142 71% 40% / 0.38);
  --fa-secondary-opacity: 1;
  color: hsl(142 71% 40%);
}

.lp-body i.fad.lp-fad--danger,
.lp-body i.fad.lp-list-icon--danger,
.lp-fad--danger,
.lp-list-icon--danger {
  --fa-primary-color: hsl(0 72% 51%);
  --fa-secondary-color: hsl(0 72% 51% / 0.38);
  --fa-secondary-opacity: 1;
  color: hsl(0 72% 51%);
}

.lp-fad--gold {
  --fa-primary-color: hsl(45 93% 47%);
  --fa-secondary-color: hsl(38 92% 40% / 0.45);
  color: hsl(45 93% 47%);
}

.lp-body .btn-primary .fad {
  --fa-primary-color: hsl(var(--primary-foreground));
  --fa-secondary-color: rgba(255, 255, 255, 0.72);
  color: hsl(var(--primary-foreground));
}

.lp-body .btn-outline-secondary .fad {
  --fa-primary-color: hsl(var(--primary));
  --fa-secondary-color: hsl(var(--primary) / 0.55);
  color: hsl(var(--primary));
}

.lp-cta .btn-primary .fad {
  --fa-primary-color: hsl(var(--primary));
  --fa-secondary-color: hsl(var(--primary) / 0.45);
  color: hsl(var(--primary));
}

.lp-cta .btn-ghost .fad {
  --fa-primary-color: rgba(255, 255, 255, 0.95);
  --fa-secondary-color: rgba(255, 255, 255, 0.55);
  color: rgba(255, 255, 255, 0.95);
}

.lp-features__tab.is-active .fad,
.lp-pricing__tab.is-active .fad {
  --fa-primary-color: hsl(var(--primary-foreground));
  --fa-secondary-color: rgba(255, 255, 255, 0.65);
  color: hsl(var(--primary-foreground));
}

/* Solid list icons — clearer at small sizes */
.lp-list-icon {
  flex-shrink: 0;
  width: 1.125rem;
  text-align: center;
  font-size: 0.9375rem;
}

.lp-hero__cta .btn-outline-secondary .fad {
  --fa-primary-color: hsl(var(--primary));
  --fa-secondary-color: hsl(var(--primary) / 0.55);
  color: hsl(var(--primary));
}

.lp-hero__pill-icon {
  font-size: 0.75rem;
  --fa-primary-color: hsl(var(--primary));
  --fa-secondary-color: hsl(45 93% 47% / 0.5);
  color: hsl(var(--primary));
}

.lp-hero__stat-icon {
  display: block;
  font-size: 1.0625rem;
  margin-bottom: 0.375rem;
  --fa-primary-color: hsl(var(--primary));
  --fa-secondary-color: hsl(var(--primary) / 0.45);
  color: hsl(var(--primary));
}

.lp-hero__stat {
  text-align: center;
}

.lp-step__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.875rem;
  background: linear-gradient(135deg, hsl(var(--primary) / 0.12), hsl(280 55% 55% / 0.08));
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

.lp-hero__note-icon {
  --fa-primary-color: hsl(var(--primary));
  --fa-secondary-color: hsl(var(--primary) / 0.45);
  color: hsl(var(--primary));
}

.lp-step__icon .fad {
  --fa-primary-color: hsl(var(--primary));
  --fa-secondary-color: hsl(var(--primary) / 0.55);
  color: hsl(var(--primary));
}

.lp-step__num {
  display: none;
}

.lp-step__connector {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  color: hsl(var(--primary) / 0.45);
  font-size: 0.875rem;
  margin-top: 1.5rem;
  background: none;
  height: auto;
}

.lp-bento__icon .fad {
  font-size: 1.125rem;
  --fa-primary-color: hsl(var(--primary));
  --fa-secondary-color: hsl(var(--primary) / 0.45);
  color: hsl(var(--primary));
}

.lp-bento__card:hover .lp-bento__icon .fad {
  --fa-secondary-color: hsl(280 55% 55% / 0.35);
}

.lp-platform__tab-icon .fad {
  font-size: 1.0625rem;
  --fa-primary-color: hsl(var(--primary));
  --fa-secondary-color: hsl(var(--primary) / 0.45);
  color: hsl(var(--primary));
}

.lp-platform__tab.is-active .lp-platform__tab-icon .fad {
  --fa-primary-color: #ffffff;
  --fa-secondary-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.lp-contact__channel-icon .fad {
  font-size: 1rem;
  --fa-primary-color: hsl(var(--primary));
  --fa-secondary-color: hsl(var(--primary) / 0.5);
  color: hsl(var(--primary));
}

.lp-demo__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}

.lp-demo__step-num .fad {
  --fa-primary-color: hsl(var(--primary));
  --fa-secondary-color: hsl(var(--primary) / 0.55);
  color: hsl(var(--primary));
}

.lp-testimonial__stars {
  display: flex;
  gap: 0.125rem;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

.lp-testimonial__stars .fad {
  --fa-primary-color: hsl(45 93% 47%);
  --fa-secondary-color: hsl(38 92% 40% / 0.45);
  color: hsl(45 93% 47%);
}

.lp-faq__item.is-open .lp-faq__icon {
  transform: rotate(45deg);
}

.lp-faq__icon {
  --fa-primary-color: hsl(var(--primary));
  --fa-secondary-color: hsl(var(--primary) / 0.5);
  color: hsl(var(--primary));
}

.lp-price-card li .fad,
.lp-app__features li .fad,
.lp-price-card li .lp-list-icon,
.lp-app__features li .lp-list-icon {
  flex-shrink: 0;
  font-size: 0.8125rem;
}

/* ─── Header — floating nav (subtle radius) ─── */
.lp-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  padding: 1rem 0;
  pointer-events: none;
  transition: padding 0.3s ease;
}

.lp-header.is-scrolled {
  padding: 0.625rem 0;
}

.lp-header.is-scrolled .lp-nav {
  box-shadow: 0 8px 32px -8px rgba(0, 0, 0, 0.12), 0 0 0 1px hsl(var(--border) / 0.5);
}

.lp-header .container {
  pointer-events: auto;
}

.lp-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  background: hsl(var(--background) / 0.8);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid hsl(var(--border) / 0.9);
  border-radius: 0.75rem;
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.08);
  position: relative;
}

.lp-nav__brand {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
}

.lp-nav__brand-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.lp-nav__brand-text {
  font-family: var(--bs-body-font-family);
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
  white-space: nowrap;
}

.lp-nav__brand-n,
.lp-nav__brand-t {
  color: hsl(var(--primary));
}

.lp-nav__brand-mid {
  color: hsl(var(--foreground));
}

@media (min-width: 992px) {
  .lp-nav__brand-icon {
    width: 40px;
    height: 40px;
  }

  .lp-nav__brand-text {
    font-size: 1.3125rem;
  }
}

.lp-nav__toggle {
  background: transparent;
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--foreground));
  cursor: pointer;
}

.lp-nav__menu {
  display: flex;
  align-items: center;
  gap: 0.125rem;
}

.lp-nav__link {
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--muted-foreground));
  text-decoration: none;
  padding: 0.375rem 0.625rem;
  border-radius: var(--radius);
  transition: color 0.15s, background 0.15s;
  white-space: nowrap;
}

.lp-nav__link:hover,
.lp-nav__link.is-active {
  color: hsl(var(--foreground));
  background: hsl(var(--accent));
}

.lp-nav__actions {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid hsl(var(--border));
}

@media (min-width: 992px) {
  .lp-nav__menu {
    display: flex !important;
    height: auto !important;
    visibility: visible !important;
  }
}

@media (max-width: 991.98px) {
  .lp-nav {
    flex-wrap: nowrap;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
  }

  .lp-nav__toggle {
    margin-left: auto;
    flex-shrink: 0;
  }

  .lp-nav__menu {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem;
    background: hsl(var(--card));
    border: 1px solid hsl(var(--border));
    border-radius: calc(var(--radius) + 4px);
    box-shadow: 0 16px 48px -12px rgba(0, 0, 0, 0.14);
  }

  .lp-nav__actions {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    padding-top: 0.5rem;
    margin-top: 0.25rem;
    border-top: 1px solid hsl(var(--border));
  }
}

/* ─── Hero ─── */
.lp-hero {
  position: relative;
  padding: 7rem 0 0;
  text-align: center;
  overflow: hidden;
}

.lp-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(hsl(var(--border) / 0.4) 1px, transparent 1px),
    linear-gradient(90deg, hsl(var(--border) / 0.4) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 0%, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 0%, black 20%, transparent 70%);
  pointer-events: none;
}

.lp-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  opacity: 0.5;
}

.lp-hero__glow--1 {
  width: 600px;
  height: 400px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: hsl(var(--primary) / 0.15);
}

.lp-hero__glow--2 {
  width: 300px;
  height: 300px;
  top: 200px;
  right: 10%;
  background: hsl(280 60% 60% / 0.1);
}

.lp-hero__content {
  position: relative;
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 1rem;
  z-index: 2;
}

.lp-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.875rem 0.375rem 0.5rem;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: hsl(var(--muted-foreground));
  margin-bottom: 1.75rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.lp-hero__pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: hsl(142 71% 45%);
  box-shadow: 0 0 8px hsl(142 71% 45% / 0.6);
  animation: lp-pulse 2s ease infinite;
}

@keyframes lp-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.lp-hero h1 {
  font-size: clamp(2.5rem, 6vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 1.25rem;
}

.lp-hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(280 55% 55%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lp-hero__sub {
  font-size: clamp(1rem, 2vw, 1.1875rem);
  color: hsl(var(--muted-foreground));
  line-height: 1.65;
  max-width: 36rem;
  margin: 0 auto 2rem;
}

.lp-hero__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.lp-hero__stats-bar {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 0.5rem 1.5rem;
  background: hsl(var(--card) / 0.6);
  backdrop-filter: blur(8px);
  border: 1px solid hsl(var(--border));
  border-radius: 0.75rem;
  margin-bottom: 2rem;
}

.lp-hero__stat-divider {
  width: 1px;
  height: 2rem;
  background: hsl(var(--border));
  margin: 0 1.5rem;
}

.lp-hero__stats-bar .lp-hero__stat {
  text-align: center;
  padding: 0.5rem 0;
}

.lp-hero__stats-bar .lp-hero__stat strong {
  font-size: 1.375rem;
}

.lp-hero__stat span {
  display: block;
  font-size: 0.75rem;
  color: hsl(var(--muted-foreground));
  margin-top: 0.125rem;
}

.lp-hero__note {
  font-size: 0.8125rem;
  color: hsl(var(--muted-foreground));
  margin-bottom: 1.5rem;
}

/* Hero screenshot */
.lp-hero__shot-wrap {
  perspective: 1200px;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem 4rem;
  position: relative;
  z-index: 2;
}

.lp-hero__shot {
  position: relative;
  transform: rotateX(4deg);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  animation: lp-float 6s ease-in-out infinite;
}

.lp-hero__shot-wrap:hover .lp-hero__shot {
  transform: rotateX(0deg) translateY(-4px);
  animation-play-state: paused;
}

@keyframes lp-float {
  0%, 100% { transform: rotateX(4deg) translateY(0); }
  50% { transform: rotateX(4deg) translateY(-10px); }
}

.lp-hero__shot-glow {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 40%;
  background: hsl(var(--primary) / 0.2);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}

.lp-hero__shot-frame {
  position: relative;
  border: 1px solid hsl(var(--border));
  border-radius: calc(var(--radius) + 8px);
  overflow: hidden;
  background: hsl(var(--card));
  box-shadow:
    0 0 0 1px hsl(var(--border) / 0.5),
    0 24px 48px -12px rgba(0, 0, 0, 0.12),
    0 0 80px -20px hsl(var(--primary) / 0.15);
}

.lp-hero__shot-bar {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.75rem 1rem;
  background: hsl(var(--muted));
  border-bottom: 1px solid hsl(var(--border));
}

.lp-hero__shot-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: hsl(var(--border));
}

.lp-hero__shot-dot:nth-child(1) { background: #ff5f57; }
.lp-hero__shot-dot:nth-child(2) { background: #febc2e; }
.lp-hero__shot-dot:nth-child(3) { background: #28c840; }

.lp-hero__shot-url {
  margin-left: auto;
  font-size: 0.6875rem;
  color: hsl(var(--muted-foreground));
  background: hsl(var(--background));
  border: 1px solid hsl(var(--border));
  border-radius: 0.375rem;
  padding: 0.25rem 0.75rem;
}

.lp-hero__shot img {
  display: block;
  width: 100%;
  height: auto;
}

/* ─── Logo marquee ─── */
.lp-logos {
  padding: 2.5rem 0;
  border-top: 1px solid hsl(var(--border));
  border-bottom: 1px solid hsl(var(--border));
  background: hsl(var(--muted) / 0.25);
  overflow: hidden;
  position: relative;
}

.lp-logos::before,
.lp-logos::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6rem;
  z-index: 2;
  pointer-events: none;
}

.lp-logos::before {
  left: 0;
  background: linear-gradient(90deg, hsl(var(--background)), transparent);
}

.lp-logos::after {
  right: 0;
  background: linear-gradient(270deg, hsl(var(--background)), transparent);
}

.lp-logos p {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: hsl(var(--muted-foreground));
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
}

.lp-logos__track {
  display: flex;
  width: max-content;
  animation: lp-marquee 28s linear infinite;
}

.lp-logos__track:hover {
  animation-play-state: paused;
}

.lp-logos__row {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-right: 3rem;
}

.lp-logos__item {
  font-size: 0.9375rem;
  font-weight: 600;
  color: hsl(var(--muted-foreground));
  letter-spacing: -0.02em;
  white-space: nowrap;
}

@keyframes lp-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ─── Section commons ─── */
.lp-section {
  padding: 6rem 0;
}

.lp-section--muted {
  background: hsl(var(--muted) / 0.35);
}

.lp-section__head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 3.5rem;
  padding: 0 1rem;
}

.lp-section__head h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin-bottom: 0.875rem;
}

.lp-section__head p {
  font-size: 1.0625rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.65;
  margin: 0;
}

/* ─── Bento grid ─── */
.lp-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.lp-bento__card {
  grid-column: span 4;
  padding: 1.75rem;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: calc(var(--radius) + 4px);
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  overflow: hidden;
  position: relative;
}

.lp-bento__card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, hsl(var(--primary) / 0), hsl(var(--primary) / 0));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: background 0.3s ease;
}

.lp-bento__card:hover::before {
  background: linear-gradient(135deg, hsl(var(--primary) / 0.4), hsl(280 55% 55% / 0.2));
}

.lp-bento__card:hover {
  border-color: hsl(var(--primary) / 0.25);
  box-shadow: 0 8px 32px -8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.lp-bento__card--wide { grid-column: span 8; }
.lp-bento__card--tall { grid-row: span 2; }

.lp-bento__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: var(--radius);
  background: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}

.lp-bento__card h3 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin-bottom: 0.375rem;
}

.lp-bento__card p {
  font-size: 0.875rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.6;
  margin: 0;
}

.lp-bento__card img {
  width: 100%;
  border-radius: var(--radius);
  margin-top: 1.25rem;
  border: 1px solid hsl(var(--border));
}

@media (max-width: 991.98px) {
  .lp-bento__card,
  .lp-bento__card--wide,
  .lp-bento__card--tall {
    grid-column: span 12;
    grid-row: span 1;
  }
}

/* ─── Features (expanded) ─── */
.lp-features {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.lp-features__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.lp-features__tab {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  border: 1px solid hsl(var(--border));
  border-radius: 999px;
  background: hsl(var(--card));
  color: hsl(var(--muted-foreground));
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lp-features__tab i {
  font-size: 0.875rem;
  color: hsl(var(--primary));
}

.lp-features__tab:hover {
  border-color: hsl(var(--primary) / 0.3);
  color: hsl(var(--foreground));
}

.lp-features__tab.is-active {
  background: hsl(var(--primary));
  border-color: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  box-shadow: 0 4px 16px -4px hsl(var(--primary) / 0.45);
}

.lp-features__tab.is-active i,
.lp-features__tab.is-active .fad {
  --fa-primary-color: hsl(var(--primary-foreground));
  --fa-secondary-color: rgba(255, 255, 255, 0.65);
  color: hsl(var(--primary-foreground));
}

.lp-features__panel {
  display: none;
}

.lp-features__panel.is-active {
  display: block;
}

.lp-features__intro {
  max-width: 48rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.lp-features__intro p {
  font-size: 1rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.65;
  margin: 0 0 1.25rem;
}

.lp-features__highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
}

.lp-features__highlights li {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.8125rem;
  color: hsl(var(--foreground));
}

.lp-features__rows {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.lp-feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  padding: 1.75rem;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: calc(var(--radius) + 4px);
}

.lp-feature-row--reverse .lp-feature-row__content {
  order: 2;
}

.lp-feature-row--reverse .lp-feature-row__media {
  order: 1;
}

.lp-feature-row__content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.lp-feature-row__content p {
  font-size: 0.9375rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.65;
  margin: 0 0 1rem;
}

.lp-feature-row__list {
  margin: 0;
  padding-left: 1.125rem;
  color: hsl(var(--muted-foreground));
}

.lp-feature-row__list li {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.lp-feature-row__list li:last-child {
  margin-bottom: 0;
}

.lp-feature-row__media img {
  display: block;
  width: 100%;
  border-radius: calc(var(--radius) + 2px);
  border: 1px solid hsl(var(--border));
  background: hsl(var(--background));
}

.lp-features__stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 3rem;
  padding: 1.25rem 1.5rem;
  border-radius: calc(var(--radius) + 4px);
  background: hsl(var(--primary) / 0.06);
  border: 1px solid hsl(var(--primary) / 0.12);
  text-align: center;
}

.lp-features__stat i {
  color: hsl(var(--primary));
  font-size: 1.125rem;
}

.lp-features__stat p {
  margin: 0;
  font-size: 0.9375rem;
  color: hsl(var(--foreground));
}

.lp-features__stat strong {
  color: hsl(var(--primary));
}

@media (max-width: 991.98px) {
  .lp-feature-row,
  .lp-feature-row--reverse {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.25rem;
  }

  .lp-feature-row--reverse .lp-feature-row__content,
  .lp-feature-row--reverse .lp-feature-row__media {
    order: unset;
  }

  .lp-features__highlights {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .lp-features__intro {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .lp-features__nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .lp-features__nav::-webkit-scrollbar {
    display: none;
  }

  .lp-features__tab {
    flex-shrink: 0;
  }

  .lp-features__stat {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* ─── Platform tabs ─── */
.lp-platform {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  align-items: center;
}

.lp-platform__tabs {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.lp-platform__tab {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid transparent;
  border-radius: calc(var(--radius) + 2px);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.lp-platform__tab:hover {
  background: hsl(var(--accent));
}

.lp-platform__tab.is-active {
  background: hsl(var(--card));
  border-color: hsl(var(--border));
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.lp-platform__tab-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: hsl(var(--muted));
  color: hsl(var(--foreground));
  font-size: 1rem;
  transition: background 0.2s, color 0.2s;
}

.lp-platform__tab.is-active .lp-platform__tab-icon {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}

.lp-platform__tab h4 {
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  color: hsl(var(--foreground));
}

.lp-platform__tab p {
  font-size: 0.8125rem;
  color: hsl(var(--muted-foreground));
  margin: 0;
  line-height: 1.5;
}

.lp-platform__preview {
  position: relative;
  border-radius: calc(var(--radius) + 8px);
  overflow: hidden;
  border: 1px solid hsl(var(--border));
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.1);
  background: hsl(var(--card));
}

.lp-platform__preview img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.35s ease;
}

.lp-platform__preview img.is-hidden {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .lp-platform {
    grid-template-columns: 1fr;
  }
}

/* ─── Industries ─── */
.lp-industries {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem;
  max-width: 48rem;
  margin: 0 auto;
}

.lp-industries span {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--foreground));
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: 999px;
  transition: border-color 0.15s, background 0.15s;
}

.lp-industries span:hover {
  border-color: hsl(var(--primary) / 0.3);
  background: hsl(var(--primary) / 0.05);
}

/* ─── Testimonials ─── */
.lp-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.lp-testimonial {
  padding: 1.75rem;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: calc(var(--radius) + 4px);
  display: flex;
  flex-direction: column;
}

.lp-testimonial__stars {
  color: hsl(45 93% 47%);
  font-size: 0.75rem;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}

.lp-testimonial blockquote {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: hsl(var(--foreground));
  margin: 0 0 1.25rem;
  flex: 1;
}

.lp-testimonial__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.lp-testimonial__avatar {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: hsl(var(--primary) / 0.12);
  color: hsl(var(--primary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
}

.lp-testimonial__author strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
}

.lp-testimonial__author span {
  font-size: 0.75rem;
  color: hsl(var(--muted-foreground));
}

@media (max-width: 991.98px) {
  .lp-testimonials {
    grid-template-columns: 1fr;
  }
}

/* ─── CTA ─── */
.lp-cta {
  position: relative;
  margin: 0 1rem;
  padding: 5rem 2rem;
  border-radius: calc(var(--radius) + 12px);
  background: hsl(var(--foreground));
  color: hsl(var(--primary-foreground));
  text-align: center;
  overflow: hidden;
}

.lp-cta__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.lp-cta__glow {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: hsl(var(--primary) / 0.3);
  filter: blur(120px);
  border-radius: 50%;
  pointer-events: none;
}

.lp-cta__inner {
  position: relative;
  max-width: 36rem;
  margin: 0 auto;
}

.lp-cta h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #fff;
  margin-bottom: 0.875rem;
}

.lp-cta p {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
  line-height: 1.65;
}

.lp-cta .btn-primary {
  background: #fff;
  border-color: #fff;
  color: hsl(var(--foreground));
  font-weight: 600;
}

.lp-cta .btn-primary:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  color: hsl(var(--foreground));
}

.lp-cta .btn-ghost {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

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

/* ─── Footer ─── */
.lp-footer {
  padding: 4rem 0 2rem;
  margin-top: 6rem;
}

.lp-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

.lp-footer__brand-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.lp-footer__brand-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}

.lp-footer__brand-text {
  font-family: var(--bs-body-font-family);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.lp-footer__brand-n,
.lp-footer__brand-t {
  color: hsl(var(--primary));
}

.lp-footer__brand-mid {
  color: hsl(var(--foreground));
}

.lp-footer__brand p {
  font-size: 0.875rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.6;
  max-width: 16rem;
  margin-bottom: 1rem;
}

.lp-footer__phone {
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--foreground));
  text-decoration: none;
}

.lp-footer__phone .fad {
  --fa-primary-color: hsl(var(--primary));
  --fa-secondary-color: hsl(var(--primary) / 0.5);
  color: hsl(var(--primary));
}

.lp-footer h6 {
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.lp-footer a {
  display: block;
  font-size: 0.875rem;
  color: hsl(var(--muted-foreground));
  text-decoration: none;
  padding: 0.2rem 0;
  transition: color 0.15s;
}

.lp-footer a:hover {
  color: hsl(var(--foreground));
}

.lp-footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid hsl(var(--border));
  font-size: 0.8125rem;
  color: hsl(var(--muted-foreground));
}

@media (max-width: 767.98px) {
  .lp-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .lp-footer__brand {
    grid-column: span 2;
  }
}

/* ─── Pricing ─── */
.lp-pricing__asterisk {
  font-size: 0.6em;
  color: hsl(var(--muted-foreground));
}

.lp-pricing__nav {
  display: none;
  flex-wrap: nowrap;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.lp-pricing__nav::-webkit-scrollbar {
  display: none;
}

.lp-pricing__tab {
  flex-shrink: 0;
  padding: 0.5rem 0.875rem;
  border: 1px solid hsl(var(--border));
  border-radius: 999px;
  background: hsl(var(--card));
  color: hsl(var(--muted-foreground));
  font-size: 0.8125rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lp-pricing__tab.is-active {
  background: hsl(var(--primary));
  border-color: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}

.lp-pricing {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.lp-price-card {
  position: relative;
  padding: 1.5rem 1.25rem;
  padding-top: 1.75rem;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: calc(var(--radius) + 6px);
  transition: border-color 0.25s, box-shadow 0.25s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lp-price-card .is-hidden {
  display: none !important;
}

.lp-price-card:hover {
  border-color: hsl(var(--primary) / 0.2);
  box-shadow: 0 12px 40px -12px rgba(0, 0, 0, 0.1);
}

.lp-price-card--featured {
  border-color: hsl(var(--primary) / 0.35);
  box-shadow: 0 0 0 1px hsl(var(--primary) / 0.1), 0 16px 48px -16px hsl(var(--primary) / 0.25);
}

.lp-price-card--featured::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, hsl(var(--primary)), hsl(280 55% 55%), hsl(var(--primary)));
  background-size: 200% 200%;
  animation: lp-gradient-shift 4s ease infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

@keyframes lp-gradient-shift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.lp-price-card__badge {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  border-radius: 999px;
  white-space: nowrap;
}

.lp-price-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.lp-price-card__amount {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.25rem 0.375rem;
  margin-bottom: 0.375rem;
}

.lp-price-card__was {
  font-size: 0.875rem;
  color: hsl(var(--muted-foreground));
  text-decoration: line-through;
}

.lp-price-card__amount strong {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.lp-price-card__free {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: hsl(var(--primary));
}

.lp-price-card__amount span {
  font-size: 0.875rem;
  color: hsl(var(--muted-foreground));
}

.lp-price-card__licenses {
  font-size: 0.8125rem;
  font-weight: 600;
  color: hsl(var(--primary));
  margin-bottom: 0.75rem;
}

.lp-price-card__offer {
  margin-bottom: 1rem;
}

.lp-price-card__offer span {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: hsl(var(--primary));
  background: hsl(var(--primary) / 0.08);
  border: 1px solid hsl(var(--primary) / 0.15);
  border-radius: 999px;
  padding: 0.2rem 0.625rem;
}

.lp-price-card__highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  flex: 1;
}

.lp-price-card__highlights li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  padding: 0.375rem 0;
  color: hsl(var(--foreground));
  min-height: 2rem;
}

.lp-price-card__actions {
  margin-top: auto;
}

.lp-price-card__or {
  text-align: center;
  font-size: 0.75rem;
  color: hsl(var(--muted-foreground));
  margin: 0.5rem 0;
}

.lp-price-card__desc {
  font-size: 0.8125rem;
  color: hsl(var(--muted-foreground));
  margin-bottom: 1.5rem;
  min-height: 2.5rem;
}

.lp-price-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
}

.lp-price-card li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  padding: 0.375rem 0;
  color: hsl(var(--foreground));
}

.lp-price-card li i {
  color: hsl(var(--primary));
  font-size: 0.75rem;
}

.lp-pricing-note {
  text-align: center;
  font-size: 0.8125rem;
  color: hsl(var(--muted-foreground));
  margin-top: 1.5rem;
}

@media (max-width: 1199.98px) {
  .lp-pricing {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .lp-pricing__nav {
    display: flex;
  }

  .lp-pricing {
    display: block;
  }

  .lp-price-card {
    display: none;
    max-width: 26rem;
    margin: 0 auto;
  }

  .lp-price-card.is-active {
    display: flex;
  }

  .lp-price-card__amount strong,
  .lp-price-card__free {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .lp-pricing {
    display: block;
  }
}

/* ─── Demo ─── */
.lp-demo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.lp-demo__media {
  border-radius: calc(var(--radius) + 8px);
  overflow: hidden;
  border: 1px solid hsl(var(--border));
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.12);
  background: hsl(var(--card));
}

.lp-demo__media img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-demo__content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.lp-demo__content h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.lp-demo__content > p {
  color: hsl(var(--muted-foreground));
  font-size: 0.9375rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.lp-demo__agenda {
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: calc(var(--radius) + 2px);
  background: hsl(var(--primary) / 0.06);
  border: 1px solid hsl(var(--primary) / 0.12);
}

.lp-demo__agenda h4 {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: hsl(var(--primary));
  margin-bottom: 0.5rem;
}

.lp-demo__agenda p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: hsl(var(--foreground));
}

.lp-demo__signoff {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: hsl(var(--muted-foreground));
  margin-bottom: 1.5rem;
}

.lp-demo__signoff strong {
  color: hsl(var(--foreground));
}

.lp-demo__steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.lp-demo__step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.lp-demo__step-num {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-demo__step strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.125rem;
}

.lp-demo__step span {
  font-size: 0.8125rem;
  color: hsl(var(--muted-foreground));
}

@media (max-width: 991.98px) {
  .lp-demo {
    grid-template-columns: 1fr;
  }
}

/* ─── Contact ─── */
.lp-contact {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  align-items: start;
}

.lp-contact__info h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.lp-contact__brand {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  color: hsl(var(--foreground));
}

.lp-contact__brand-n,
.lp-contact__brand-t {
  color: hsl(var(--primary));
}

.lp-contact__address {
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: hsl(var(--muted-foreground));
  margin-bottom: 1.75rem;
}

.lp-contact__channels {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.lp-contact__channel {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: calc(var(--radius) + 2px);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.lp-contact__channel:hover {
  border-color: hsl(var(--primary) / 0.25);
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.08);
  color: inherit;
}

.lp-contact__channel-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--radius);
  background: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lp-contact__channel strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
}

.lp-contact__channel span {
  font-size: 0.8125rem;
  color: hsl(var(--muted-foreground));
}

.lp-contact__social {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid hsl(var(--border));
}

.lp-contact__social h3 {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: hsl(var(--muted-foreground));
  margin-bottom: 0.875rem;
}

.lp-contact__social-links {
  display: flex;
  gap: 0.625rem;
}

.lp-contact__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--radius);
  border: 1px solid hsl(var(--border));
  background: hsl(var(--card));
  color: hsl(var(--primary));
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.lp-contact__social-link:hover {
  background: hsl(var(--primary));
  border-color: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}

.lp-contact__form-feedback {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  font-size: 0.875rem;
}

.lp-contact__form-feedback.is-success {
  background: hsl(142 71% 45% / 0.1);
  border: 1px solid hsl(142 71% 45% / 0.25);
  color: hsl(142 71% 30%);
}

.lp-contact__form-feedback.is-error {
  background: hsl(0 72% 51% / 0.08);
  border: 1px solid hsl(0 72% 51% / 0.2);
  color: hsl(0 72% 40%);
}

.lp-contact__form {
  padding: 2rem;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: calc(var(--radius) + 6px);
  box-shadow: 0 4px 24px -8px rgba(0, 0, 0, 0.06);
}

.lp-contact__form .auth-card__title {
  margin-bottom: 1.25rem;
}

.lp-contact__form .auth-field__label .nsm-cs-required {
  margin-left: 0.125rem;
}

@media (max-width: 991.98px) {
  .lp-contact {
    grid-template-columns: 1fr;
  }
}

/* ═══ Enhancements ═══ */

.lp-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: hsl(var(--primary));
  margin-bottom: 0.875rem;
}

.lp-section__head .lp-eyebrow {
  display: block;
}

/* How it works */
.lp-steps-section {
  padding: 0 0 4rem;
  margin-top: -2rem;
  position: relative;
  z-index: 2;
}

.lp-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0;
  align-items: start;
  padding: 2rem;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: calc(var(--radius) + 6px);
  box-shadow: 0 12px 40px -16px rgba(0, 0, 0, 0.1);
}

.lp-step {
  text-align: center;
  padding: 0 1rem;
}

.lp-step h3 {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
  letter-spacing: -0.015em;
}

.lp-step p {
  font-size: 0.8125rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 767.98px) {
  .lp-steps {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .lp-step__connector {
    transform: rotate(90deg);
    margin: 0 auto;
  }

  .lp-hero__stats-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    padding: 0.625rem 0.75rem;
    justify-content: space-between;
    gap: 0;
  }

  .lp-hero__stats-bar .lp-hero__stat {
    flex: 1;
    min-width: 0;
    padding: 0.25rem 0;
  }

  .lp-hero__stats-bar .lp-hero__stat strong {
    font-size: 1rem;
  }

  .lp-hero__stat-icon {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }

  .lp-hero__stat span {
    font-size: 0.6875rem;
  }

  .lp-hero__stat-divider {
    width: 1px;
    height: 1.75rem;
    margin: 0 0.375rem;
    flex-shrink: 0;
  }
}

/* Glow button */
.btn-glow {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px -4px hsl(var(--primary) / 0.5);
}

.btn-glow::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transform: skewX(-20deg);
  animation: lp-shine 3s ease infinite;
}

@keyframes lp-shine {
  0% { left: -60%; }
  20%, 100% { left: 120%; }
}

/* Hero mesh animation */
.lp-hero__glow--1 {
  animation: lp-mesh-drift 8s ease-in-out infinite;
}

.lp-hero__glow--2 {
  animation: lp-mesh-drift-2 10s ease-in-out infinite reverse;
}

@keyframes lp-mesh-drift-2 {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.08); opacity: 0.65; }
}

@keyframes lp-mesh-drift {
  0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.5; }
  50% { transform: translateX(-48%) scale(1.08); opacity: 0.65; }
}

/* Staggered bento reveal */
.lp-bento .lp-reveal:nth-child(1) { transition-delay: 0ms; }
.lp-bento .lp-reveal:nth-child(2) { transition-delay: 60ms; }
.lp-bento .lp-reveal:nth-child(3) { transition-delay: 120ms; }
.lp-bento .lp-reveal:nth-child(4) { transition-delay: 180ms; }
.lp-bento .lp-reveal:nth-child(5) { transition-delay: 240ms; }
.lp-bento .lp-reveal:nth-child(6) { transition-delay: 300ms; }

/* Testimonial quote mark */
.lp-testimonial {
  position: relative;
}

.lp-testimonial::before {
  content: '\201C';
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-size: 3rem;
  line-height: 1;
  color: hsl(var(--primary) / 0.1);
  font-family: Georgia, serif;
  pointer-events: none;
}

.lp-testimonial:hover {
  border-color: hsl(var(--primary) / 0.2);
  box-shadow: 0 8px 32px -12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  transition: all 0.25s ease;
}

/* Platform preview transition */
.lp-platform__preview {
  min-height: 280px;
}

.lp-platform__preview img {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.lp-platform__preview img:not(.is-hidden) {
  animation: lp-preview-in 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes lp-preview-in {
  from { opacity: 0; transform: scale(0.98); }
  to { opacity: 1; transform: scale(1); }
}

/* CTA ring animation */
.lp-cta {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-cta::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent, rgba(255,255,255,0.08));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* Demo eyebrow left-align */
.lp-demo__content .lp-eyebrow {
  display: block;
  text-align: left;
}

.lp-contact__info .lp-eyebrow {
  display: block;
}

/* Reveal animation */
.lp-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.lp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767.98px) {
  .lp-hero {
    padding-top: 6rem;
  }

  .lp-section {
    padding: 4rem 0;
  }

  .lp-header {
    padding-left: env(safe-area-inset-left, 0);
    padding-right: env(safe-area-inset-right, 0);
  }

  .lp-header .container,
  .lp-footer .container {
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
  }

  .lp-hero__content {
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
  }

  .lp-hero__pill {
    max-width: calc(100% - 1rem);
    white-space: normal;
    text-align: center;
    line-height: 1.4;
  }

  .lp-hero h1 {
    overflow-wrap: break-word;
    hyphens: auto;
    padding: 0 0.25rem;
  }

  .lp-hero__sub {
    padding: 0 0.25rem;
  }

  .lp-hero__shot-wrap {
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
  }

  .lp-hero__glow--1 {
    width: min(600px, 140vw);
  }

  .lp-hero__glow--2 {
    width: min(300px, 80vw);
    right: -10%;
  }

  .demo-page__glow--1 {
    left: -15%;
    width: min(360px, 70vw);
  }

  .demo-page__glow--2 {
    right: 0;
    width: min(300px, 60vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-reveal,
  .lp-hero__shot,
  .lp-hero__glow,
  .lp-logos__track,
  .btn-glow::after,
  .lp-price-card--featured::before,
  .lp-platform__tab.is-active::after,
  .lp-app__device-frame {
    animation: none !important;
    transition: none !important;
  }

  .lp-reveal {
    opacity: 1;
    transform: none;
  }

  .lp-hero__spotlight {
    display: none;
  }
}

/* ─── Back to top ─── */
.lp-back-to-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1040;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid hsl(var(--border) / 0.9);
  border-radius: 0.75rem;
  background: hsl(var(--background) / 0.92);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  color: hsl(var(--primary));
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  touch-action: manipulation;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0.5rem);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.lp-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.lp-back-to-top:hover,
.lp-back-to-top:focus-visible {
  background: hsl(var(--primary));
  color: #fff;
  box-shadow: 0 8px 24px -6px hsl(var(--primary) / 0.45);
  outline: none;
}

.lp-back-to-top:hover .fad,
.lp-back-to-top:focus-visible .fad {
  --fa-primary-color: #fff;
  --fa-secondary-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}

.lp-back-to-top i {
  font-size: 1rem;
}

@media (max-width: 575.98px) {
  .lp-back-to-top {
    bottom: max(1rem, env(safe-area-inset-bottom, 0px));
    right: max(1rem, env(safe-area-inset-right, 0px));
    width: 2.5rem;
    height: 2.5rem;
  }

  .lp-hero__cta {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

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

  .lp-hero__stats-bar {
    max-width: calc(100% - 1.5rem);
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem 0.625rem;
  }

  .lp-hero__stat-divider {
    margin: 0 0.25rem;
  }

  .lp-nav {
    padding: 0.625rem 0.75rem;
  }

  .lp-nav__brand-text {
    font-size: 1.0625rem;
  }
}

/* ─── Scroll progress ─── */
.lp-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, hsl(var(--primary)), hsl(280 55% 55%));
  z-index: 1060;
  pointer-events: none;
  transition: width 0.1s linear;
}

@media (pointer: coarse) {
  .lp-scroll-progress {
    transition: none;
  }
}

/* ─── Hero spotlight ─── */
.lp-hero__spotlight {
  position: absolute;
  inset: 0;
  background: radial-gradient(600px circle at var(--mx, 50%) var(--my, 30%), hsl(var(--primary) / 0.08), transparent 60%);
  pointer-events: none;
  z-index: 1;
}

/* ─── Compare ─── */
.lp-section--compare {
  padding-top: 4rem;
}

.lp-compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.5rem;
  align-items: stretch;
  max-width: 56rem;
  margin: 0 auto;
}

.lp-compare__card {
  padding: 2rem;
  border-radius: calc(var(--radius) + 6px);
  border: 1px solid hsl(var(--border));
}

.lp-compare__card--old {
  background: hsl(var(--muted) / 0.4);
}

.lp-compare__card--new {
  background: hsl(var(--card));
  border-color: hsl(var(--primary) / 0.25);
  box-shadow: 0 12px 40px -16px hsl(var(--primary) / 0.2);
}

.lp-compare__label {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
  padding: 0.25rem 0.625rem;
  border-radius: 999px;
}

.lp-compare__card--old .lp-compare__label {
  background: hsl(var(--muted));
  color: hsl(var(--muted-foreground));
}

.lp-compare__card--new .lp-compare__label {
  background: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
}

.lp-compare__card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-compare__card li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  color: hsl(var(--foreground));
}

.lp-compare__card li > i {
  flex-shrink: 0;
  width: 1.125rem;
  text-align: center;
  font-size: 0.9375rem;
  margin-top: 0.125rem;
}

.lp-compare__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  color: hsl(var(--primary));
  align-self: center;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .lp-compare {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .lp-compare__divider {
    transform: rotate(90deg);
    margin: 0 auto;
  }
}

/* ─── Integrations ─── */
.lp-integrations {
  padding: 2.5rem 0;
  border-top: 1px solid hsl(var(--border));
  border-bottom: 1px solid hsl(var(--border));
  background: hsl(var(--background));
}

.lp-integrations__title {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: hsl(var(--muted-foreground));
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}

.lp-integrations__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.lp-integration {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.125rem;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: hsl(var(--muted-foreground));
  transition: border-color 0.2s, color 0.2s, transform 0.2s;
}

.lp-integration i {
  font-size: 1rem;
  color: hsl(var(--foreground));
}

.lp-integration__logo {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  object-fit: contain;
}

.lp-integration:hover {
  border-color: hsl(var(--primary) / 0.3);
  color: hsl(var(--foreground));
  transform: translateY(-1px);
}

/* ─── Pricing toggle ─── */
.lp-pricing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  margin-bottom: 2.5rem;
}

.lp-pricing-toggle__label {
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  transition: color 0.2s;
  user-select: none;
}

.lp-pricing-toggle__label.is-active {
  color: hsl(var(--foreground));
}

.lp-pricing-toggle__label em {
  font-style: normal;
  font-size: 0.6875rem;
  font-weight: 600;
  color: hsl(var(--primary));
  background: hsl(var(--primary) / 0.1);
  padding: 0.125rem 0.5rem;
  border-radius: 999px;
  margin-left: 0.25rem;
}

.lp-pricing-toggle__switch {
  position: relative;
  width: 2.75rem;
  height: 1.5rem;
  border-radius: 999px;
  background: hsl(var(--muted));
  border: 1px solid hsl(var(--border));
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

.lp-pricing-toggle__switch[aria-pressed="true"] {
  background: hsl(var(--primary));
  border-color: hsl(var(--primary));
}

.lp-pricing-toggle__knob {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.lp-pricing-toggle__switch[aria-pressed="true"] .lp-pricing-toggle__knob {
  transform: translateX(1.25rem);
}

@media (max-width: 575.98px) {
  .lp-pricing-toggle {
    flex-direction: column;
    gap: 0.625rem;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
  }

  .lp-pricing-toggle__label {
    font-size: 0.8125rem;
    line-height: 1.45;
    text-align: center;
    max-width: 18rem;
  }

  #pricing .lp-section__head h2 {
    font-size: clamp(1.375rem, 6vw, 1.75rem);
  }

  #pricing .lp-section__head p {
    font-size: 0.9375rem;
  }
}

.lp-price-card__amount.is-animating strong {
  animation: lp-price-flip 0.3s ease;
}

@keyframes lp-price-flip {
  0% { opacity: 0; transform: translateY(8px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* ─── Platform tab progress ─── */
.lp-platform__tab.is-active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: hsl(var(--primary));
  animation: lp-tab-progress 6s linear forwards;
}

@keyframes lp-tab-progress {
  from { width: 0; }
  to { width: 100%; }
}

/* ─── Mobile app ─── */
.lp-section--app {
  background: linear-gradient(180deg, hsl(var(--muted) / 0.35) 0%, hsl(var(--background)) 100%);
}

.lp-app {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.lp-app__content h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.lp-app__content > p {
  color: hsl(var(--muted-foreground));
  font-size: 0.9375rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.lp-app__features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.lp-app__features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  padding: 0.375rem 0;
}

.lp-app__features li i {
  color: hsl(var(--primary));
  font-size: 0.75rem;
}

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

.lp-app__badges a {
  display: block;
  transition: transform 0.2s, opacity 0.2s;
}

.lp-app__badges a:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.lp-app__device {
  display: flex;
  justify-content: center;
}

.lp-app__device-frame {
  width: 260px;
  padding: 0.75rem;
  background: hsl(var(--foreground));
  border-radius: 2rem;
  box-shadow:
    0 0 0 1px hsl(var(--border)),
    0 32px 64px -16px rgba(0, 0, 0, 0.2);
  animation: lp-float 5s ease-in-out infinite;
}

.lp-app__device-notch {
  width: 5rem;
  height: 1.25rem;
  background: hsl(var(--foreground));
  border-radius: 0 0 1rem 1rem;
  margin: -0.75rem auto 0.75rem;
  position: relative;
  z-index: 2;
}

.lp-app__device-screen {
  background: hsl(var(--background));
  border-radius: 1.25rem;
  padding: 1rem;
  min-height: 320px;
}

.lp-app__mock-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: hsl(var(--muted-foreground));
  margin-bottom: 1rem;
}

.lp-app__mock-row strong {
  margin-left: auto;
  color: hsl(var(--foreground));
}

.lp-app__mock-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: hsl(var(--primary));
}

.lp-app__mock-card {
  padding: 0.875rem;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  margin-bottom: 0.5rem;
}

.lp-app__mock-card strong {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.lp-app__mock-card span {
  font-size: 0.6875rem;
  color: hsl(var(--muted-foreground));
}

.lp-app__mock-card--active {
  border-color: hsl(var(--primary) / 0.35);
  background: hsl(var(--primary) / 0.05);
}

@media (max-width: 991.98px) {
  .lp-app {
    grid-template-columns: 1fr;
  }

  .lp-app__device {
    order: -1;
  }
}

/* ─── FAQ ─── */
.lp-faq {
  max-width: 40rem;
  margin: 0 auto;
}

.lp-faq__item {
  border-bottom: 1px solid hsl(var(--border));
}

.lp-faq__item:first-child {
  border-top: 1px solid hsl(var(--border));
}

.lp-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.25rem 0;
  background: none;
  border: none;
  text-align: left;
  font-size: 0.9375rem;
  font-weight: 500;
  color: hsl(var(--foreground));
  cursor: pointer;
  transition: color 0.15s;
}

.lp-faq__question:hover {
  color: hsl(var(--primary));
}

.lp-faq__icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: hsl(var(--muted));
  font-size: 1.0625rem;
  transition: transform 0.25s, background 0.25s;
}

.lp-faq__item.is-open .lp-faq__icon {
  transform: rotate(45deg);
  background: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
}

.lp-faq__answer {
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s;
  max-height: 0;
  opacity: 0;
}

.lp-faq__item.is-open .lp-faq__answer {
  max-height: 12rem;
  opacity: 1;
}

.lp-faq__answer[hidden] {
  display: block;
  max-height: 0;
  opacity: 0;
}

.lp-faq__item.is-open .lp-faq__answer[hidden] {
  max-height: 12rem;
  opacity: 1;
}

.lp-faq__answer p {
  font-size: 0.875rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.65;
  margin: 0 0 1.25rem;
  padding-right: 2rem;
}
