/* Isolated CSS for lp-mobileapp-wrapper. Source: business-theme.css. */
.lp-mobileapp { --lp-primary: #ed1a3b;
  --lp-primary-dark: #D93A57;
  --lp-foreground: #2B3040;
  --lp-muted: #6B7280;
  --lp-border: #E5E7EB;
  --lp-white: #ffffff;
  --lp-card-bg: #ffffff;
  --lp-font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --lp-font-display: 'Plus Jakarta Sans', 'Inter', sans-serif;

  padding: 48px 0 64px !important;
  background: #FCF8F9 !important;
  overflow: hidden !important;
  font-family: var(--lp-font-body) !important; }
.lp-mobileapp-inner { max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 20px !important; }
.lp-mobileapp-grid { gap: 48px !important;
  align-items: center !important; }
.lp-mobileapp-phone-wrapper { position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important; }
.lp-mobileapp-phone-img { /* width: 280px !important;
  box-shadow: 0 20px 60px -10px rgba(43, 48, 64, 0.2) !important; */
  margin: 0 !important;
  border-radius: 24px !important;
  overflow: hidden !important; }
.lp-mobileapp-phone-img img { display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 24px !important; }
.lp-mobileapp-float { position: absolute !important;
  background: var(--lp-white) !important;
  border-radius: 12px !important;
  padding: 12px !important;
  box-shadow: 0 4px 16px -2px rgba(43, 48, 64, 0.12) !important;
  border: 1px solid rgba(229, 231, 235, 0.5) !important; }
.lp-mobileapp-float--analytics { right: -32px !important;
  top: 64px !important;
  width: 160px !important; }
.lp-mobileapp-float-label { font-size: 10px !important;
  color: var(--lp-muted) !important;
  margin: 0 0 2px !important; }
.lp-mobileapp-float-value { font-size: 18px !important;
  font-weight: 700 !important;
  color: #10B981 !important;
  margin: 0 0 4px !important; }
.lp-mobileapp-mini-bars { display: flex !important;
  align-items: flex-end !important;
  gap: 2px !important;
  height: 32px !important; }
.lp-mobileapp-mini-bars div { flex: 1 !important;
  background: rgba(236, 71, 100, 0.4) !important;
  border-radius: 2px 2px 0 0 !important; }
.lp-mobileapp-float--sync { left: -48px !important;
  bottom: 96px !important;
  width: 128px !important; }
.lp-mobileapp-float-sync-label { font-size: 9px !important;
  color: var(--lp-muted) !important;
  margin: 0 !important; }
.lp-mobileapp-float-sync-value { font-size: 12px !important;
  font-weight: 600 !important;
  color: var(--lp-foreground) !important;
  margin: 0 !important; }
.lp-mobileapp-title { font-family: var(--lp-font-display) !important;
  font-size: 34px !important;
  font-weight: 700 !important;
  color: var(--lp-foreground) !important;
  margin-bottom: 12px !important;
  margin-top: 0 !important;
  line-height: 1.3 !important; }
.lp-mobileapp-highlight { color: var(--lp-primary) !important; }
.lp-mobileapp-desc { font-size: 14px !important;
  color: var(--lp-muted) !important;
  line-height: 1.65 !important;
  max-width: 440px !important;
  margin-bottom: 20px !important; }
.lp-mobileapp-pills { display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-bottom: 24px !important; }
.lp-mobileapp-pill { padding: 6px 14px !important;
  background: var(--lp-white) !important;
  border: 1px solid var(--lp-border) !important;
  border-radius: 9999px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: var(--lp-foreground) !important; }
.lp-mobileapp-store-btns { display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-bottom: 24px !important; }
.lp-mobileapp-store-btn { display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #000000 !important;
  color: var(--lp-white) !important;
  padding: 10px 20px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  transition: background 0.2s ease !important; }
.lp-mobileapp-store-btn:hover { background: #333333 !important; }
.lp-mobileapp-stats { display: flex !important;
  align-items: center !important;
  gap: 24px !important; }
.lp-mobileapp-stat { text-align: center !important; }
.lp-mobileapp-stat-value { font-size: 22px !important;
  font-weight: 700 !important;
  color: var(--lp-foreground) !important;
  margin: 0 0 2px !important; }
.lp-mobileapp-stat-label { font-size: 10px !important;
  color: var(--lp-muted) !important;
  margin: 0 !important; }
.lp-mobileapp-stat-divider { width: 1px !important;
  height: 32px !important;
  background: var(--lp-border) !important;
  flex-shrink: 0 !important; }
@media (max-width: 767px) {
.lp-mobileapp-grid { flex-direction: column !important; }
}
@media (max-width: 767px) {
.lp-mobileapp-img-col, .lp-mobileapp-content { flex-basis: 100% !important;
    width: 100% !important; }
}
@media (max-width: 767px) {
.lp-mobileapp-img-col { order: 2 !important; }
}
@media (max-width: 767px) {
.lp-mobileapp-content { order: 1 !important; }
}
@media (max-width: 767px) {
.lp-mobileapp-phone-wrapper { justify-content: center !important; }
}
@media (max-width: 767px) {
.lp-mobileapp-float--analytics { right: -8px !important;
    top: 40px !important;
    width: 130px !important; }
}
@media (max-width: 767px) {
.lp-mobileapp-float--sync { left: -8px !important;
    bottom: 60px !important;
    width: 110px !important; }
}
@media (max-width: 767px) {
.lp-mobileapp-store-btns { justify-content: center !important; }
}
@media (max-width: 767px) {
.lp-mobileapp-stats { justify-content: center !important; }
}
@media (max-width: 767px) {
.lp-mobileapp-title { font-size: 26px !important; }
}
@media (max-width: 767px) {
.lp-mobileapp { overflow-x: hidden !important;
    max-width: 100vw !important;
    box-sizing: border-box !important; }
}
@media (max-width: 767px) {
.lp-mobileapp-wrapper [class*="lp-"][class$="-inner"] { max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important; }
}
@media (max-width: 767px) {
.lp-mobileapp .wp-block-columns { flex-direction: column !important;
    flex-wrap: wrap !important; }
}
@media (max-width: 767px) {
.lp-mobileapp .wp-block-column { flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important; }
}
@media (max-width: 767px) {
.lp-mobileapp img { max-width: 100% !important;
    height: auto !important; }
}
