/* Isolated CSS for legacy-hero. Source: business-theme.css. */
.lp-hero { --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-hero-bg-start: #FDF8F8;
  --lp-white: #ffffff;
  --lp-font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --lp-font-display: 'Plus Jakarta Sans', 'Inter', sans-serif; }
.lp-hero { width: 100% !important;
  max-width: 100% !important;
  position: relative !important;
  padding: 0px 0 0px !important;
  overflow: hidden !important;
  box-sizing: border-box !important; }
.lp-hero::before, .lp-hero::after { content: "" !important;
  position: absolute !important;
  border-radius: 50% !important;
  filter: blur(48px) !important;
  z-index: 0 !important;
  pointer-events: none !important; }
.lp-hero::before { width: 288px !important;
  height: 288px !important;
  background: rgba(236, 71, 100, 0.05) !important; }
.lp-hero::after { width: 256px !important;
  height: 256px !important;
  background: rgba(16, 185, 129, 0.05) !important; }
.lp-hero .lp-hero-inner { position: relative !important;
  z-index: 1 !important; }
.lp-hero .lp-hero-grid { gap: 32px !important;
  align-items: center !important;
  min-height: calc(85vh - 128px) !important; }
.lp-hero .lp-hero-left { display: flex !important;
  flex-direction: column !important;
  gap: 20px !important; }
.lp-hero .lp-hero-right { display: flex !important;
  align-items: center !important;
  justify-content: center !important; }
.lp-hero .lp-hero-trust-badge { display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: var(--lp-primary-light) !important;
  padding: 6px 14px !important;
  border-radius: 9999px !important;
  font-family: var(--lp-font-body) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: var(--lp-primary) !important;
  width: fit-content !important;
  margin-bottom: 0 !important;
  line-height: 1.4 !important; }
.lp-hero .lp-hero-trust-badge::before { content: "" !important;
  display: inline-block !important;
  width: 36px !important;
  height: 14px !important;
  flex-shrink: 0 !important;
  margin-right: 2px !important;
  background:
    radial-gradient(circle at 28px 7px, var(--lp-primary) 5.5px, transparent 6px),
    radial-gradient(circle at 18px 7px, var(--lp-primary) 5.5px, transparent 6px),
    radial-gradient(circle at 8px 7px, var(--lp-primary) 5.5px, transparent 6px) !important; }
.lp-hero .lp-hero-headline { font-family: var(--lp-font-display) !important;
  font-size: 50px !important;
  font-weight: 700 !important;
  color: var(--lp-foreground) !important;
  line-height: 1.15 !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  letter-spacing: -0.02em !important; }
