/* Isolated CSS for lp-overview-wrapper. Source: business-theme.css. */
.lp-overview { --lp-primary: #ed1a3b;
  --lp-primary-dark: #D93A57;
  --lp-primary-light: rgba(236, 71, 100, 0.1);
  --lp-accent: #10B981;
  --lp-accent-light: rgba(16, 185, 129, 0.1);
  --lp-foreground: #2B3040;
  --lp-muted: #6B7280;
  --lp-muted-bg: #F3F4F6;
  --lp-border: #E5E7EB;
  --lp-white: #ffffff;
  --lp-card-bg: #ffffff;
  --lp-card-shadow: 0 4px 20px -2px rgba(43, 48, 64, 0.06);
  --lp-font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --lp-font-display: 'Plus Jakarta Sans', 'Inter', sans-serif; }
.lp-overview { padding: 20px 0 80px !important;
  background: var(--lp-white) !important; }
.lp-overview .lp-overview-inner { position: relative !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100% !important;
  overflow: hidden !important; }
.lp-overview .lp-overview-badge { display: inline-block !important;
  padding: 4px 14px !important;
  background: var(--lp-primary-light) !important;
  color: var(--lp-primary) !important;
  font-family: var(--lp-font-body) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  border-radius: 9999px !important;
  margin-bottom: 16px !important;
  line-height: 1.5 !important; }
.lp-overview .lp-overview-title { font-family: var(--lp-font-display) !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  color: var(--lp-foreground) !important;
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
  letter-spacing: -0.02em !important;
  margin-top: 0px !important; }
.lp-overview .lp-overview-highlight { color: var(--lp-primary) !important; }
.lp-overview .lp-overview-desc { font-family: var(--lp-font-body) !important;
  font-size: 15px !important;
  color: var(--lp-muted) !important;
  line-height: 1.65 !important;
  max-width: 640px !important;
  margin-left: auto !important;
  margin-right: auto !important; }
.lp-overview .lp-overview-tabs { gap: 8px !important;
  margin-bottom: 40px !important;
  justify-content: center !important; }
.lp-overview .lp-overview-tab { display: inline-block !important;
  padding: 8px 16px !important;
  border-radius: 9999px !important;
  border: 1px solid var(--lp-border) !important;
  background: var(--lp-card-bg) !important;
  color: var(--lp-muted) !important;
  font-family: var(--lp-font-body) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  user-select: none !important;
	margin: 6px 0px !important; }
.lp-overview .lp-overview-tab:hover { border-color: rgba(236, 71, 100, 0.4) !important;
  color: var(--lp-foreground) !important; }
.lp-overview .lp-overview-tab.lp-overview-tab--active { background: linear-gradient(135deg, var(--lp-primary) 0%, var(--lp-primary-dark) 100%) !important;
  color: var(--lp-white) !important;
  border-color: var(--lp-primary) !important;
  box-shadow: 0 4px 14px -2px rgba(236, 71, 100, 0.35) !important; }
.lp-overview .lp-overview-panel { display: none !important; }
.lp-overview .lp-overview-panel.lp-overview-panel--active { display: block !important;
  animation: lp-overview-wrapper--lp-overview-fadeIn 0.4s ease !important; }
.lp-overview .lp-overview-panel { background: var(--lp-card-bg) !important;
  border-radius: 16px !important;
  box-shadow: var(--lp-card-shadow) !important;
  overflow: hidden !important;
  width: 80% !important;
  box-sizing: border-box !important; }
.lp-overview .lp-overview-panel-grid { gap: 0 !important;
  align-items: stretch !important;
  width: 100% !important;
  table-layout: fixed !important; }
.lp-overview .lp-overview-panel-img-col { background: var(--lp-muted-bg) !important;
  padding: 15px 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  overflow: hidden !important;
  min-width: 0 !important; }
.lp-overview .lp-overview-panel-img-col::before, .lp-overview .lp-overview-panel-img-col::after { content: "" !important;
  position: absolute !important;
  border-radius: 50% !important;
  filter: blur(40px) !important;
  pointer-events: none !important;
  z-index: 0 !important; }
.lp-overview .lp-overview-panel-img-col::before { top: -16px !important;
  left: -16px !important;
  width: 80px !important;
  height: 80px !important;
  background: rgba(236, 71, 100, 0.1) !important; }
.lp-overview .lp-overview-panel-img-col::after { bottom: -16px !important;
  right: -16px !important;
  width: 96px !important;
  height: 96px !important;
  background: rgba(16, 185, 129, 0.1) !important; }
