:root {
  --lw-brand: #0863DC;
  --lw-brand-bright: #1D8CF9;
  --lw-ink: #142542;
  --lw-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 5.5rem;
  /* overflow-x on body breaks position:sticky (PaySprint stack). Keep it on html. */
  overflow-x: clip;
}
body { overflow-x: visible; }
img, svg, video { max-width: 100%; }
iframe { max-width: 100%; }
[x-cloak] { display: none !important; }

/* Logos — explicit sizes (global height:auto was blowing these up) */
.lw-logo-header {
  display: block;
  height: 2.25rem !important;
  width: auto !important;
  max-width: 168px !important;
  object-fit: contain;
}
@media (min-width: 768px) {
  .lw-logo-header {
    height: 2.5rem !important;
    max-width: 188px !important;
  }
}
.lw-logo-footer {
  display: block;
  height: auto !important;
  width: min(100%, 300px) !important;
  max-width: 300px !important;
  border-radius: 0.75rem;
  object-fit: contain;
}
@media (min-width: 768px) {
  .lw-logo-footer {
    width: 420px !important;
    max-width: 420px !important;
  }
}
.lw-footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  background: #0863dc;
  padding: 0.65rem 1.1rem;
  font-size: 0.75rem;
  font-weight: 650;
  color: #fff;
  transition: background 0.2s ease, transform 0.2s ease;
}
.lw-footer-cta:hover {
  background: #0944b6;
  transform: translateY(-1px);
}

/* Ghost button for dark banners — never use .btn-ghost here (it paints white). */
.lw-cta-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff !important;
  box-shadow: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.lw-cta-ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #fff;
  color: #fff !important;
  transform: translateY(-2px);
}

/* ========== STATS BAND ========== */
.lw-stats-band {
  padding-block: clamp(2.75rem, 5vw, 4.5rem);
  background:
    radial-gradient(700px 280px at 10% 0%, rgba(8, 99, 220, 0.06), transparent 60%),
    #f4f7fb;
  border-block: 1px solid rgba(20, 37, 66, 0.06);
}
.lw-stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0;
}
@media (min-width: 640px) {
  .lw-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem; }
}
@media (min-width: 1024px) {
  .lw-stats-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
}
.lw-stat-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
  padding: 1.45rem 1.35rem 1.5rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(20, 37, 66, 0.08);
  background: #fff;
  box-shadow:
    0 1px 2px rgba(20, 37, 66, 0.04),
    0 18px 36px -24px rgba(20, 37, 66, 0.28);
  transition: transform 0.25s var(--lw-ease), box-shadow 0.25s var(--lw-ease), border-color 0.25s ease;
}
.lw-stat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(8, 99, 220, 0.22);
  box-shadow:
    0 1px 2px rgba(20, 37, 66, 0.04),
    0 22px 44px -20px rgba(8, 99, 220, 0.35);
}
.lw-stat-value {
  margin: 0;
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: clamp(2.15rem, 1.6rem + 1.6vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
  color: var(--lw-brand);
}
.lw-stat-label {
  margin: 0.85rem 0 0;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--lw-ink);
}
.lw-stat-hint {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #626c7d;
}

/* Fluid type — scales cleanly phone → ultrawide */
.display {
  font-size: clamp(2.15rem, 1.2rem + 4.2vw, 3.85rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em !important;
}
.headline {
  font-size: clamp(1.55rem, 1.05rem + 2vw, 2.75rem) !important;
  line-height: 1.12 !important;
}
.lead {
  font-size: clamp(1rem, 0.92rem + 0.35vw, 1.175rem) !important;
  line-height: 1.65 !important;
}

.container-site {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 3.5vw, 2rem);
}

/* Touch targets */
.btn-primary, .btn-ghost, .btn-soft {
  min-height: 2.75rem;
}
@media (max-width: 639px) {
  .lw-hero-cta { width: 100%; }
  .lw-hero-cta .btn-primary,
  .lw-hero-cta .btn-ghost { width: 100%; }
  #mobile-nav .btn-primary,
  #mobile-nav .btn-ghost { width: 100%; }
}

/* Prevent sticky/absolute chrome from causing horizontal scroll */
.glass-nav, header, footer, section, .mega-panel, .marquee-track { max-width: 100%; }
.marquee-mask { overflow: hidden; }

/* Tables / wide content */
/* break-word only splits a word that genuinely cannot fit; "anywhere" was
   hyphen-less-breaking ordinary prose mid-word. */
