/* Isolated CSS for lp-security-wrapper. Source: business-theme.css. */
.lp-security { --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: 20px 0 20px !important;
  background: #ffffff !important;
  font-family: var(--lp-font-body) !important; }
.lp-security-inner { max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 20px !important; }
.lp-security-grid { gap: 40px !important;
  align-items: center !important; }
.lp-security-content { display: flex !important;
  flex-direction: column !important; }
.lp-security-title { font-family: var(--lp-font-display) !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  color: var(--lp-foreground) !important;
  line-height: 1.25 !important;
  margin-bottom: 12px !important;
  margin-top: 0 !important; }
.lp-security-highlight { color: var(--lp-primary) !important; }
.lp-security-desc { font-size: 15px !important;
  color: var(--lp-muted) !important;
  line-height: 1.65 !important;
  margin-bottom: 32px !important; }
.lp-security-features { display: flex !important;
  flex-direction: column !important;
  gap: 24px !important; }
.lp-security-feature { display: flex !important;
  align-items: flex-start !important;
  gap: 16px !important; }
.lp-security-feature-icon { width: 48px !important;
  height: 48px !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  flex-shrink: 0 !important; }
.lp-security-icon--yellow { background: #FFFBEB !important;
  color: #D97706 !important; }
.lp-security-icon--green { background: #F0FDF4 !important;
  color: #16A34A !important; }
.lp-security-icon--rose { background: #FFF1F2 !important;
  color: #E11D48 !important; }
.lp-security-feature-title { font-family: var(--lp-font-display) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: var(--lp-foreground) !important;
  margin-bottom: 4px !important;
  margin-top: 0 !important; }
.lp-security-feature-desc { font-size: 13px !important;
  color: var(--lp-muted) !important;
  line-height: 1.65 !important;
  margin: 0 !important; }
.lp-security-illustration { display: flex !important;
  justify-content: center !important;
  align-items: center !important; }
.lp-security-orbit-wrapper { position: relative !important;
  width: 320px !important;
  height: 320px !important; }
.lp-security-orbit { position: absolute !important;
  inset: 16px !important;
  border-radius: 50% !important;
  border: 2px dashed rgba(236, 71, 100, 0.2) !important; }
.lp-security-shield { position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  background: rgba(16, 185, 129, 0.2) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 40px !important; }
.lp-security-float { position: absolute !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  font-size: 20px !important; }
.lp-security-float--1 { top: 8px !important;
  right: 48px !important;
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
  background: #EFF6FF !important; }
.lp-security-float--2 { top: 64px !important;
  left: 0 !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 12px !important;
  background: #FFF7ED !important; }
.lp-security-float--3 { bottom: 32px !important;
  left: 32px !important;
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
  background: #F0FDF4 !important; }
.lp-security-float--4 { bottom: 16px !important;
  right: 32px !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 12px !important;
  background: #FAF5FF !important; }
.lp-security-float--5 { top: 24px !important;
  left: 80px !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 8px !important;
  background: #FFF1F2 !important; }
.lp-security-float--6 { right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 12px !important;
  background: #EEF2FF !important; }
@media (max-width: 767px) {
.lp-security-grid { flex-direction: column !important; }
}
@media (max-width: 767px) {
.lp-security-content, .lp-security-illustration { flex-basis: 100% !important;
    width: 100% !important; }
}
@media (max-width: 767px) {
.lp-security-illustration { order: 2 !important; }
}
@media (max-width: 767px) {
.lp-security-orbit-wrapper { width: 240px !important;
    height: 240px !important; }
}
@media (max-width: 767px) {
.lp-security-title { font-size: 26px !important; }
}
@media (max-width: 767px) {
.lp-security { overflow-x: hidden !important;
    max-width: 100vw !important;
    box-sizing: border-box !important; }
}
@media (max-width: 767px) {
.lp-security-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-security .wp-block-columns { flex-direction: column !important;
    flex-wrap: wrap !important; }
}
@media (max-width: 767px) {
.lp-security .wp-block-column { flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important; }
}
@media (max-width: 767px) {
.lp-security img { max-width: 100% !important;
    height: auto !important; }
}