.lp-overview .lp-overview-panel-img { position: relative !important;
  z-index: 1 !important;
  margin: 0 !important; }
.lp-overview .lp-overview-panel-img img { border-radius: 12px !important;
  box-shadow: 0 10px 15px -3px rgba(43, 48, 64, 0.08) !important;
  max-width: 100% !important;
  height: auto !important; }
.lp-overview .lp-overview-panel-content { padding: 40px 48px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-width: 0 !important;
  overflow-wrap: break-word !important;
  word-wrap: break-word !important; }
.lp-overview .lp-overview-panel-title { font-family: var(--lp-font-display) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: var(--lp-foreground) !important;
  line-height: 1.3 !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important; }
.lp-overview .lp-overview-panel-title::before { content: "" !important;
  display: inline-flex !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 10px !important;
  background-color: var(--lp-primary-light) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 20px 20px !important; }
.lp-overview .lp-overview-icon--tracking::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23EC4764' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='20' x2='12' y2='10'/%3E%3Cline x1='18' y1='20' x2='18' y2='4'/%3E%3Cline x1='6' y1='20' x2='6' y2='16'/%3E%3C/svg%3E") !important; }
.lp-overview .lp-overview-icon--warehouse::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23EC4764' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z'/%3E%3Cpath d='M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2'/%3E%3Cpath d='M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2'/%3E%3Cpath d='M10 6h4'/%3E%3Cpath d='M10 10h4'/%3E%3Cpath d='M10 14h4'/%3E%3Cpath d='M10 18h4'/%3E%3C/svg%3E") !important; }
.lp-overview .lp-overview-icon--gst::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23EC4764' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3Cline x1='10' y1='9' x2='8' y2='9'/%3E%3C/svg%3E") !important; }
.lp-overview .lp-overview-icon--orders::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23EC4764' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12'/%3E%3C/svg%3E") !important; }
.lp-overview .lp-overview-icon--reports::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23EC4764' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.21 15.89A10 10 0 1 1 8 2.83'/%3E%3Cpath d='M22 12A10 10 0 0 0 12 2v10z'/%3E%3C/svg%3E") !important; }
.lp-overview .lp-overview-icon--whatsapp::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23EC4764' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.9 20A9 9 0 1 0 4 16.1L2 22Z'/%3E%3C/svg%3E") !important; }
.lp-overview .lp-overview-icon--custom::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23EC4764' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") !important; }
.lp-overview .lp-overview-icon--enterprise::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23EC4764' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='16' height='20' x='4' y='2' rx='2' ry='2'/%3E%3Cpath d='M9 22v-4h6v4'/%3E%3Cpath d='M8 6h.01'/%3E%3Cpath d='M16 6h.01'/%3E%3Cpath d='M12 6h.01'/%3E%3Cpath d='M12 10h.01'/%3E%3Cpath d='M12 14h.01'/%3E%3Cpath d='M16 10h.01'/%3E%3Cpath d='M16 14h.01'/%3E%3Cpath d='M8 10h.01'/%3E%3Cpath d='M8 14h.01'/%3E%3C/svg%3E") !important; }
.lp-overview .lp-overview-panel-desc { font-family: var(--lp-font-body) !important;
  font-size: 15px !important;
  color: var(--lp-muted) !important;
  line-height: 1.65 !important;
  margin-top: 0 !important;
  margin-bottom: 24px !important; }
.lp-overview .lp-overview-features { list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 32px !important; }
.lp-overview .lp-overview-features li { display: block !important;
  align-items: flex-start !important;
  gap: 12px !important;
  font-family: var(--lp-font-body) !important;
  font-size: 15px !important;
  color: var(--lp-muted) !important;
  line-height: 1.5 !important;
  margin-bottom: 12px !important;
  padding: 0 !important; }
.lp-overview .lp-overview-features li:last-child { margin-bottom: 0 !important; }
.lp-overview .lp-overview-features li::before { content: "" !important;
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  border-radius: 50% !important;
  background: radial-gradient(circle at center, var(--lp-accent) 3px, var(--lp-accent-light) 3px) !important;
  margin: 0px 10px -5px 5px !important;
  flex-shrink: 0 !important; }
.lp-overview .lp-overview-features li::marker { content: none !important; }
.lp-overview .lp-overview-panel-cta { margin-top: 0 !important; }
.lp-overview .lp-overview-cta-btn .wp-block-button__link { background: linear-gradient(135deg, var(--lp-primary) 0%, var(--lp-primary-dark) 100%) !important;
  color: var(--lp-white) !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 12px 24px !important;
  font-family: var(--lp-font-body) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 14px -2px rgba(236, 71, 100, 0.35) !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  line-height: 1.4 !important; }