.prose-lw, .prose-reading {
  overflow-wrap: break-word;
}
.prose-lw :where(table), .prose-reading :where(table) {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ========== THEME BRIDGE ==========
   These utilities are referenced across 13 templates but were never emitted
   into the compiled bundle (they belong to an earlier dark-theme token set),
   so the elements using them rendered unstyled. Mapped to the live light
   theme so cards, dropdowns and secondary text look intentional. */
.bg-ink-elevated {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(20, 37, 66, 0.04), 0 18px 40px -28px rgba(20, 37, 66, 0.3);
}
.bg-ink-soft { background-color: #f4f7fb; }
.text-mist { color: #142542; }
.text-mist-dim { color: #626c7d; }
.hover\:bg-ink-soft:hover { background-color: #f4f7fb; }
.hover\:text-mist:hover { color: #142542; }
.text-mist\/90 { color: rgba(20, 37, 66, 0.9); }
.text-mist-dim\/70 { color: rgba(98, 108, 125, 0.7); }

/* "accent" was the dark theme's cyan; the live palette expresses the same
   role through brand blue. */
.text-accent { color: #0863dc; }
.border-accent { border-color: #0863dc; }
.bg-accent { background-color: #0863dc; }
.hover\:text-accent:hover { color: #0863dc; }
.hover\:border-accent:hover { border-color: rgba(8, 99, 220, 0.55); }

/* ---- Utilities added to templates after the CSS bundle was last compiled,
   so Tailwind never emitted them. Without these the header dropdowns are
   unpositioned and several two-column layouts collapse. ---- */
.inline-block { display: inline-block; }
.min-w-0 { min-width: 0; }
.justify-self-start { justify-self: start; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.top-\[5\.5rem\] { top: 5.5rem; }
.w-52 { width: 13rem; }
.w-\[22rem\] { width: 22rem; }
.max-w-md { max-width: 28rem; }
.max-w-4xl { max-width: 56rem; }
.max-h-\[70vh\] { max-height: 70vh; }
.mt-16 { margin-top: 4rem; }
.p-3 { padding: 0.75rem; }
.pt-0 { padding-top: 0; }
.pt-4 { padding-top: 1rem; }
.pl-2 { padding-left: 0.5rem; }
.px-2 { padding-inline: 0.5rem; }
.py-0\.5 { padding-block: 0.125rem; }
.rounded { border-radius: 0.25rem; }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(20, 37, 66, 0.25); }
.tracking-wider { letter-spacing: 0.05em; }
.\!text-sm { font-size: 0.875rem !important; line-height: 1.25rem !important; }
.bg-white\/5 { background-color: rgba(255, 255, 255, 0.05); }
.bg-accent\/15 { background-color: rgba(8, 99, 220, 0.15); }
.text-white\/75 { color: rgba(255, 255, 255, 0.75); }
.text-brand\/30 { color: rgba(8, 99, 220, 0.3); }
.hover\:text-white\/70:hover { color: rgba(255, 255, 255, 0.7); }
.hover\:bg-ink-elevated\/60:hover { background-color: rgba(244, 247, 251, 0.6); }
@media (min-width: 768px) {
  .md\:h-\[4\.25rem\] { height: 4.25rem; }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .lg\:self-start { align-self: flex-start; }
  .lg\:top-24 { top: 6rem; }
}

/* Footer layout — explicit so missing Tailwind utilities can't collapse it */
footer .lw-footer-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: stretch;
}
@media (min-width: 640px) {
  footer .lw-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.5rem;
  }
}
@media (min-width: 1024px) {
  footer .lw-footer-links {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2rem 1.25rem;
  }
}
footer .lw-footer-col {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
}
footer .lw-footer-heading {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.3;
  min-height: 1.3em;
}
footer .lw-footer-list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}
footer .lw-footer-list a {
  display: inline-block;
  color: inherit;
  line-height: 1.4;
  transition: color 0.15s ease;
  word-break: break-word;
}
footer .lw-footer-list a:hover { color: #fff; }
footer .lw-footer-more {
  font-weight: 550;
  color: #7eb6ff !important;
}
footer .lw-footer-more:hover { color: #fff !important; }
footer .lw-footer-address {
  margin: 0;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
}
footer .lw-footer-contact {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
  font-size: 0.875rem;
}
footer .lw-footer-contact a {
  color: #fff;
  word-break: break-word;
  transition: color 0.15s ease;
}
footer .lw-footer-contact a:hover { color: #7eb6ff; }
footer .lw-footer-phone { font-weight: 650; }
footer .lw-footer-cities {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(126, 182, 255, 0.35);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(29, 140, 249, 0.22), rgba(255, 255, 255, 0.06));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04), 0 8px 20px -14px rgba(8, 99, 220, 0.7);
  padding: 0.55rem 0.9rem;
}
footer .lw-footer-city {
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
}
footer .lw-footer-city-sep {
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(126, 182, 255, 0.75);
  line-height: 1;
}
footer .lw-footer-brand {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  padding-block: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: start;
}
@media (min-width: 768px) {
  footer .lw-footer-brand {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 1.75rem 1.75rem;
    padding-block: 3rem;
  }
}
@media (min-width: 1100px) {
  footer .lw-footer-brand {
    grid-template-columns: minmax(240px, 1.2fr) minmax(260px, 1fr) minmax(200px, 0.85fr);
    gap: 1.75rem 2rem;
    padding-block: 3.25rem;
    align-items: stretch;
  }
}
footer .lw-footer-brand-logo {
  min-width: 0;
}
footer .lw-footer-brand-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  grid-column: 1 / -1;
  padding-top: 0.25rem;
}
@media (min-width: 768px) {
  footer .lw-footer-brand-meta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem 2rem;
  }
}
footer .lw-footer-brand-copy {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 46rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
}
footer .lw-footer-brand-meta .lw-footer-cities {
  flex: 0 0 auto;
  margin: 0;
  align-self: center;
}
footer .lw-footer-quick {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1.5rem;
  min-width: 0;
  height: 100%;
}
footer .lw-footer-quick-col {
  min-width: 0;
}
footer .lw-footer-brand-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.75rem;
  min-width: 0;
}
@media (min-width: 768px) and (max-width: 1099px) {
  footer .lw-footer-brand-cta {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 1100px) {
  footer .lw-footer-brand-cta {
    align-items: flex-end;
    text-align: right;
  }
}
footer .lw-footer-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.65rem 1rem;
  font-size: 0.75rem;
  font-weight: 650;
  color: #fff;
  transition: border-color 0.2s ease, background 0.2s ease;
}
footer .lw-footer-rating:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}
footer .lw-footer-mail {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  word-break: break-word;
  transition: color 0.15s ease;
}
footer .lw-footer-mail:hover { color: #7eb6ff; }
@media (min-width: 1100px) {
  footer .lw-footer-mail { text-align: right; }
}

/* ========== TOP BAR ========== */
.lw-top-bar {
  background: linear-gradient(90deg, #0b1c33 0%, #142542 48%, #103567 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.lw-top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 2.4rem;
  font-size: 0.78rem;
}
.lw-top-bar-claim {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  min-width: 0;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.005em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lw-top-bar-dot {
  position: relative;
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: #35d39a;
  box-shadow: 0 0 0 3px rgba(53, 211, 154, 0.18);
}
.lw-top-bar-actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-shrink: 0;
}
.lw-top-bar-link {
  color: #fff;
  font-weight: 500;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.lw-top-bar-link:hover { opacity: 0.85; }
.lw-top-bar-sep {
  width: 1px;
  height: 0.9rem;
  background: rgba(255, 255, 255, 0.2);
}
.lw-top-bar-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #fff;
  font-weight: 650;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}
.lw-top-bar-phone:hover { color: #7cc0ff; }

/* ========== HERO WOW ========== */
.lw-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-height: min(86svh, 880px);
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(1200px 520px at 8% -10%, rgba(8, 99, 220, 0.14), transparent 55%),
    radial-gradient(900px 480px at 95% 20%, rgba(29, 140, 249, 0.12), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f5f8fc 55%, #ffffff 100%);
}
@media (max-width: 639px) {
  .lw-hero { min-height: auto; }
}
.lw-hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.85;
  pointer-events: none;
}
.lw-hero-spotlight {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(520px 420px at var(--spot-x, 70%) var(--spot-y, 35%), rgba(8, 99, 220, 0.12), transparent 60%);
  transition: background-position 0.2s linear;
  mix-blend-mode: multiply;
}
.lw-hero-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(20, 37, 66, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(20, 37, 66, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(75% 65% at 50% 30%, #000 25%, transparent 100%);
  -webkit-mask-image: radial-gradient(75% 65% at 50% 30%, #000 25%, transparent 100%);
}
.lw-hero-orb {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  will-change: transform;
  animation: lw-orb 14s var(--lw-ease) infinite alternate;
}
.lw-hero-orb--a {
  width: min(46vw, 420px); height: min(46vw, 420px);
  top: -8%; right: 8%;
  background: #1D8CF9; opacity: 0.28;
}
.lw-hero-orb--b {
  width: min(40vw, 360px); height: min(40vw, 360px);
  bottom: 8%; left: 4%;
  background: #0863DC; opacity: 0.22;
  animation-delay: -6s;
}
@keyframes lw-orb {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(3%, -4%, 0) scale(1.12); }
}

.lw-hero-inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: grid;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  /* Edge-to-edge feel: only a small fluid gutter, no fixed 1280 cap */
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: clamp(1rem, 2.8vw, 2.75rem);
  padding-block: clamp(1.75rem, 3.5vw, 3.25rem) clamp(1.25rem, 2.5vw, 2rem);
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .lw-hero-inner {
    padding-inline: clamp(1.25rem, 3.2vw, 3.25rem);
  }
}
@media (min-width: 1024px) {
  .lw-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: clamp(1.75rem, 3.5vw, 3.5rem);
    padding-inline: clamp(1.5rem, 3.5vw, 3.75rem);
  }
}
@media (min-width: 1440px) {
  .lw-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    padding-inline: clamp(2rem, 4vw, 4.5rem);
    gap: clamp(2rem, 3vw, 4rem);
  }
}
@media (min-width: 1800px) {
  .lw-hero-inner {
    /* ultrawide: soft outer gutter so content doesn't kiss the bezel */
    padding-inline: max(3.5rem, calc((100vw - 1760px) / 2));
  }
}

.lw-hero-copy {
  min-width: 0;
  max-width: none;
  width: 100%;
}
@media (min-width: 1024px) {
  .lw-hero-copy { max-width: min(42rem, 100%); }
}
@media (min-width: 1440px) {
  .lw-hero-copy { max-width: min(46rem, 100%); }
}
.lw-brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.1rem;
  font-family: "Inter Tight", Inter, sans-serif;
  font-weight: 700;
  font-size: clamp(1.35rem, 1rem + 1.2vw, 1.75rem);
  letter-spacing: -0.03em;
  color: var(--lw-ink);
}
.lw-brand-mark img {
  width: clamp(2.1rem, 1.6rem + 1.2vw, 2.6rem);
  height: auto;
}
.lw-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.9rem 0.45rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(8, 99, 220, 0.16);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 2px rgba(20, 37, 66, 0.04), 0 10px 30px -18px rgba(8, 99, 220, 0.35);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #3d4a5c;
}
.lw-hero-pill .pulse {
  position: relative;
  width: 0.5rem; height: 0.5rem;
}
.lw-hero-pill .pulse::before,
.lw-hero-pill .pulse::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: 999px;
  background: var(--lw-brand);
}
.lw-hero-pill .pulse::before {
  animation: lw-ping 1.8s cubic-bezier(0, 0, 0.2, 1) infinite;
  opacity: 0.55;
}
@keyframes lw-ping {
  75%, 100% { transform: scale(2.4); opacity: 0; }
}

.lw-hero-title {
  margin-top: 1.15rem;
  max-width: 100%;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(1.7rem, 1.15rem + 2.1vw, 2.75rem);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.04em;
  color: #142542;
}
@media (min-width: 1024px) {
  .lw-hero-title {
    font-size: clamp(2rem, 1.2rem + 1.4vw, 2.85rem);
  }
}
.lw-hero-title span {
  display: block;
  white-space: nowrap;
}
@media (max-width: 379px) {
  .lw-hero-title span { white-space: normal; }
}
.lw-hero h1 .text-shimmer {
  background: linear-gradient(105deg, #0650b5 0%, #0863DC 35%, #1D8CF9 55%, #0863DC 75%, #0650b5 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: lw-shimmer 5.5s ease-in-out infinite;
}
@keyframes lw-shimmer {
  0%, 100% { background-position: 100% 50%; }
  50% { background-position: 0% 50%; }
}
.lw-hero .lw-hero-lead {
  margin-top: 1.25rem;
  max-width: min(40rem, 100%);
  color: #4d5563;
  font-size: clamp(0.95rem, 0.88rem + 0.35vw, 1.1rem);
}
.lw-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.85rem;
}
.lw-hero-cta .btn-primary {
  box-shadow: 0 12px 28px -10px rgba(8, 99, 220, 0.55);
  transition: transform 0.25s var(--lw-ease), box-shadow 0.25s var(--lw-ease);
}
.lw-hero-cta .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -10px rgba(8, 99, 220, 0.65);
}

.lw-hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(20, 37, 66, 0.08);
  max-width: 36rem;
}
@media (min-width: 640px) {
  .lw-hero-metrics { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
}
.lw-hero-metrics dd {
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: clamp(1.55rem, 1.2rem + 1.4vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--lw-brand);
  line-height: 1;
}
.lw-hero-metrics dt {
  margin-top: 0.4rem;
  font-size: 0.78rem;
  line-height: 1.35;
  color: #6b7280;
}

/* Visual column */
.lw-hero-visual {
  position: relative;
  min-width: 0;
  width: 100%;
  max-width: min(100%, 36rem);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .lw-hero-visual { max-width: min(100%, 42rem); }
}
@media (min-width: 1024px) {
  .lw-hero-visual {
    max-width: none;
    margin-inline: 0;
  }
}
.lw-hero-frame {
  position: relative;
  border-radius: 1.5rem 4.5rem 1.5rem 4.5rem;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  isolation: isolate;
  box-shadow:
    0 2px 4px rgba(20, 37, 66, 0.06),
    0 40px 80px -28px rgba(20, 37, 66, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.4) inset;
  transform: translateZ(0);
}
@media (max-width: 639px) {
  .lw-hero-frame { border-radius: 1.25rem 2.5rem 1.25rem 2.5rem; }
}
.lw-hero-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(135deg, rgba(8, 99, 220, 0.85), rgba(255, 255, 255, 0.55) 40%, transparent 58%, rgba(29, 140, 249, 0.7));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.lw-hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
  animation: lw-ken 18s ease-in-out infinite alternate;
}
@keyframes lw-ken {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1.5%, -1%, 0); }
}
.lw-hero-frame .wash {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, transparent 45%, rgba(10, 22, 48, 0.45) 100%);
  pointer-events: none;
}

