:root {
  --lw-brand: #2B6CB0;
  --lw-brand-bright: #4A90D9;
  --lw-ink: #1A202C;
  --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: #2B6CB0;
  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: #215387;
  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(43, 108, 176, 0.06), transparent 60%),
    #F7FAFC;
  border-block: 1px solid rgba(26, 32, 44, 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(26, 32, 44, 0.08);
  background: #fff;
  box-shadow:
    0 1px 2px rgba(26, 32, 44, 0.04),
    0 18px 36px -24px rgba(26, 32, 44, 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(43, 108, 176, 0.22);
  box-shadow:
    0 1px 2px rgba(26, 32, 44, 0.04),
    0 22px 44px -20px rgba(43, 108, 176, 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: #718096;
}

/* 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: max(80vw, min(92vw, 1680px));
  max-width: 100%;
  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(26, 32, 44, 0.04), 0 18px 40px -28px rgba(26, 32, 44, 0.3);
}
.bg-ink-soft { background-color: #F7FAFC; }
.text-mist { color: #1A202C; }
.text-mist-dim { color: #718096; }
.hover\:bg-ink-soft:hover { background-color: #F7FAFC; }
.hover\:text-mist:hover { color: #1A202C; }
.text-mist\/90 { color: rgba(26, 32, 44, 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: #2B6CB0; }
.border-accent { border-color: #2B6CB0; }
.bg-accent { background-color: #2B6CB0; }
.hover\:text-accent:hover { color: #2B6CB0; }
.hover\:border-accent:hover { border-color: rgba(43, 108, 176, 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(26, 32, 44, 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(43, 108, 176, 0.15); }
.text-white\/75 { color: rgba(255, 255, 255, 0.75); }
.text-brand\/30 { color: rgba(43, 108, 176, 0.3); }
.hover\:text-white\/70:hover { color: rgba(255, 255, 255, 0.7); }
.hover\:bg-ink-elevated\/60:hover { background-color: rgba(247, 250, 252, 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: #E0C274 !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: #E0C274; }
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(224, 194, 116, 0.35);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(74, 144, 217, 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(43, 108, 176, 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(224, 194, 116, 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;
  padding-top: 0.25rem;
}
@media (min-width: 768px) {
  footer .lw-footer-brand-meta {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem 2rem;
  }
}
footer .lw-footer-brand-copy {
  margin: 0;
  flex: 1 1 260px;
  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 1 auto;
  width: auto;
  max-width: 100%;
  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: #E0C274; }
@media (min-width: 1100px) {
  footer .lw-footer-mail { text-align: right; }
}

/* ========== TOP BAR ========== */
.lw-top-bar {
  background: linear-gradient(90deg, #101C33 0%, #1A202C 48%, #1B2A4A 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-brand-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.lw-top-bar-brand-link:hover { color: #E0C274; }

/* Keep the top-bar and main header at a comfortable reading width even
   though .container-site now grows to ~80vw for long-form content. */
.container-site.lw-top-bar-inner,
.container-site.lw-header-bar {
  width: min(92vw, 1440px);
}
.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: #E0C274; }

/* ========== HERO WOW ========== */
.lw-hero {
  position: relative;
  isolation: isolate;
  /* Keep the whole hero (including its floating cards and their
     backdrop-filter compositing layers) below the sticky header's z-50 so
     nothing bleeds through the open mega menu. */
  z-index: 0;
  overflow: hidden;
  width: 100%;
  min-height: min(86svh, 880px);
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(1200px 520px at 8% -10%, rgba(43, 108, 176, 0.14), transparent 55%),
    radial-gradient(900px 480px at 95% 20%, rgba(74, 144, 217, 0.12), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #F7FAFC 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(43, 108, 176, 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(26, 32, 44, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(26, 32, 44, 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: #4A90D9; opacity: 0.28;
}
.lw-hero-orb--b {
  width: min(40vw, 360px); height: min(40vw, 360px);
  bottom: 8%; left: 4%;
  background: #2B6CB0; 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(43, 108, 176, 0.16);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 2px rgba(26, 32, 44, 0.04), 0 10px 30px -18px rgba(43, 108, 176, 0.35);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #4A5568;
}
.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: #1A202C;
}
@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, #215387 0%, #2B6CB0 35%, #4A90D9 55%, #2B6CB0 75%, #215387 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: #4A5568;
  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(43, 108, 176, 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(43, 108, 176, 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(26, 32, 44, 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: #718096;
}

/* 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(26, 32, 44, 0.06),
    0 40px 80px -28px rgba(26, 32, 44, 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(43, 108, 176, 0.85), rgba(255, 255, 255, 0.55) 40%, transparent 58%, rgba(74, 144, 217, 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(16, 28, 51, 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;
  /* Portrait cutout — deliberately smaller than the old landscape hero image
     so the floating product cards around it stay readable (PaySprint-style
     composition) instead of the photo dominating the viewport. */
  width: 100%;
  max-width: min(78%, 17rem);
  margin-inline: auto;
  perspective: 1400px;
}
@media (min-width: 768px) {
  .lw-hero-blob { max-width: min(60%, 20rem); }
}
@media (min-width: 1024px) {
  .lw-hero-blob {
    max-width: 21rem;
    width: 100%;
    margin-inline: auto;
  }
}
@media (min-width: 1280px) {
  .lw-hero-blob { max-width: 23rem; }
}
.lw-hero-blob::before {
  content: "";
  position: absolute;
  inset: -6%;
  z-index: -1;
  background:
    radial-gradient(closest-side, rgba(74, 144, 217, 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(43, 108, 176, 0.24)) drop-shadow(0 14px 30px rgba(26, 32, 44, 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); }
}
/* Float positions are driven by .lw-float--a/b/c/d above; the blob variant
   uses the same ring layout, so no per-variant overrides here. */
.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, #215387 0%, #2B6CB0 40%, #4A90D9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lw-hero-caption span {
  display: block;
  margin-top: 0.15rem;
  color: #718096;
  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(26, 32, 44, 0.1);
  box-shadow: 0 1px 2px rgba(26, 32, 44, 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(43, 108, 176, 0.3);
  box-shadow: 0 8px 20px -8px rgba(43, 108, 176, 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(26, 32, 44, 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(26, 32, 44, 0.05),
    0 18px 44px -20px rgba(26, 32, 44, 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(43, 108, 176, 0.4);
  z-index: 6;
}
/* Four product cards ringing the figure — two left, two right. Offsets are
   negative so they sit partly outside the (now narrow) photo column. */
.lw-float--a { top: 4%;  left: -7.5rem;  animation-delay: 0s; }
.lw-float--b { top: 30%; right: -7rem;   animation-delay: -1.6s; }
.lw-float--c { bottom: 24%; left: -8rem; animation-delay: -3.2s; }
.lw-float--d { bottom: 6%;  right: -7.5rem; animation-delay: -4.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(43, 108, 176, 0.1);
  color: var(--lw-brand);
}
.lw-float-icon--mint {
  background: rgba(0, 179, 126, 0.12);
  color: #00996b;
}
.lw-float-icon--gold {
  background: rgba(201, 168, 76, 0.16);
  color: #96751f;
}
.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: #718096;
  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: 1279px) {
  /* Less horizontal room — pull the ring in so cards stay on-canvas. */
  .lw-float--a { left: -4.5rem; }
  .lw-float--b { right: -4rem; }
  .lw-float--c { left: -5rem; }
  .lw-float--d { right: -4.5rem; }
}
@media (max-width: 1023px) {
  /* Keep one card per side on tablet; four would collide with the photo. */
  .lw-float--c,
  .lw-float--d { display: none; }
  .lw-float--a { left: -2rem; }
  .lw-float--b { right: -2rem; }
}
@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;
}
/* Mobile / touch: never hide content waiting for scroll JS */
@media (max-width: 1023px), (pointer: coarse) {
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}
.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: #4A5568;
}
.lw-field {
  width: 100%;
  border-radius: 0.85rem;
  border: 1px solid rgba(26, 32, 44, 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(26, 32, 44, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  appearance: none;
}
.lw-field::placeholder { color: #A0AEC0; }
.lw-field:hover { border-color: rgba(43, 108, 176, 0.32); }
.lw-field:focus {
  outline: none;
  border-color: var(--lw-brand);
  box-shadow: 0 0 0 3px rgba(43, 108, 176, 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(43, 108, 176, 0.1), transparent 60%),
    radial-gradient(620px 300px at 92% 0%, rgba(74, 144, 217, 0.09), transparent 55%),
    linear-gradient(180deg, #F7FAFC 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(26, 32, 44, 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: #718096;
}
.lw-crumbs span[aria-hidden] { color: #A0AEC0; }
.lw-crumbs a {
  color: #718096;
  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; }
  .lw-mobile-menu-btn {
    border: 1.5px solid rgba(26, 32, 44, 0.12);
    background: linear-gradient(180deg, #fff 0%, #F7FAFC 100%);
    color: #1A202C;
    box-shadow: 0 2px 10px rgba(26, 32, 44, 0.08);
    -webkit-tap-highlight-color: transparent;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  }
  .lw-mobile-menu-btn.is-open {
    background: #1A202C;
    border-color: #1A202C;
    color: #fff;
    box-shadow: 0 4px 14px rgba(26, 32, 44, 0.22);
  }
  .lw-menu-burger {
    position: relative;
    display: block;
    width: 18px;
    height: 14px;
  }
  .lw-menu-line {
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition:
      transform 0.32s cubic-bezier(0.34, 1.2, 0.5, 1),
      width 0.28s ease,
      opacity 0.2s ease,
      top 0.32s cubic-bezier(0.34, 1.2, 0.5, 1),
      bottom 0.32s cubic-bezier(0.34, 1.2, 0.5, 1);
  }
  .lw-menu-line:nth-child(1) {
    top: 0;
    width: 18px;
  }
  .lw-menu-line--mid {
    top: 6px;
    width: 12px;
    opacity: 0.88;
  }
  .lw-menu-line:nth-child(3) {
    bottom: 0;
    width: 18px;
  }
  .lw-mobile-menu-btn.is-open .lw-menu-line:nth-child(1) {
    top: 6px;
    width: 18px;
    transform: rotate(45deg);
  }
  .lw-mobile-menu-btn.is-open .lw-menu-line--mid {
    opacity: 0;
    transform: scaleX(0);
  }
  .lw-mobile-menu-btn.is-open .lw-menu-line:nth-child(3) {
    bottom: 6px;
    width: 18px;
    transform: rotate(-45deg);
  }
  .lw-mobile-menu-btn:active {
    transform: scale(0.96);
  }
  .lw-mobile-menu-btn:not(.is-open):active {
    background: #F7FAFC;
  }
  .lw-mobile-menu-btn.is-open:active {
    background: #1B2A4A;
  }
  #mobile-nav {
    max-height: calc(100dvh - 3.75rem);
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lw-menu-line {
    transition-duration: 0.01ms !important;
  }
}

/* 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: #2B6CB0;
}
.glass-nav .btn-ghost,
.glass-nav .btn-soft,
.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(43, 108, 176, 0.55);
}
/* Login sits between a plain link and the outlined Contact button: tinted
   fill, no border, so the trio reads as one graded set. */
.glass-nav .btn-soft {
  background: #EBF4FB;
  color: #215387;
  border: 1px solid transparent;
}
.glass-nav .btn-soft:hover {
  background: #D3E5F4;
  color: #1B2A4A;
}
.glass-nav .btn-ghost {
  background: #fff;
}
.glass-nav .mega-panel {
  z-index: 60;
}
.glass-nav .mega-link:hover {
  background: #F7FAFC;
  color: #2B6CB0;
}
.glass-nav .mega-tile:hover {
  border-color: rgba(43, 108, 176, 0.28);
  box-shadow: 0 12px 28px -18px rgba(26, 32, 44, 0.35);
  transform: translateY(-2px);
}
.glass-nav .icon-tile {
  background: #EBF4FB !important;
  color: #2B6CB0 !important;
  transform: none !important;
}
.glass-nav .mega-tile:hover .icon-tile {
  background: #2B6CB0 !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: #4A5568 !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(26, 32, 44, 0.08);
  background: linear-gradient(180deg, rgba(43, 108, 176, 0.05), transparent);
}
.hdr-login-foot {
  border-top: 1px solid rgba(26, 32, 44, 0.08);
  background: #F7FAFC;
  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(43, 108, 176, 0.06);
  border-color: rgba(43, 108, 176, 0.12);
  transform: translateX(2px);
}
.hdr-login-item:hover .hdr-login-icon {
  color: #2B6CB0;
  background: rgba(43, 108, 176, 0.12);
}
.hdr-login-item:hover .hdr-login-arrow {
  opacity: 1;
  transform: translateX(2px);
  color: #2B6CB0;
}
.hdr-login-icon {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.8rem;
  background: #F7FAFC;
  color: #1A202C;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.hdr-login-arrow {
  flex-shrink: 0;
  opacity: 0.35;
  color: #718096;
  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: #F7FAFC;
}
.lw-avatar--ring {
  box-shadow:
    0 0 0 3px #fff,
    0 0 0 4px rgba(43, 108, 176, 0.18),
    0 12px 28px -10px rgba(43, 108, 176, 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: #718096;
  border-radius: 999px;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.stack-tab:hover { color: #1A202C; background: rgba(43, 108, 176, 0.06); }
.stack-tab[aria-selected="true"] {
  background: #1A202C;
  color: #fff;
  box-shadow: 0 8px 20px -10px rgba(26, 32, 44, 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(26, 32, 44, 0.05),
      0 22px 48px -18px rgba(26, 32, 44, 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;
    scroll-margin-top: 5.5rem;
  }
  .lw-stack-rail {
    position: static !important;
    top: auto !important;
  }
  .lw-stack-orbit {
    animation: none !important;
  }
  .lw-stack-tabs {
    overscroll-behavior-x: contain;
  }
  [data-stack-section] {
    overflow-anchor: none;
  }
}
.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(43, 108, 176, 0.18);
  background: rgba(255, 255, 255, 0.75);
  color: #2B6CB0;
  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: #2B6CB0;
  box-shadow: 0 0 0 4px rgba(43, 108, 176, 0.15);
  animation: lw-dot-pulse 1.8s ease-out infinite;
}
@keyframes lw-dot-pulse {
  0% { box-shadow: 0 0 0 0 rgba(43, 108, 176, 0.35); }
  70% { box-shadow: 0 0 0 8px rgba(43, 108, 176, 0); }
  100% { box-shadow: 0 0 0 0 rgba(43, 108, 176, 0); }
}

/* Products */
.lw-band--products {
  background:
    radial-gradient(900px 420px at 0% 0%, rgba(43, 108, 176, 0.1), transparent 55%),
    radial-gradient(700px 380px at 100% 20%, rgba(74, 144, 217, 0.1), transparent 50%),
    linear-gradient(180deg, #F7FAFC 0%, #ffffff 55%, #F7FAFC 100%);
}
.lw-band--products .lw-band-bg {
  background-image:
    linear-gradient(90deg, rgba(43, 108, 176, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(43, 108, 176, 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(43, 108, 176, 0.12);
  background: rgba(255, 255, 255, 0.9);
  padding: 1.6rem 1.5rem 1.4rem;
  box-shadow: 0 1px 2px rgba(26, 32, 44, 0.04), 0 18px 40px -28px rgba(43, 108, 176, 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(43, 108, 176, 0.35);
  box-shadow: 0 16px 40px -20px rgba(43, 108, 176, 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: #2B6CB0; }
.lw-product-card--2 .lw-product-glow { background: #0ea5a4; }
.lw-product-card--3 .lw-product-glow { background: #4A90D9; }
.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: #2B6CB0;
}
.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: #1A202C;
}
.lw-product-desc {
  margin: 0.7rem 0 0;
  flex: 1;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #4A5568;
}
.lw-product-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1.35rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #2B6CB0;
}
.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(43, 108, 176, 0.1), transparent 50%),
    linear-gradient(180deg, #EBF4FB 0%, #F7FAFC 45%, #EBF4FB 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(26, 32, 44, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #F7FAFC 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, #2B6CB0, #4A90D9, #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(43, 108, 176, 0.28);
  box-shadow: 0 18px 36px -24px rgba(43, 108, 176, 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(43, 108, 176, 0.12), rgba(74, 144, 217, 0.18));
  color: #2B6CB0;
  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, #2B6CB0, #4A90D9);
  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: #1A202C;
  transition: color 0.25s ease;
}
.lw-tech-card:hover .lw-tech-title { color: #2B6CB0; }
.lw-tech-desc {
  margin: 0.55rem 0 0;
  flex: 1;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #718096;
}
.lw-tech-arrow {
  margin-top: 0.9rem;
  font-size: 1rem;
  font-weight: 700;
  color: #2B6CB0;
  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(43, 108, 176, 0.12), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #EDF2F7 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(43, 108, 176, 0.35), rgba(74, 144, 217, 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(43, 108, 176, 0.12);
  background: linear-gradient(165deg, #ffffff 0%, #F7FAFC 100%);
  padding: 1.4rem 1.25rem 1.3rem;
  box-shadow: 0 12px 30px -24px rgba(43, 108, 176, 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(43, 108, 176, 0.3);
  box-shadow: 0 20px 40px -22px rgba(43, 108, 176, 0.5);
}
.lw-process-num {
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #2B6CB0, #4A90D9);
  color: #fff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  box-shadow: 0 10px 22px -10px rgba(43, 108, 176, 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: #1A202C;
}
.lw-process-desc {
  margin: 0.55rem 0 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #4A5568;
}
.lw-process-note {
  margin: 0;
  padding: 1rem 1.15rem;
  border-radius: 1rem;
  border: 1px solid rgba(43, 108, 176, 0.12);
  background: rgba(43, 108, 176, 0.05);
  color: #4A5568;
  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(43, 108, 176, 0.1), transparent 55%),
    linear-gradient(180deg, #F7FAFC 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(26, 32, 44, 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(43, 108, 176, 0.06), transparent 55%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.lw-why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(43, 108, 176, 0.25);
  box-shadow: 0 18px 36px -24px rgba(26, 32, 44, 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, #2B6CB0, #4A90D9, #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: #1A202C;
}
.lw-why-desc {
  margin: 0.65rem 0 0;
  position: relative;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #4A5568;
}

/* Reviews */
.lw-band--reviews {
  background:
    radial-gradient(900px 420px at 50% 0%, rgba(43, 108, 176, 0.14), transparent 60%),
    linear-gradient(180deg, #EBF4FB 0%, #F7FAFC 100%);
}
.lw-reviews-panel {
  max-width: 48rem;
  margin-inline: auto;
  border-radius: 1.75rem;
  border: 1px solid rgba(43, 108, 176, 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(43, 108, 176, 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;
  }
}

/* ============================================================================
   PREMIUM 3D — HOMEPAGE ENHANCEMENTS
   Glassmorphism cards, cursor-reactive depth, and a third hero orb. All new
   motion is transform/opacity/custom-property only (compositor-friendly) and
   is driven by resources/views/partials/premium-interactions.blade.php,
   which no-ops on touch devices and honors prefers-reduced-motion. No new
   images, fonts, or JS libraries — page weight is unchanged.
   ========================================================================= */

/* Third hero orb — purple, offset timing, richer ambient depth */
.lw-hero-orb--c {
  width: min(34vw, 300px); height: min(34vw, 300px);
  top: 32%; left: 42%;
  background: #7c3aed; opacity: 0.14;
  animation-name: lw-orb-c;
  animation-duration: 18s;
  animation-delay: -3s;
}
@keyframes lw-orb-c {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-4%, 5%, 0) scale(1.16); }
}
@media (max-width: 767px) {
  .lw-hero-orb--c { display: none; }
}

/* Hero blob — JS-driven cursor tilt (see premium-interactions.blade.php).
   The float keyframe stays on .lw-hero-blob-inner; this element only tilts. */
.lw-hero-blob {
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  transform-style: preserve-3d;
}

/* Generic cursor-reactive tilt cards: glassmorphism + light-follows-cursor.
   Card lists opt in via [data-tilt]; base look also holds up with JS off. */
.lw-stat-card,
.lw-process-card {
  position: relative;
  overflow: hidden;
}
.lw-stat-card,
.lw-why-card,
.lw-product-card,
.lw-tech-card,
.lw-process-card {
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  box-shadow:
    0 1px 1px rgba(255, 255, 255, 0.6) inset,
    0 18px 40px -28px rgba(43, 108, 176, 0.35);
}
[data-tilt] {
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease, border-color 0.35s ease;
  will-change: transform;
}
/* .lw-tech-card owns ::before (accent bar) and .lw-why-card owns ::after
   (hover gradient) already — the cursor-glow below only attaches to cards
   whose ::before/::after are free, so nothing gets clobbered. */
[data-tilt]:not(.lw-why-card):not(.lw-tech-card)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(220px circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.55), transparent 70%);
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.lw-tech-card[data-tilt]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(220px circle at var(--mx, 50%) var(--my, 50%), rgba(43, 108, 176, 0.16), transparent 70%);
  transition: opacity 0.3s ease;
  pointer-events: none;
}
[data-tilt]:not(.lw-why-card):not(.lw-tech-card):hover::before,
[data-tilt]:not(.lw-why-card):not(.lw-tech-card)[data-tilt-active]::before,
.lw-tech-card[data-tilt]:hover::after,
.lw-tech-card[data-tilt][data-tilt-active]::after {
  opacity: 1;
}

/* Button shine sweep — contained to the pill so it never clips neighbors */
.btn-primary {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.35) 50%, transparent 80%);
  transform: translateX(-120%);
  transition: transform 0.6s var(--lw-ease);
  pointer-events: none;
}
.btn-primary:hover::after {
  transform: translateX(120%);
}

/* CTA band — diagonal shimmer sweep across the gradient panel */
.lw-cta-shimmer {
  position: relative;
}
.lw-cta-shimmer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0.14) 50%, rgba(255, 255, 255, 0.08) 52%, transparent 70%);
  background-size: 220% 100%;
  animation: lw-cta-sweep 6s ease-in-out infinite;
  pointer-events: none;
}
@keyframes lw-cta-sweep {
  0%, 100% { background-position: 100% 0; }
  50% { background-position: 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  .lw-hero-orb--c,
  .lw-cta-shimmer::after {
    animation: none !important;
  }
  .lw-hero-blob,
  [data-tilt],
  .btn-primary::after {
    transition: none !important;
  }
}

/* ============================================================================
   PREMIUM 3D — INNER PAGES (services, solutions, blog, posts, contact, etc.)
   Same design language as the homepage: ambient depth in page heroes,
   glassmorphism + cursor-tilt on cards via the sitewide [data-tilt] system,
   and a reusable .lw-glass-card / .lw-glass-card--dark treatment so every
   template gets a consistent premium finish without duplicating rules.
   ========================================================================= */

/* Ambient orbs in every inner-page hero — pure CSS, no extra markup */
.page-hero::before,
.page-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  animation: lw-orb 16s var(--lw-ease) infinite alternate;
}
.page-hero::before {
  width: min(38vw, 360px); height: min(38vw, 360px);
  top: -12%; right: 6%;
  background: #4A90D9; opacity: 0.16;
}
.page-hero::after {
  /* Gold accent, matching the brand's navy+gold pairing (was an off-brand
     purple inherited from the previous theme). */
  width: min(30vw, 280px); height: min(30vw, 280px);
  bottom: -18%; left: 2%;
  background: #C9A84C; opacity: 0.12;
  animation-delay: -7s;
}
.page-hero .lw-crumbs,
.page-hero h1,
.page-hero p {
  position: relative;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .page-hero::before, .page-hero::after { animation: none !important; }
}

/* Reusable glass card — light (for cards on white/light sections) */
.lw-glass-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  box-shadow:
    0 1px 1px rgba(255, 255, 255, 0.6) inset,
    0 18px 40px -28px rgba(43, 108, 176, 0.35);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.lw-glass-card:hover {
  border-color: rgba(43, 108, 176, 0.32) !important;
  box-shadow:
    0 1px 1px rgba(255, 255, 255, 0.6) inset,
    0 22px 46px -22px rgba(43, 108, 176, 0.5);
}

/* Reusable glass card — dark (for cards on ink/gradient sections) */
.lw-glass-card--dark {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  border-color: rgba(255, 255, 255, 0.14) !important;
  box-shadow:
    0 1px 1px rgba(255, 255, 255, 0.08) inset,
    0 24px 50px -30px rgba(0, 0, 0, 0.55);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s var(--lw-ease);
}
.lw-glass-card--dark:hover {
  border-color: rgba(224, 194, 116, 0.4) !important;
  transform: translateY(-3px);
}

/* Founder card — base box was never styled (orphaned class); this also
   gives it the same glass treatment as the rest of the site. */
.lw-founder-card {
  border-radius: 1.5rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
}

/* Blog listing cards — "Read article" reveal on hover */
.lw-post-card {
  display: flex;
  flex-direction: column;
}
.lw-post-card-arrow {
  margin-top: 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--lw-brand);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.25s ease, transform 0.25s var(--lw-ease);
}
.lw-post-card:hover .lw-post-card-arrow {
  opacity: 1;
  transform: none;
}

/* FAQ accordion — glass + animated chevron, smooth open */
.lw-faq-item {
  transition: border-color 0.25s ease;
}
.lw-faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.lw-faq-item summary::-webkit-details-marker { display: none; }
.lw-faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  display: inline-grid;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background: rgba(43, 108, 176, 0.1);
  color: var(--lw-brand);
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.3s var(--lw-ease), background 0.3s ease;
}
.lw-faq-item[open] summary::after {
  transform: rotate(135deg);
  background: rgba(43, 108, 176, 0.18);
}
.lw-faq-item[open] {
  border-color: rgba(43, 108, 176, 0.28) !important;
}

/* Share row — branded pill buttons instead of plain outline links */
.lw-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  border: 1px solid rgba(26, 32, 44, 0.14);
  padding: 0.4rem 0.9rem;
  font-size: 0.75rem;
  font-weight: 650;
  color: var(--lw-ink);
  transition: transform 0.2s var(--lw-ease), border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.lw-share-btn:hover { transform: translateY(-2px); }
.lw-share-btn--linkedin:hover { border-color: #0a66c2; background: rgba(10, 102, 194, 0.08); color: #0a66c2; }
.lw-share-btn--x:hover { border-color: #1A202C; background: rgba(26, 32, 44, 0.06); color: #1A202C; }
.lw-share-btn--whatsapp:hover { border-color: #25d366; background: rgba(37, 211, 102, 0.1); color: #128c4a; }

/* ============================================================================
   BLOG READING EXPERIENCE — Medium-style typography + progress bar
   Layered on top of .prose-lw (Tailwind Typography) via .lw-article-body,
   so it works regardless of what the compiled prose plugin outputs.
   ========================================================================= */
.lw-read-progress {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  height: 3px;
  background: rgba(26, 32, 44, 0.06);
}
.lw-read-progress-bar {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #2B6CB0, #4A90D9, #0ea5a4);
  transition: width 0.1s linear;
}
@media (max-width: 767px) {
  .lw-read-progress { top: 3.5rem; }
}

.lw-author-row img {
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px rgba(43, 108, 176, 0.15);
}

.lw-article-figure img {
  box-shadow: 0 24px 48px -28px rgba(26, 32, 44, 0.45);
}

.lw-article-lede {
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-weight: 550;
  color: #4A5568 !important;
  border-left: 3px solid var(--lw-brand);
  padding-left: 1rem;
}

/* Medium-style body copy: bigger serif-leaning read, generous rhythm,
   a drop cap on the opening paragraph, and calmer link/quote/code styling. */
.lw-article-body {
  font-size: 1.0625rem;
  line-height: 1.85;
  color: #24365C;
}
.lw-article-body :where(p) {
  margin-block: 1.4em;
}
.lw-article-body > :where(p):first-of-type::first-letter {
  float: left;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 3.4em;
  font-weight: 750;
  line-height: 0.82;
  padding: 0.05em 0.1em 0 0;
  color: var(--lw-brand);
}
.lw-article-body :where(h2) {
  margin-top: 2.4em;
  margin-bottom: 0.7em;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-weight: 750;
  letter-spacing: -0.02em;
  scroll-margin-top: 6rem;
}
.lw-article-body :where(h3, h4) {
  margin-top: 1.9em;
  margin-bottom: 0.6em;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-weight: 700;
  scroll-margin-top: 6rem;
}
.lw-article-body :where(h2, h3, h4) {
  position: relative;
}
.lw-article-body :where(ul, ol) {
  margin-block: 1.3em;
  padding-left: 1.3em;
}
.lw-article-body :where(li) {
  margin-block: 0.45em;
}
.lw-article-body :where(li)::marker {
  color: var(--lw-brand);
}
.lw-article-body :where(a) {
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  transition: color 0.2s ease;
}
.lw-article-body :where(strong) {
  color: #1A202C;
  font-weight: 700;
}
.lw-article-body :where(blockquote) {
  margin-block: 1.8em;
  padding: 0.2em 0 0.2em 1.4em;
  border-left: 3px solid var(--lw-brand);
  font-style: italic;
  color: #4A5568;
  font-size: 1.1em;
}
.lw-article-body :where(code) {
  background: rgba(43, 108, 176, 0.08);
  border-radius: 0.35rem;
  padding: 0.15em 0.4em;
  font-size: 0.88em;
}
.lw-article-body :where(pre) {
  border-radius: 1rem;
  padding: 1.1em 1.3em;
}
.lw-article-body :where(pre code) {
  background: none;
  padding: 0;
}
.lw-article-body :where(img) {
  border-radius: 1rem;
  box-shadow: 0 18px 40px -28px rgba(26, 32, 44, 0.4);
}
.lw-article-body :where(hr) {
  margin-block: 2.5em;
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(26, 32, 44, 0.16), transparent);
}
@media (max-width: 639px) {
  .lw-article-body { font-size: 1.02rem; line-height: 1.75; }
  .lw-article-body > :where(p):first-of-type::first-letter { font-size: 2.6em; }
}