.lp-overview .lp-overview-cta-btn .wp-block-button__link:hover { background: var(--lp-primary-dark) !important;
  box-shadow: 0 6px 20px -2px rgba(236, 71, 100, 0.45) !important;
  transform: translateY(-1px) !important; }
.lp-overview .lp-overview-cta-btn .wp-block-button__link::after { content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E") !important;
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
  transition: transform 0.2s ease !important; }
.lp-overview .lp-overview-cta-btn .wp-block-button__link:hover::after { transform: translateX(4px) !important; }
@media (max-width: 767px) {
.lp-overview { padding: 48px 16px 0px !important; }
}
@media (max-width: 767px) {
.lp-overview .lp-overview-title { font-size: 24px !important; }
}
@media (max-width: 767px) {
.lp-overview .lp-overview-desc { font-size: 14px !important; }
}
@media (max-width: 767px) {
.lp-overview .lp-overview-tabs { justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    padding-bottom: 4px !important;
    margin-bottom: 24px !important; }
}
@media (max-width: 767px) {
.lp-overview .lp-overview-tabs::-webkit-scrollbar { display: none !important; }
}
@media (max-width: 767px) {
.lp-overview .lp-overview-tab { white-space: nowrap !important;
    font-size: 12px !important;
    padding: 6px 12px !important; }
}
@media (max-width: 767px) {
.lp-overview .lp-overview-panel-grid { flex-direction: column !important; }
}
@media (max-width: 767px) {
.lp-overview .lp-overview-panel-img-col, .lp-overview .lp-overview-panel-content { flex-basis: 100% !important;
    max-width: 100% !important; }
}
@media (max-width: 767px) {
.lp-overview .lp-overview-panel-content { order: -1 !important;
    padding: 24px 20px !important; }
}
@media (max-width: 767px) {
.lp-overview .lp-overview-panel-img-col { padding: 20px !important; }
}
@media (max-width: 767px) {
.lp-overview .lp-overview-panel-title { font-size: 20px !important; }
}
@media (max-width: 767px) {
.lp-overview .lp-overview-panel-title::before { width: 36px !important;
    height: 36px !important;
    min-width: 36px !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
.lp-overview .lp-overview-title { font-size: 30px !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
.lp-overview .lp-overview-panel-grid { flex-direction: column !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
.lp-overview .lp-overview-panel-img-col, .lp-overview .lp-overview-panel-content { flex-basis: 100% !important;
    max-width: 100% !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
.lp-overview .lp-overview-panel-content { order: -1 !important;
    padding: 32px !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
.lp-overview .lp-overview-panel-img-col { padding: 32px !important; }
}
@media (min-width: 1024px) {
.lp-overview .lp-overview-panel-grid { flex-wrap: nowrap !important; }
}
@media (max-width: 767px) {
.lp-overview { overflow-x: hidden !important;
    max-width: 100vw !important;
    box-sizing: border-box !important; }
}
@media (max-width: 767px) {
.lp-overview-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-overview .wp-block-columns { flex-direction: column !important;
    flex-wrap: wrap !important; }
}
@media (max-width: 767px) {
.lp-overview .wp-block-column { flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important; }
}
@media (max-width: 767px) {
.lp-overview img { max-width: 100% !important;
    height: auto !important; }
}
@media (max-width: 767px) {
.lp-overview .lp-overview-panel-grid { flex-direction: column !important; }
}
@media (max-width: 767px) {
.lp-overview .lp-overview-panel-img-col, .lp-overview .lp-overview-panel-content { flex-basis: 100% !important;
    max-width: 100% !important; }
}
@media (max-width: 767px) {
.lp-overview .lp-overview-panel-content { order: -1 !important;
    padding: 20px !important; }
}
@media (max-width: 767px) {
.lp-overview .lp-overview-panel-img-col { padding: 20px !important; }
}
@media (max-width: 767px) {
.lp-overview .wp-block-buttons { flex-direction: column !important;
    align-items: stretch !important; }
}
@media (max-width: 767px) {
.lp-overview .wp-block-button { width: 100% !important; }
}
@media (max-width: 767px) {
.lp-overview .wp-block-button__link { width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    box-sizing: border-box !important; }
}

@keyframes lp-overview-wrapper--lp-overview-fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