/* Blob hero — original transparent-alpha image kept untouched; recompressed to
   WebP only for load performance. Interactive tilt + glow for a premium feel. */
.lw-hero-visual--blob {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.lw-hero-blob {
  position: relative;
  width: 100%;
  max-width: min(100%, 36rem);
  margin-inline: auto;
  perspective: 1400px;
}
@media (min-width: 768px) {
  .lw-hero-blob { max-width: min(100%, 42rem); }
}
@media (min-width: 1024px) {
  .lw-hero-blob {
    max-width: none;
    width: 100%;
    margin-inline: 0;
  }
}
.lw-hero-blob::before {
  content: "";
  position: absolute;
  inset: -6%;
  z-index: -1;
  background:
    radial-gradient(closest-side, rgba(29, 140, 249, 0.28), transparent 72%);
  filter: blur(28px);
  opacity: 0.85;
  animation: lw-glow-pulse 5s var(--lw-ease) infinite alternate;
  pointer-events: none;
}
.lw-hero-blob-inner {
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  filter: drop-shadow(0 30px 55px rgba(8, 99, 220, 0.24)) drop-shadow(0 14px 30px rgba(20, 37, 66, 0.2));
  animation: lw-blob-float 7s var(--lw-ease) infinite alternate;
}
.lw-hero-blob img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: translateZ(0);
}
@keyframes lw-glow-pulse {
  from { opacity: 0.55; transform: scale(0.96); }
  to { opacity: 0.95; transform: scale(1.04); }
}
.lw-hero-visual--blob .lw-float--a { top: 2%; left: -0.5rem; }
.lw-hero-visual--blob .lw-float--b { bottom: 16%; right: -0.5rem; }
.lw-hero-caption {
  position: relative;
  z-index: 2;
  margin: 0.35rem 0 0;
  text-align: center;
  max-width: 34rem;
  font-size: clamp(0.82rem, 0.76rem + 0.25vw, 0.95rem);
  line-height: 1.5;
}
.lw-hero-caption strong {
  display: block;
  font-family: "Inter Tight", Inter, sans-serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  background: linear-gradient(100deg, #0650b5 0%, #0863DC 40%, #1D8CF9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lw-hero-caption span {
  display: block;
  margin-top: 0.15rem;
  color: #6b7280;
  font-weight: 500;
}
/* Chips rendered inside the copy column must sit in normal flow — the base
   .lw-hero-trust is absolutely pinned to the hero, which dropped them far
   below the CTAs. */
.lw-hero-trust.lw-hero-trust--inline {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
}
.lw-hero-trust--inline { row-gap: 0.5rem; }
.lw-hero-trust.lw-hero-trust--blob {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  justify-content: center;
  margin-top: 0.15rem;
}
@keyframes lw-blob-float {
  from { transform: translateY(0) translateZ(0); }
  to { transform: translateY(-12px) translateZ(0); }
}
@media (prefers-reduced-motion: reduce) {
  .lw-hero-blob-inner { animation: none !important; }
  .lw-hero-blob::before { animation: none !important; }
}
.lw-hero-trust {
  position: absolute;
  z-index: 4;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.lw-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(20, 37, 66, 0.1);
  box-shadow: 0 1px 2px rgba(20, 37, 66, 0.04);
  font-size: 0.72rem;
  font-weight: 650;
  color: var(--lw-ink);
  white-space: nowrap;
  transition: transform 0.25s var(--lw-ease), box-shadow 0.25s var(--lw-ease), border-color 0.25s ease;
}
.lw-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(8, 99, 220, 0.3);
  box-shadow: 0 8px 20px -8px rgba(8, 99, 220, 0.3);
}
/* Chips laid over the hero artwork need real lift to stay legible. */
.lw-hero-trust--blob .lw-chip {
  border-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 8px 24px rgba(20, 37, 66, 0.14);
}
.lw-float {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem 0.95rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow:
    0 1px 2px rgba(20, 37, 66, 0.05),
    0 18px 44px -20px rgba(20, 37, 66, 0.45);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  animation: lw-float 5.5s var(--lw-ease) infinite alternate;
  transition: transform 0.3s var(--lw-ease), box-shadow 0.3s var(--lw-ease);
  cursor: default;
}
.lw-float:hover {
  transform: translateY(-6px) scale(1.04) !important;
  box-shadow: 0 24px 48px -16px rgba(8, 99, 220, 0.4);
  z-index: 6;
}
.lw-float--a { top: 6%; left: -1.25rem; animation-delay: 0s; }
.lw-float--b { bottom: 26%; right: -1.25rem; animation-delay: -2.5s; }
.lw-float--c { bottom: 4%; left: 1.5rem; animation-delay: -4s; }
@keyframes lw-float {
  from { transform: translateY(0); }
  to { transform: translateY(-8px); }
}
.lw-float-icon {
  display: grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  flex-shrink: 0;
  border-radius: 0.65rem;
  background: rgba(8, 99, 220, 0.1);
  color: var(--lw-brand);
}
.lw-float-icon--mint {
  background: rgba(0, 179, 126, 0.12);
  color: #00996b;
}
.lw-float-avatar {
  display: grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  flex-shrink: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lw-brand), var(--lw-brand-bright));
  color: #fff;
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.lw-float-label {
  display: block;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: #6b7280;
  font-weight: 650;
  line-height: 1;
}
.lw-float-value {
  display: block;
  margin-top: 0.22rem;
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--lw-ink);
  line-height: 1.15;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .lw-float--c { display: none; }
}
@media (max-width: 767px) {
  .lw-float { display: none; }
  .lw-hero { min-height: unset; }
}