.lp-hero .lp-hero-highlight { background: linear-gradient(135deg, var(--lp-primary) 0%, var(--lp-primary-dark) 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important; }
.lp-hero .lp-hero-subheadline { font-family: var(--lp-font-body) !important;
  font-size: 16px !important;
  color: var(--lp-muted) !important;
  line-height: 1.65 !important;
  max-width: 560px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
.lp-hero .lp-hero-pills { gap: 8px !important; }
.lp-hero .lp-hero-pill { display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: var(--lp-accent-light) !important;
  color: var(--lp-accent) !important;
  padding: 4px 10px !important;
  border-radius: 9999px !important;
  font-family: var(--lp-font-body) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin: 0 !important;
  line-height: 1.4 !important; }
.lp-hero .lp-hero-pill::before { content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2310B981' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01'/%3E%3C/svg%3E") !important;
  display: inline-block !important;
  width: 12px !important;
  height: 12px !important;
  flex-shrink: 0 !important; }
.lp-hero .lp-hero-ctas { gap: 12px !important; }
.lp-hero .lp-hero-cta-primary .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: 14px 28px !important;
  font-family: var(--lp-font-body) !important;
  font-size: 15px !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-hero .lp-hero-cta-primary .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-hero .lp-hero-cta-secondary .wp-block-button__link { background: transparent !important;
  color: var(--lp-foreground) !important;
  border: 2px solid var(--lp-border) !important;
  border-radius: 8px !important;
  padding: 12px 28px !important;
  font-family: var(--lp-font-body) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  line-height: 1.4 !important; }
.lp-hero .lp-hero-cta-secondary .wp-block-button__link:hover { background: var(--lp-muted-bg) !important;
  border-color: var(--lp-primary) !important;
  color: var(--lp-primary) !important; }
.lp-hero .lp-hero-social-proof { gap: 0 !important;
  padding-top: 8px !important;
  align-items: center !important; }
.lp-hero .lp-hero-proof-item { display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-family: var(--lp-font-body) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: var(--lp-muted) !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border-left: 1px solid var(--lp-border) !important;
  line-height: 1.4 !important; }
.lp-hero .lp-hero-proof-item:first-child { padding-left: 0 !important;
  border-left: none !important; }
.lp-hero .lp-hero-proof--building::before { content: 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='%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;
  display: inline-block !important;
  width: 14px !important;
  height: 14px !important;
  flex-shrink: 0 !important; }
.lp-hero .lp-hero-proof--check::before { content: 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='%23EC4764' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01'/%3E%3C/svg%3E") !important;
  display: inline-block !important;
  width: 14px !important;
  height: 14px !important;
  flex-shrink: 0 !important; }
.lp-hero .lp-hero-proof--star::before { content: 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='%23EC4764' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/%3E%3C/svg%3E") !important;
  display: inline-block !important;
  width: 14px !important;
  height: 14px !important;
  flex-shrink: 0 !important; }
.lp-hero .lp-hero-image { margin: 0 !important;
  /* animation: legacy-hero--lp-hero-float 6s ease-in-out infinite !important; */ }
.lp-hero .lp-hero-image img { border-radius: 16px !important;
  box-shadow:
    0 20px 25px -5px rgba(43, 48, 64, 0.08),
    0 8px 10px -6px rgba(43, 48, 64, 0.05) !important;
  max-width: 100% !important;
  height: auto !important; }
@media (max-width: 767px) {
.lp-hero { min-height: auto !important;
    padding: 0 !important; }
}
@media (max-width: 767px) {
.lp-hero .lp-hero-grid { flex-direction: column !important;
    min-height: auto !important; }
}
@media (max-width: 767px) {
.lp-hero .lp-hero-left, .lp-hero .lp-hero-right { flex-basis: 100% !important;
    max-width: 100% !important;
    align-items: center !important;
    margin-bottom: 20px; }
}
@media (max-width: 767px) {
.lp-hero .lp-hero-headline { font-size: 30px !important; }
}
@media (max-width: 767px) {
.lp-hero .lp-hero-subheadline { font-size: 15px !important;
    max-width: 100% !important;
    text-align: center; }
}
@media (max-width: 767px) {
.lp-hero .lp-hero-ctas { flex-direction: column !important; }
}
@media (max-width: 767px) {
.lp-hero .lp-hero-cta-primary, .lp-hero .lp-hero-cta-secondary { width: 100% !important; }
}
@media (max-width: 767px) {
.lp-hero .lp-hero-cta-primary .wp-block-button__link, .lp-hero .lp-hero-cta-secondary .wp-block-button__link { width: 100% !important;
    text-align: center !important;
    justify-content: center !important; }
}
@media (max-width: 767px) {
.lp-hero .lp-hero-proof-item { padding: 0 !important;
    border-left: none !important; }
}
@media (max-width: 767px) {
.lp-hero .lp-hero-social-proof { gap: 8px 16px !important;
    display: flex;
    justify-content: center; }
}
@media (max-width: 767px) {
.lp-hero .lp-hero-image { animation: none !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
.lp-hero .lp-hero-grid { flex-direction: column !important;
    min-height: auto !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
.lp-hero .lp-hero-left, .lp-hero .lp-hero-right { flex-basis: 100% !important;
    max-width: 100% !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
.lp-hero .lp-hero-headline { font-size: 36px !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
.lp-hero .lp-hero-right { max-width: 500px !important;
    margin: 0 auto !important; }
}
@media (min-width: 1024px) {
.lp-hero .lp-hero-grid { flex-wrap: nowrap !important; }
}
@media (max-width: 767px) {
.lp-hero { overflow-x: hidden !important;
    max-width: 100vw !important;
    box-sizing: border-box !important; }
}
@media (max-width: 767px) {
.lp-hero [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-hero .wp-block-columns { flex-direction: column !important;
    flex-wrap: wrap !important; }
}
@media (max-width: 767px) {
.lp-hero .wp-block-column { flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important; }
}
@media (max-width: 767px) {
.lp-hero img { max-width: 100% !important;
    height: auto !important; }
}
@media (max-width: 767px) {
.lp-hero { min-width: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    min-height: auto !important; }
}
@media (max-width: 767px) {
.lp-hero .lp-hero-inner { width: 100% !important;
    max-width: 100% !important; }
}
@media (max-width: 767px) {
.lp-hero .lp-hero-grid { flex-direction: column !important;
    gap: 24px !important; }
}
@media (max-width: 767px) {
.lp-hero .lp-hero-headline { font-size: 30px !important;
    line-height: 1.2 !important; }
}
@media (max-width: 767px) {
.lp-hero .lp-hero-pills { flex-wrap: wrap !important;
    display: flex;
    justify-content: center; }
}
@media (max-width: 767px) {
.lp-hero .mobile-margin { margin-bottom: 20px !important; }
}
@media (max-width: 767px) {
.lp-hero .wp-block-buttons { flex-direction: column !important;
    align-items: stretch !important; }
}
@media (max-width: 767px) {
.lp-hero .wp-block-button { width: 100% !important; }
}
@media (max-width: 767px) {
.lp-hero .wp-block-button__link { width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    box-sizing: border-box !important; }
}

@keyframes legacy-hero--lp-hero-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}
