.lbf-footer {
  --lbf-bg: #f2f7ff;
  --lbf-heading: #133d70;
  --lbf-text: #405b78;
  --lbf-blue: #0755ac;
  --lbf-newsletter-bg: #0755ac;
  --lbf-yellow: #ffd548;
  --lbf-width: 1280px;
  --lbf-gutter: 32px;
  box-sizing: border-box;
  width: 100%;
  color: var(--lbf-text);
  background: var(--lbf-bg);
  border: 0;
  box-shadow: none;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  text-align: start;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
  isolation: isolate;
}
.lbf-footer::before { content: none; display: none; }
.lbf-footer *, .lbf-footer *::before, .lbf-footer *::after { box-sizing: border-box; }
.lbf-footer .lbf-wrap { width: 100%; max-width: calc(var(--lbf-width) + var(--lbf-gutter) * 2); margin: 0 auto; padding: 32px var(--lbf-gutter) 0; }
.lbf-footer h2, .lbf-footer h3, .lbf-footer p, .lbf-footer ul, .lbf-footer address { margin: 0; padding: 0; font-family: inherit; font-style: normal; }
.lbf-footer ul { list-style: none; }
.lbf-footer a { color: inherit; text-decoration: none; box-shadow: none; }
.lbf-footer a:hover { color: var(--lbf-blue); }
.lbf-footer a:focus-visible, .lbf-footer button:focus-visible, .lbf-footer input:focus-visible { outline: 3px solid var(--lbf-blue); outline-offset: 4px; }
.lbf-footer img { display: block; max-width: 100%; border: 0; box-shadow: none; }
.lbf-footer .lbf-icon { display: block; flex: 0 0 24px; width: 24px; height: 24px; fill: currentColor; stroke: none; overflow: visible; }
.lbf-footer .lbf-icon--illustrated { fill: none; }
.lbf-footer .lbf-eyebrow { font-size: 11px; font-weight: 800; line-height: 1.4; text-transform: uppercase; letter-spacing: 1.6px; }
.lbf-footer .lbf-benefits-heading { text-align: center; color: var(--lbf-heading); margin-bottom: 17px; }
.lbf-footer .lbf-benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 30px; }
.lbf-footer .lbf-benefit > a, .lbf-footer .lbf-benefit > div { display: flex; align-items: center; gap: 14px; min-height: 84px; height: 100%; padding: 16px 19px; background: #fff; border: 1px solid #e0eaf7; border-radius: 16px; color: var(--lbf-heading); font-size: 14px; font-weight: 750; line-height: 1.4; }
.lbf-footer .lbf-benefit-icon { display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; flex: 0 0 58px; color: var(--lbf-blue); }
.lbf-footer .lbf-benefit-icon .lbf-icon { width: 28px; height: 28px; flex-basis: 28px; }
.lbf-footer .lbf-benefit-icon .lbf-icon--illustrated { width: 58px; height: 58px; flex-basis: 58px; }
.lbf-footer .lbf-newsletter { position: relative; display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; gap: 52px; padding: 32px 38px; margin-bottom: 46px; border-radius: 24px; background: var(--lbf-newsletter-bg); color: #fff; }
.lbf-footer .lbf-newsletter-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.lbf-footer .lbf-mail-icon { display: flex; align-items: center; justify-content: center; flex: 0 0 50px; width: 50px; height: 50px; color: var(--lbf-yellow); }
.lbf-footer .lbf-mail-icon .lbf-icon { width: 50px; height: 50px; flex-basis: 50px; }
.lbf-footer .lbf-newsletter h2 { color: #fff; font-family: inherit; font-size: clamp(25px, 2.8vw, 35px); font-weight: 800; line-height: 1.15; letter-spacing: -1px; text-transform: none; text-wrap: balance; margin-bottom: 14px; }
.lbf-footer .lbf-spark { display: inline-block; margin-left: 10px; vertical-align: middle; }
.lbf-footer .lbf-spark .lbf-icon { width: 30px; height: 30px; }
.lbf-footer .lbf-newsletter-copy > p { max-width: 395px; font-size: 14px; line-height: 1.7; color: #f0f6ff; }
.lbf-footer .lbf-newsletter-form { min-width: 0; }
.lbf-footer .lbf-klaviyo-form { margin: 0; position: relative; }
.lbf-footer .lbf-input-row { display: grid; grid-template-columns: 1fr 1.2fr; gap: 12px; }
.lbf-footer .lbf-field { min-width: 0; }
.lbf-footer .lbf-field label { display: block; color: #fff; font-size: 12px; font-weight: 650; line-height: 1.4; margin-bottom: 7px; }
.lbf-footer .lbf-field input { display: block; width: 100%; min-height: 48px; border: 1px solid #dbe6f3; border-radius: 9px; background: #fff; color: #133d70; padding: 12px 14px; font-family: inherit; font-size: 14px; line-height: 1.5; box-shadow: none; margin: 0; }
.lbf-footer .lbf-field input::placeholder { color: #687d96; opacity: 1; }
.lbf-footer .lbf-consent { display: flex; gap: 9px; align-items: flex-start; margin: 14px 0; color: #fff; font-size: 11px; line-height: 1.65; cursor: pointer; }
.lbf-footer .lbf-consent input { flex: 0 0 17px; width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--lbf-yellow); cursor: pointer; }
.lbf-footer .lbf-submit { display: flex; justify-content: center; align-items: center; gap: 15px; border: 0; border-radius: 9px; min-height: 46px; padding: 11px 24px; width: 100%; background: #fff; color: var(--lbf-blue); font-family: inherit; font-size: 14px; font-weight: 800; line-height: 1.5; letter-spacing: 0; text-transform: none; box-shadow: none; cursor: pointer; transition: background-color 150ms ease, transform 150ms ease; }
.lbf-footer .lbf-submit .lbf-icon { width: 20px; height: 20px; flex-basis: 20px; }
.lbf-footer .lbf-submit:hover:not(:disabled) { background: var(--lbf-yellow); transform: translateY(-1px); }
.lbf-footer .lbf-submit:disabled { cursor: default; opacity: .8; }
.lbf-footer .lbf-form-status { margin-top: 10px; font-size: 13px; line-height: 1.6; color: #fff; }
.lbf-footer .lbf-form-status:empty { display: none; }
.lbf-footer .lbf-form-status:not(:empty) { padding: 10px 13px; background: #ffffff15; border: 1px solid #ffffff50; border-radius: 8px; }
.lbf-footer .lbf-form-status.lbf-success { background: #ecfff5; color: #165b41; }
.lbf-footer .lbf-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important; }
.lbf-footer .lbf-newsletter input:focus-visible, .lbf-footer .lbf-newsletter button:focus-visible, .lbf-footer .lbf-newsletter a:focus-visible { outline-color: var(--lbf-yellow); }
.lbf-footer .lbf-main { display: grid; grid-template-columns: 1.05fr .96fr 1.12fr .92fr; gap: 38px; align-items: start; }
.lbf-footer .lbf-main > * { min-width: 0; }
.lbf-footer .lbf-logo { display: block; max-width: 252px; margin-top: 2px; }
.lbf-footer .lbf-logo img { width: 100%; height: auto; object-fit: contain; }
.lbf-footer .lbf-tagline { color: var(--lbf-heading); font-weight: 700; font-size: 15px; margin: 9px 0 20px; }
.lbf-footer .lbf-company-name { font-size: 12px; margin-bottom: 14px; }
.lbf-footer .lbf-company-name strong { color: var(--lbf-heading); font-weight: 700; }
.lbf-footer .lbf-contact { font-size: 13px; line-height: 1.6; }
.lbf-footer .lbf-contact > div, .lbf-footer .lbf-contact > a { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; overflow-wrap: anywhere; }
.lbf-footer .lbf-contact .lbf-icon { width: 18px; height: 18px; flex-basis: 18px; color: var(--lbf-blue); margin-top: 2px; }
.lbf-footer .lbf-contact a:hover span { text-decoration: underline; text-underline-offset: 4px; }
.lbf-footer .lbf-phone-hours { padding-left: 28px; font-size: 12px; line-height: 1.7; }
.lbf-footer .lbf-phone-hours > span { display: block; font-weight: 700; }
.lbf-footer .lbf-cvr { font-size: 12px; margin-top: 13px; }
.lbf-footer .lbf-heading { color: var(--lbf-heading); font-size: 16px; font-weight: 800; line-height: 1.45; letter-spacing: -.25px; text-transform: none; margin: 0 0 18px; }
.lbf-footer .lbf-links { display: grid; gap: 0; }
.lbf-footer .lbf-links li > a, .lbf-footer .lbf-links li > span { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 0; min-height: 37px; font-size: 13px; line-height: 1.5; }
.lbf-footer .lbf-links li:first-child > a, .lbf-footer .lbf-links li:first-child > span { padding-top: 0; }
.lbf-footer .lbf-links .lbf-icon { width: 14px; height: 14px; flex-basis: 14px; opacity: .48; transition: transform 150ms ease, opacity 150ms ease; }
.lbf-footer .lbf-links a:hover .lbf-icon { transform: translateX(3px); opacity: 1; }
.lbf-footer .lbf-pickup > p { font-size: 13px; line-height: 1.85; }
.lbf-footer .lbf-pickup-hours { display: flex; align-items: center; gap: 11px; background: #fff5cc; border: 1px solid #f6e5a3; padding: 14px; border-radius: 12px; margin-top: 19px; color: #654d15; }
.lbf-footer .lbf-pickup-hours .lbf-icon { width: 21px; height: 21px; flex-basis: 21px; }
.lbf-footer .lbf-pickup-hours h3 { font-size: 12px; font-weight: 800; line-height: 1.5; color: inherit; text-transform: none; letter-spacing: 0; }
.lbf-footer .lbf-pickup-hours p { font-size: 11px; line-height: 1.6; margin-top: 3px; }
.lbf-footer .lbf-socials { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 25px; }
.lbf-footer .lbf-socials a { display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: 10px; font-weight: 600; }
.lbf-footer .lbf-social-icon { display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; background: var(--lbf-blue); border-radius: 14px; color: #fff; transition: transform 150ms ease, box-shadow 150ms ease; }
.lbf-footer .lbf-social-icon--facebook { background: #1877f2; }
.lbf-footer .lbf-social-icon--instagram { background: #cc3c7b; background-image: linear-gradient(135deg, #6e43c6 0%, #cb3b8c 42%, #ed5861 70%, #ffb861 100%); }
.lbf-footer .lbf-social-icon--tiktok { background: #152b46; }
.lbf-footer .lbf-socials a:hover .lbf-social-icon { transform: translateY(-2px); box-shadow: 0 5px 12px #133d701f; }
.lbf-footer .lbf-social-icon .lbf-icon { width: 21px; height: 21px; flex-basis: 21px; }
.lbf-footer .lbf-charity { display: block; width: 100%; border: 1px solid #e0eaf7; border-radius: 14px; background: #fff; padding: 14px; }
.lbf-footer .lbf-charity img { width: 122px; height: auto; margin: 0 auto 11px; object-fit: contain; }
.lbf-footer .lbf-charity > span { display: flex; justify-content: space-between; align-items: center; gap: 8px; font-size: 11px; font-weight: 650; line-height: 1.5; }
.lbf-footer .lbf-charity .lbf-icon { width: 15px; height: 15px; flex-basis: 15px; }
.lbf-footer .lbf-trust-bottom { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 24px; padding: 30px 0 26px; margin-top: 30px; border: 0; }
.lbf-footer .lbf-partner > span, .lbf-footer .lbf-payment-block > span { display: block; font-size: 11px; font-weight: 650; margin-bottom: 10px; }
.lbf-footer .lbf-partner a { display: inline-flex; align-items: center; justify-content: center; width: 240px; max-width: 100%; min-height: 40px; padding: 11px 16px; background: var(--lbf-blue); border-radius: 9px; }
.lbf-footer .lbf-partner img { width: 208px; height: auto; }
.lbf-footer .lbf-payment-block { width: 418px; max-width: 100%; }
.lbf-footer .lbf-payment-block > span { text-align: end; }
.lbf-footer .lbf-payments { display: flex; flex-wrap: wrap; gap: 6px; }
.lbf-footer .lbf-payments li { display: grid; place-items: center; width: 47px; height: 32px; background: #fff; border: 1px solid #dbe5f2; border-radius: 5px; padding: 4px; }
.lbf-footer .lbf-payments img { max-width: 100%; max-height: 24px; width: auto; height: auto; object-fit: contain; }
.lbf-footer .lbf-copyright { display: flex; align-items: center; justify-content: space-between; gap: 15px; border: 0; padding: 17px 0 20px; font-size: 11px; }
.lbf-footer .lbf-color-dots { display: flex; gap: 6px; }
.lbf-footer .lbf-color-dots i { display: block; flex: 0 0 7px; width: 7px; height: 7px; border-radius: 50%; background: var(--lbf-blue); }
.lbf-footer .lbf-color-dots i:nth-child(2) { background: #ed3346; }
.lbf-footer .lbf-color-dots i:nth-child(3) { background: var(--lbf-yellow); }
/* Optional existing Elementor Pro form: its native submit handling remains intact. */
.lbf-footer .lbf-newsletter-form .elementor-section, .lbf-footer .lbf-newsletter-form .elementor-column, .lbf-footer .lbf-newsletter-form .elementor-widget-wrap, .lbf-footer .lbf-newsletter-form .elementor-widget-container { padding: 0; margin: 0; }
.lbf-footer .lbf-newsletter-form .elementor-form { margin: 0; }
.lbf-footer .lbf-newsletter-form .elementor-form .elementor-field-label { color: #fff; font-size: 12px; font-weight: 650; }
.lbf-footer .lbf-newsletter-form .elementor-form .elementor-field-textual { border: 1px solid #dbe6f3; border-radius: 9px; padding: 12px 14px; background: #fff; color: #133d70; font: inherit; min-height: 46px; }
.lbf-footer .lbf-newsletter-form .elementor-form .elementor-button { background: #fff; color: var(--lbf-blue); border: 0; border-radius: 9px; font-size: 14px; font-weight: 800; padding: 13px 22px; min-height: 46px; }
@media (max-width: 1100px) {
  .lbf-footer { --lbf-gutter: 24px; }
  .lbf-footer .lbf-main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 50px; }
  .lbf-footer .lbf-community { display: grid; grid-template-columns: 1fr 1fr; column-gap: 20px; }
  .lbf-footer .lbf-community .lbf-heading { grid-column: 1; }
  .lbf-footer .lbf-socials { grid-column: 1; align-self: start; gap: 12px; }
  .lbf-footer .lbf-charity { grid-column: 2; grid-row: 1 / 3; align-self: start; }
  .lbf-footer .lbf-benefit > a, .lbf-footer .lbf-benefit > div { padding: 13px; gap: 10px; font-size: 12px; }
  .lbf-footer .lbf-newsletter { gap: 26px; padding: 28px; }
}
@media (max-width: 767px) {
  .lbf-footer { --lbf-gutter: 18px; }
  .lbf-footer .lbf-wrap { padding-top: 25px; }
  .lbf-footer .lbf-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 22px; }
  .lbf-footer .lbf-benefit > a, .lbf-footer .lbf-benefit > div { flex-direction: column; justify-content: center; text-align: center; min-height: 130px; padding: 13px 11px; gap: 8px; border-radius: 13px; font-size: 12px; }
  .lbf-footer .lbf-benefit-icon { width: 54px; height: 54px; flex-basis: 54px; }
  .lbf-footer .lbf-benefit-icon .lbf-icon { width: 26px; height: 26px; flex-basis: 26px; }
  .lbf-footer .lbf-benefit-icon .lbf-icon--illustrated { width: 54px; height: 54px; flex-basis: 54px; }
  .lbf-footer .lbf-benefits-heading { font-size: 10px; letter-spacing: 1px; }
  .lbf-footer .lbf-newsletter { grid-template-columns: minmax(0, 1fr); gap: 24px; padding: 25px 22px; border-radius: 20px; margin-bottom: 34px; }
  .lbf-footer .lbf-newsletter h2 { font-size: 29px; letter-spacing: -.8px; }
  .lbf-footer .lbf-newsletter-copy > p { font-size: 13px; }
  .lbf-footer .lbf-input-row { grid-template-columns: minmax(0, 1fr); gap: 13px; }
  .lbf-footer .lbf-field input { font-size: 16px; }
  .lbf-footer .lbf-consent { font-size: 12px; }
  .lbf-footer .lbf-submit { min-height: 48px; }
  .lbf-footer .lbf-main { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .lbf-footer .lbf-main > * { padding: 25px 0; border-top: 1px solid #dce7f5; }
  .lbf-footer .lbf-main .lbf-company { padding-top: 0; border-top: 0; }
  .lbf-footer .lbf-logo { max-width: 252px; }
  .lbf-footer .lbf-heading { font-size: 17px; margin-bottom: 16px; }
  .lbf-footer .lbf-links li > a, .lbf-footer .lbf-links li > span { min-height: 44px; padding: 10px 0; font-size: 14px; }
  .lbf-footer .lbf-contact { font-size: 14px; }
  .lbf-footer .lbf-contact > a { min-height: 36px; align-items: center; }
  .lbf-footer .lbf-phone-hours { font-size: 13px; }
  .lbf-footer .lbf-pickup > p { font-size: 14px; }
  .lbf-footer .lbf-pickup-hours { margin-top: 17px; }
  .lbf-footer .lbf-pickup-hours p { font-size: 12px; }
  .lbf-footer .lbf-community { grid-template-columns: 1fr; }
  .lbf-footer .lbf-charity { grid-column: 1; grid-row: auto; display: flex; align-items: center; gap: 20px; width: 100%; }
  .lbf-footer .lbf-charity img { width: 108px; margin: 0; flex-shrink: 0; }
  .lbf-footer .lbf-charity > span { font-size: 12px; gap: 15px; }
  .lbf-footer .lbf-socials { gap: 20px; margin-bottom: 22px; }
  .lbf-footer .lbf-socials a { font-size: 11px; }
  .lbf-footer .lbf-social-icon { width: 48px; height: 48px; }
  .lbf-footer .lbf-trust-bottom { margin-top: 0; gap: 24px; padding: 25px 0; }
  .lbf-footer .lbf-payment-block { width: 100%; }
  .lbf-footer .lbf-payment-block > span { text-align: start; }
  .lbf-footer .lbf-payments { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
  .lbf-footer .lbf-payments li { width: auto; height: 37px; padding: 6px; }
  .lbf-footer .lbf-copyright { align-items: flex-start; font-size: 10px; }
  .lbf-footer .lbf-color-dots { margin-top: 6px; }
}
@media (max-width: 360px) {
  .lbf-footer .lbf-benefit > a, .lbf-footer .lbf-benefit > div { flex-direction: column; text-align: center; padding: 12px; }
  .lbf-footer .lbf-newsletter { padding: 23px 18px; }
  .lbf-footer .lbf-newsletter h2 { font-size: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  .lbf-footer *, .lbf-footer *::before, .lbf-footer *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