/* Reveal polish */
[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 0.7s var(--lw-ease), transform 0.7s var(--lw-ease);
}
[data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}
.lw-hero [data-reveal]:nth-child(1) { transition-delay: 0.05s; }
.lw-hero [data-reveal]:nth-child(2) { transition-delay: 0.12s; }
.lw-hero [data-reveal]:nth-child(3) { transition-delay: 0.2s; }
.lw-hero [data-reveal]:nth-child(4) { transition-delay: 0.28s; }
.lw-hero [data-reveal]:nth-child(5) { transition-delay: 0.36s; }
.lw-hero-visual[data-reveal] { transition-delay: 0.22s; }

@media (prefers-reduced-motion: reduce) {
  .lw-hero-orb, .lw-float, .lw-hero-frame img, .lw-hero-blob-inner, .lw-hero-blob::before, .lw-hero-pill .pulse::before, .text-shimmer {
    animation: none !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
}

/* ========== FORMS ========== */
.lw-label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #3d4a5c;
}
.lw-field {
  width: 100%;
  border-radius: 0.85rem;
  border: 1px solid rgba(20, 37, 66, 0.14);
  background: #fff;
  padding: 0.75rem 0.95rem;
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--lw-ink);
  box-shadow: 0 1px 2px rgba(20, 37, 66, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  appearance: none;
}
.lw-field::placeholder { color: #9aa4b2; }
.lw-field:hover { border-color: rgba(8, 99, 220, 0.32); }
.lw-field:focus {
  outline: none;
  border-color: var(--lw-brand);
  box-shadow: 0 0 0 3px rgba(8, 99, 220, 0.14);
}
textarea.lw-field { resize: vertical; min-height: 7rem; line-height: 1.6; }
select.lw-field {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23626c7d' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  padding-right: 2.4rem;
  cursor: pointer;
}
.lw-form-ok, .lw-form-err {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  border-radius: 0.75rem;
  padding: 0.7rem 0.9rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
.lw-form-ok {
  background: rgba(0, 179, 126, 0.1);
  border: 1px solid rgba(0, 179, 126, 0.25);
  color: #04795a;
}
.lw-form-err {
  background: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.22);
  color: #b91c1c;
}

/* ========== INNER PAGE HEROES ========== */
.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(760px 340px at 12% -20%, rgba(8, 99, 220, 0.1), transparent 60%),
    radial-gradient(620px 300px at 92% 0%, rgba(29, 140, 249, 0.09), transparent 55%),
    linear-gradient(180deg, #f7fafd 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(20, 37, 66, 0.07);
}
.page-hero > .container-site { position: relative; z-index: 1; }

/* Comfortable reading measure that stays left-aligned with the grid below,
   rather than re-centering the way a narrowed .container-site does. */
.lw-measure { max-width: 52rem; }

.lw-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #626c7d;
}
.lw-crumbs span[aria-hidden] { color: #a3abb8; }
.lw-crumbs a {
  color: #626c7d;
  transition: color 0.2s ease;
}
.lw-crumbs a:hover { color: var(--lw-brand); }

/* Section / card responsive polish */
/* :where() keeps specificity at 0 so per-page Tailwind padding utilities
   (pt-12, py-10 …) still win instead of being silently overridden. */
:where(.section) { padding-block: clamp(3.25rem, 6.5vw, 6.5rem); }
.card-premium, .surface, .surface-hover { max-width: 100%; }
:where(.page-hero) { padding-block: clamp(2.75rem, 6vw, 5.5rem) clamp(2.25rem, 5vw, 4.5rem); }

/* Header / mobile nav */
@media (max-width: 1023px) {
  .glass-nav .container-site { gap: 0.75rem; }
  #mobile-nav a, #mobile-nav button { min-height: 2.75rem; }
}

/* Compact, balanced header bar */
.glass-nav {
  position: relative;
}
.glass-nav .container-site.lw-header-bar {
  height: 3.75rem;
  gap: 1rem;
}
@media (min-width: 768px) {
  .glass-nav .container-site.lw-header-bar { height: 4.25rem; }
}
.glass-nav .nav-link {
  font-size: 0.875rem;
  white-space: nowrap;
}
.glass-nav .nav-link[data-open="true"],
.glass-nav .nav-link:hover {
  color: #0863dc;
}
.glass-nav .btn-ghost,
.glass-nav .btn-primary {
  min-height: 2.4rem;
  font-size: 0.8125rem;
  border-radius: 999px;
  padding-inline: 1rem;
}
.glass-nav .btn-primary {
  box-shadow: 0 8px 20px -10px rgba(8, 99, 220, 0.55);
}
.glass-nav .mega-panel {
  z-index: 60;
}
.glass-nav .mega-link:hover {
  background: #f4f7fb;
  color: #0863dc;
}
.glass-nav .mega-tile:hover {
  border-color: rgba(8, 99, 220, 0.28);
  box-shadow: 0 12px 28px -18px rgba(20, 37, 66, 0.35);
  transform: translateY(-2px);
}
.glass-nav .icon-tile {
  background: #eef4ff !important;
  color: #0863dc !important;
  transform: none !important;
}
.glass-nav .mega-tile:hover .icon-tile {
  background: #0863dc !important;
  color: #fff !important;
}

/* Softer page rhythm */
.card-premium {
  transition: transform 0.25s var(--lw-ease), box-shadow 0.25s var(--lw-ease), border-color 0.25s ease;
}
.card-premium:hover {
  transform: translateY(-3px);
}

/* Hero brand mark — keep light so header logo stays primary */
.lw-brand-mark {
  font-size: 1.05rem !important;
  margin-bottom: 0.85rem !important;
  color: #5f6b7a !important;
  font-weight: 600 !important;
}
.lw-brand-mark img {
  width: 1.55rem !important;
  height: 1.55rem !important;
}

.hdr-login-dropdown {
  width: min(calc(100vw - 2rem), 22.5rem);
  min-width: 20rem;
}
.hdr-login-panel {
  width: 100%;
}
.hdr-login-head {
  padding: 1rem 1.15rem 0.9rem;
  border-bottom: 1px solid rgba(20, 37, 66, 0.08);
  background: linear-gradient(180deg, rgba(8, 99, 220, 0.05), transparent);
}
.hdr-login-foot {
  border-top: 1px solid rgba(20, 37, 66, 0.08);
  background: #f5f8fc;
  padding: 0.9rem 1.15rem;
}
.hdr-login-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border-radius: 0.95rem;
  padding: 0.95rem 1rem;
  border: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.hdr-login-item:hover {
  background: rgba(8, 99, 220, 0.06);
  border-color: rgba(8, 99, 220, 0.12);
  transform: translateX(2px);
}
.hdr-login-item:hover .hdr-login-icon {
  color: #0863DC;
  background: rgba(8, 99, 220, 0.12);
}
.hdr-login-item:hover .hdr-login-arrow {
  opacity: 1;
  transform: translateX(2px);
  color: #0863DC;
}
.hdr-login-icon {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.8rem;
  background: #f5f8fc;
  color: #142542;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.hdr-login-arrow {
  flex-shrink: 0;
  opacity: 0.35;
  color: #6b7280;
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

/* Founder avatar */
.lw-avatar {
  display: block;
  width: auto;
  height: auto;
  border-radius: 999px;
  object-fit: cover;
  aspect-ratio: 1;
  background: #f5f8fc;
}
.lw-avatar--ring {
  box-shadow:
    0 0 0 3px #fff,
    0 0 0 4px rgba(8, 99, 220, 0.18),
    0 12px 28px -10px rgba(8, 99, 220, 0.35);
}
.lw-avatar--lg { width: 5.5rem; height: 5.5rem; }
.lw-avatar--md { width: 4.25rem; height: 4.25rem; }
.lw-founder-card .lw-avatar--lg { width: 5.75rem; height: 5.75rem; }
.lw-founder-spotlight .lw-avatar--md { width: 4.5rem; height: 4.5rem; }

/* Footer */
footer .container-site { overflow-wrap: anywhere; }
@media (max-width: 639px) {
  footer .grid.gap-10.sm\:grid-cols-3 { grid-template-columns: 1fr 1fr; gap: 1.75rem 1rem; }
}

/* Marquees only — never put overflow:hidden on the sticky stack section */
.marquee-mask { overflow: hidden; }

/* ========== PAYSPRINT-STYLE SOLUTION STACK ========== */
[data-stack-section] {
  position: relative;
  isolation: isolate;
}
.lw-stack-rail {
  top: 4.25rem; /* sits under sticky header after top-bar scrolls away */
}
@media (min-width: 768px) {
  .lw-stack-rail { top: 4.5rem; }
}
.lw-stack-tabs {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.lw-stack-tabs::-webkit-scrollbar { display: none; }

.stack-tab {
  padding: 0.55rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  white-space: nowrap;
  color: #626c7d;
  border-radius: 999px;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.stack-tab:hover { color: #142542; background: rgba(8, 99, 220, 0.06); }
.stack-tab[aria-selected="true"] {
  background: #142542;
  color: #fff;
  box-shadow: 0 8px 20px -10px rgba(20, 37, 66, 0.55);
}

/* Sticky stacking cards — each pins under the rail; next slides over */
@media (min-width: 768px) {
  .stack-card {
    position: sticky !important;
    top: calc(7.25rem + var(--stack-i, 0) * 0.7rem) !important;
    z-index: calc(10 + var(--stack-i, 0)) !important;
  }
  .stack-card > .card-premium {
    isolation: isolate;
    backface-visibility: hidden;
    transform-origin: center top;
    background: #fff;
    transition: none;
    box-shadow:
      0 1px 2px rgba(20, 37, 66, 0.05),
      0 22px 48px -18px rgba(20, 37, 66, 0.28);
  }
  .stack-card > .card-premium:hover { transform: none; }
}
@media (max-width: 767px) {
  .stack-card {
    position: relative !important;
    top: 0 !important;
    z-index: auto !important;
  }
}
.lw-stack-orbit {
  animation: lw-stack-spin 28s linear infinite;
}
@keyframes lw-stack-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .lw-stack-orbit { animation: none !important; }
}

/* Blog reading already scoped; ensure phone padding */
.rw-shell { padding-inline: clamp(1rem, 3.5vw, 2rem) !important; }
.rw-hero-inner { padding-inline: clamp(1rem, 3.5vw, 2rem) !important; }

/* ========== HOME SECTION BANDS (color + motion) ========== */
.lw-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.lw-band-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.lw-band-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(8, 99, 220, 0.18);
  background: rgba(255, 255, 255, 0.75);
  color: #0863dc;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lw-band-eyebrow::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #0863dc;
  box-shadow: 0 0 0 4px rgba(8, 99, 220, 0.15);
  animation: lw-dot-pulse 1.8s ease-out infinite;
}
@keyframes lw-dot-pulse {
  0% { box-shadow: 0 0 0 0 rgba(8, 99, 220, 0.35); }
  70% { box-shadow: 0 0 0 8px rgba(8, 99, 220, 0); }
  100% { box-shadow: 0 0 0 0 rgba(8, 99, 220, 0); }
}

/* Products */
.lw-band--products {
  background:
    radial-gradient(900px 420px at 0% 0%, rgba(8, 99, 220, 0.1), transparent 55%),
    radial-gradient(700px 380px at 100% 20%, rgba(29, 140, 249, 0.1), transparent 50%),
    linear-gradient(180deg, #f7faff 0%, #ffffff 55%, #f4f8ff 100%);
}
.lw-band--products .lw-band-bg {
  background-image:
    linear-gradient(90deg, rgba(8, 99, 220, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(8, 99, 220, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(70% 60% at 50% 30%, #000 20%, transparent 100%);
  -webkit-mask-image: radial-gradient(70% 60% at 50% 30%, #000 20%, transparent 100%);
}
.lw-product-grid {
  display: grid;
  gap: 1.1rem;
}
@media (min-width: 768px) {
  .lw-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
}
.lw-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: 1.35rem;
  border: 1px solid rgba(8, 99, 220, 0.12);
  background: rgba(255, 255, 255, 0.9);
  padding: 1.6rem 1.5rem 1.4rem;
  box-shadow: 0 1px 2px rgba(20, 37, 66, 0.04), 0 18px 40px -28px rgba(8, 99, 220, 0.45);
  transition: transform 0.35s var(--lw-ease), border-color 0.35s ease, box-shadow 0.35s var(--lw-ease);
  transition-delay: calc(var(--i, 0) * 40ms);
}
.lw-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(8, 99, 220, 0.35);
  box-shadow: 0 16px 40px -20px rgba(8, 99, 220, 0.55);
}
.lw-product-glow {
  position: absolute;
  inset: auto -20% -40% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.45;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.5s var(--lw-ease);
}
.lw-product-card--1 .lw-product-glow { background: #0863dc; }
.lw-product-card--2 .lw-product-glow { background: #0ea5a4; }
.lw-product-card--3 .lw-product-glow { background: #1d8cf9; }
.lw-product-card--4 .lw-product-glow { background: #f59e0b; }
.lw-product-card:hover .lw-product-glow {
  opacity: 0.7;
  transform: translate(-12%, -8%) scale(1.15);
}
.lw-product-index {
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  color: #0863dc;
}
.lw-product-title {
  margin: 0.85rem 0 0;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 1.35rem;
  font-weight: 750;
  letter-spacing: -0.03em;
  color: #142542;
}
.lw-product-desc {
  margin: 0.7rem 0 0;
  flex: 1;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #5b6575;
}
.lw-product-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1.35rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0863dc;
}
.lw-product-card:hover .lw-product-cta .arrow {
  transform: translateX(4px);
  display: inline-block;
  transition: transform 0.25s var(--lw-ease);
}
.lw-product-cta .arrow { display: inline-block; transition: transform 0.25s var(--lw-ease); }

/* Technology */
.lw-band--tech {
  background:
    radial-gradient(800px 420px at 90% 0%, rgba(14, 165, 164, 0.12), transparent 55%),
    radial-gradient(700px 380px at 10% 80%, rgba(8, 99, 220, 0.1), transparent 50%),
    linear-gradient(180deg, #eef4fb 0%, #f7fafc 45%, #eef6ff 100%);
}
.lw-tech-grid {
  display: grid;
  gap: 0.9rem;
}
@media (min-width: 640px) {
  .lw-tech-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .lw-tech-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
}
.lw-tech-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: 1.15rem;
  border: 1px solid rgba(20, 37, 66, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 1.2rem 1.15rem 1.1rem;
  transition: transform 0.3s var(--lw-ease), border-color 0.3s ease, box-shadow 0.3s var(--lw-ease);
  transition-delay: calc(var(--i, 0) * 30ms);
}
.lw-tech-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #0863dc, #1d8cf9, #0ea5a4);
  transform: scaleX(0.35);
  transform-origin: left;
  transition: transform 0.35s var(--lw-ease);
}
.lw-tech-card:hover {
  transform: translateY(-5px);
  border-color: rgba(8, 99, 220, 0.28);
  box-shadow: 0 18px 36px -24px rgba(8, 99, 220, 0.55);
}
.lw-tech-card:hover::before { transform: scaleX(1); }
.lw-tech-icon {
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 0.85rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, rgba(8, 99, 220, 0.12), rgba(29, 140, 249, 0.18));
  color: #0863dc;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: transform 0.35s var(--lw-ease), background 0.35s ease, color 0.35s ease;
}
.lw-tech-card:hover .lw-tech-icon {
  transform: rotate(-6deg) scale(1.06);
  background: linear-gradient(135deg, #0863dc, #1d8cf9);
  color: #fff;
}
.lw-tech-title {
  margin: 0;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #142542;
  transition: color 0.25s ease;
}
.lw-tech-card:hover .lw-tech-title { color: #0863dc; }
.lw-tech-desc {
  margin: 0.55rem 0 0;
  flex: 1;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #667084;
}
.lw-tech-arrow {
  margin-top: 0.9rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0863dc;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.25s ease, transform 0.25s var(--lw-ease);
}
.lw-tech-card:hover .lw-tech-arrow {
  opacity: 1;
  transform: none;
}

/* Process */
.lw-band--process {
  background:
    radial-gradient(900px 400px at 50% 0%, rgba(8, 99, 220, 0.12), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f3f7fd 100%);
}
.lw-process-grid {
  display: grid;
  gap: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .lw-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .lw-process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.1rem; }
  .lw-process-grid::before {
    content: "";
    position: absolute;
    top: 2.1rem;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(8, 99, 220, 0.35), rgba(29, 140, 249, 0.35), transparent);
    z-index: 0;
    pointer-events: none;
  }
}
.lw-process-card {
  position: relative;
  z-index: 1;
  border-radius: 1.25rem;
  border: 1px solid rgba(8, 99, 220, 0.12);
  background: linear-gradient(165deg, #ffffff 0%, #f4f8ff 100%);
  padding: 1.4rem 1.25rem 1.3rem;
  box-shadow: 0 12px 30px -24px rgba(8, 99, 220, 0.55);
  transition: transform 0.3s var(--lw-ease), box-shadow 0.3s var(--lw-ease), border-color 0.3s ease;
}
.lw-process-card:hover {
  transform: translateY(-5px);
  border-color: rgba(8, 99, 220, 0.3);
  box-shadow: 0 20px 40px -22px rgba(8, 99, 220, 0.5);
}
.lw-process-num {
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0863dc, #1d8cf9);
  color: #fff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  box-shadow: 0 10px 22px -10px rgba(8, 99, 220, 0.75);
  animation: lw-num-float 3.6s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * 0.25s);
}
@keyframes lw-num-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}
.lw-process-title {
  margin: 1rem 0 0;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 1.05rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  color: #142542;
}
.lw-process-desc {
  margin: 0.55rem 0 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #5b6575;
}
.lw-process-note {
  margin: 0;
  padding: 1rem 1.15rem;
  border-radius: 1rem;
  border: 1px solid rgba(8, 99, 220, 0.12);
  background: rgba(8, 99, 220, 0.05);
  color: #3d4a5c;
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Why */
.lw-band--why {
  background:
    radial-gradient(700px 360px at 0% 30%, rgba(245, 158, 11, 0.08), transparent 55%),
    radial-gradient(800px 400px at 100% 0%, rgba(8, 99, 220, 0.1), transparent 55%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}
.lw-why-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .lw-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .lw-why-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.lw-why-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(20, 37, 66, 0.08);
  background: #fff;
  padding: 1.45rem 1.35rem 1.35rem;
  transition: transform 0.3s var(--lw-ease), box-shadow 0.3s var(--lw-ease), border-color 0.3s ease;
}
.lw-why-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8, 99, 220, 0.06), transparent 55%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.lw-why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 99, 220, 0.25);
  box-shadow: 0 18px 36px -24px rgba(20, 37, 66, 0.45);
}
.lw-why-card:hover::after { opacity: 1; }
.lw-why-mark {
  display: block;
  width: 2.5rem;
  height: 0.28rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #0863dc, #1d8cf9, #0ea5a4);
  background-size: 200% 100%;
  animation: lw-bar-shine 3.2s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * 0.2s);
}
@keyframes lw-bar-shine {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.lw-why-title {
  margin: 0;
  position: relative;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  color: #142542;
}
.lw-why-desc {
  margin: 0.65rem 0 0;
  position: relative;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #5b6575;
}

/* Reviews */
.lw-band--reviews {
  background:
    radial-gradient(900px 420px at 50% 0%, rgba(8, 99, 220, 0.14), transparent 60%),
    linear-gradient(180deg, #eef5ff 0%, #f7fafc 100%);
}
.lw-reviews-panel {
  max-width: 48rem;
  margin-inline: auto;
  border-radius: 1.75rem;
  border: 1px solid rgba(8, 99, 220, 0.14);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.25rem, 3vw, 2.25rem);
  box-shadow: 0 24px 50px -30px rgba(8, 99, 220, 0.45);
}

.lw-band [data-reveal] {
  transition-delay: calc(var(--i, 0) * 55ms);
}

@media (prefers-reduced-motion: reduce) {
  .lw-band-eyebrow::before,
  .lw-process-num,
  .lw-why-mark {
    animation: none !important;
  }
  .lw-product-card:hover,
  .lw-tech-card:hover,
  .lw-process-card:hover,
  .lw-why-card:hover {
    transform: none;
  }
}
