.lfs-app {
  --lfs-bg: #ffffff;
  --lfs-surface: #ffffff;
  --lfs-soft: #f5f5f2;
  --lfs-ink: #111111;
  --lfs-muted: #676767;
  --lfs-line: #dddddd;
  --lfs-green: #4f8000;
  --lfs-blue: #1a6aff;
  --lfs-warn: #a14816;
  --lfs-danger: #a62a2a;
  --lfs-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
  color: var(--lfs-ink);
  background: var(--lfs-bg);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  overflow-x: clip;
}

body.lfs-plugin-page > header,
body.lfs-plugin-page #masthead,
body.lfs-plugin-page .site-header,
body.lfs-plugin-page .wp-site-blocks > header,
body.lfs-plugin-page .entry-header,
body.lfs-plugin-page .wp-block-post-title,
body.lfs-plugin-page nav.wp-block-navigation,
body.lfs-plugin-page [data-lfs-hidden-header="1"] {
  display: none !important;
}

body.lfs-plugin-page .wp-block-template-part:has(header) {
  display: none !important;
}

.lfs-app *,
.lfs-app *::before,
.lfs-app *::after,
.lfs-notification-prompt,
.lfs-notification-prompt *,
.lfs-cookie-banner,
.lfs-cookie-banner * {
  box-sizing: border-box;
}

.lfs-app :where(div, section, header, nav, article, form, label, p, h1, h2, h3, a, span, strong, small, button, input, select, textarea) {
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: 0 !important;
}

.lfs-app a {
  color: inherit;
  text-decoration: none !important;
}

.lfs-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.lfs-app button,
.lfs-app input,
.lfs-app select,
.lfs-app textarea,
.lfs-notification-prompt button,
.lfs-cookie-banner button {
  font: inherit;
}

.lfs-app h1,
.lfs-app h2,
.lfs-app h3,
.lfs-app p {
  margin-top: 0 !important;
}

.lfs-page-tabs {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--lfs-line);
  backdrop-filter: blur(14px);
}

.lfs-page-tabs-left {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  gap: 12px;
  min-width: 0;
}

.lfs-page-tabs-brand {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 1 auto;
  gap: 9px !important;
  min-width: 0;
  color: var(--lfs-ink) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase;
}

.lfs-page-tabs-brand img {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  object-fit: contain;
  padding: 3px;
  border: 2px solid var(--lfs-ink);
  border-radius: 6px;
  background: #fff;
}

.lfs-page-tabs-brand span {
  max-width: 190px;
  font-size: 0.9rem !important;
  line-height: 1.08 !important;
  overflow-wrap: anywhere;
}

.lfs-page-tabs-nav {
  display: flex;
  gap: 8px;
  align-items: center;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 0;
}

.lfs-page-tabs-account {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 auto;
  margin-left: auto;
}

.lfs-page-tabs-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--lfs-ink) !important;
  font-size: 0.84rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.lfs-page-tabs-nav a:hover,
.lfs-page-tabs-nav a.active {
  background: var(--lfs-ink) !important;
  color: #fff !important;
}

.lfs-account-menu {
  position: relative;
  flex: 0 0 auto;
  z-index: 40;
}

.lfs-account-trigger {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  width: auto !important;
  max-width: 260px !important;
  min-width: 44px !important;
  height: 44px !important;
  padding: 0 13px 0 10px !important;
  border: 2px solid var(--lfs-ink) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--lfs-ink) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.lfs-account-trigger:hover,
.lfs-account-trigger.active,
.lfs-account-menu:focus-within .lfs-account-trigger,
.lfs-account-menu:hover .lfs-account-trigger {
  background: var(--lfs-ink) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.lfs-account-glyph {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}

.lfs-account-glyph::before,
.lfs-account-glyph::after {
  content: "";
  position: absolute;
  left: 50%;
  background: currentColor;
  transform: translateX(-50%);
}

.lfs-account-glyph::before {
  top: 1px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
}

.lfs-account-glyph::after {
  bottom: 1px;
  width: 18px;
  height: 9px;
  border-radius: 999px 999px 5px 5px;
}

.lfs-account-trigger-label {
  min-width: 0;
  max-width: 190px;
  overflow: hidden;
  color: currentColor;
  font-size: 0.82rem !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.lfs-account-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: grid;
  gap: 7px;
  width: min(280px, calc(100vw - 32px));
  padding: 12px;
  background: #fff;
  border: 2px solid var(--lfs-ink);
  border-radius: 8px;
  box-shadow: var(--lfs-shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.lfs-account-menu:hover .lfs-account-dropdown,
.lfs-account-menu:focus-within .lfs-account-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.lfs-account-dropdown::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 16px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-top: 2px solid var(--lfs-ink);
  border-left: 2px solid var(--lfs-ink);
  transform: rotate(45deg);
}

.lfs-account-dropdown-head {
  padding: 8px 9px 12px;
  color: var(--lfs-muted);
  font-size: 0.84rem !important;
  font-weight: 900;
  line-height: 1.25;
  border-bottom: 1px solid var(--lfs-line);
  overflow-wrap: anywhere;
}

.lfs-account-dropdown a,
.lfs-account-dropdown-button {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  min-height: 40px !important;
  padding: 0 11px !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  background: transparent !important;
  color: var(--lfs-ink) !important;
  font-size: 0.88rem !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-align: left !important;
  text-transform: uppercase;
  cursor: pointer;
}

.lfs-account-dropdown a:hover,
.lfs-account-dropdown a.active,
.lfs-account-dropdown-button:hover {
  background: var(--lfs-ink) !important;
  color: #fff !important;
}

.lfs-account-dropdown [hidden] {
  display: none !important;
}

.lfs-page-tabs-session {
  justify-content: flex-end;
  color: var(--lfs-muted);
  font-size: 0.82rem !important;
  font-weight: 800;
}

.lfs-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid !important;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr) minmax(220px, auto) !important;
  gap: 22px !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 76px !important;
  padding: 12px clamp(16px, 4vw, 46px) !important;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #eeeeee;
  backdrop-filter: blur(18px);
}

.lfs-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 11px !important;
  min-width: 0;
}

.lfs-brand-logo {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  object-fit: contain;
  padding: 3px;
  border: 3px solid var(--lfs-ink);
  border-radius: 6px;
  background: #fff;
}

.lfs-brand span:last-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.lfs-brand strong {
  font-size: 1.05rem !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  overflow-wrap: anywhere;
}

.lfs-brand small {
  font-size: 0.84rem !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere;
}

.lfs-brand small,
.lfs-session,
.lfs-eyebrow,
.lfs-empty,
.lfs-message,
.lfs-card p,
.lfs-item p,
.lfs-floating-card span,
.lfs-location-copy p,
.lfs-map-popover span {
  color: var(--lfs-muted);
}

.lfs-nav {
  display: flex !important;
  justify-content: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
  min-width: 0;
}

.lfs-nav a,
.lfs-btn,
.lfs-tab {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s ease;
}

.lfs-nav a {
  padding: 10px 11px !important;
  color: #282828 !important;
  font-size: 0.88rem !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  white-space: nowrap;
}

.lfs-nav a:hover,
.lfs-nav a.active {
  background: var(--lfs-ink) !important;
  color: #fff !important;
}

.lfs-session {
  display: flex !important;
  align-items: center !important;
  justify-content: end !important;
  gap: 10px !important;
  min-width: 0 !important;
  max-width: 440px !important;
  flex-wrap: wrap !important;
  font-weight: 700 !important;
}

.lfs-session span {
  min-width: 0;
  max-width: 230px;
  font-size: 0.92rem !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere;
}

.lfs-session [data-lfs-user-label]::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 99px;
  background: var(--lfs-green);
}

.lfs-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(42px, 7vw, 86px) clamp(18px, 5vw, 72px) clamp(66px, 8vw, 108px);
  overflow: hidden;
}

.lfs-hero::after {
  content: "";
  position: absolute;
  right: clamp(20px, 6vw, 110px);
  bottom: 28px;
  width: 42%;
  max-width: 540px;
  height: 1px;
  background: #d8d8d8;
}

.lfs-hero-center {
  justify-self: stretch;
  max-width: 690px;
  text-align: center;
}

.lfs-eyebrow {
  margin: 0 0 13px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lfs-app h1 {
  margin-bottom: 20px;
  font-size: clamp(2.8rem, 5.6vw, 5.8rem) !important;
  line-height: 0.95 !important;
  letter-spacing: 0;
  font-weight: 900 !important;
  overflow-wrap: break-word;
}

.lfs-app h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.4rem) !important;
  line-height: 1.03 !important;
  letter-spacing: 0;
}

.lfs-app h3 {
  margin-bottom: 0;
  font-size: 1.05rem !important;
  line-height: 1.2 !important;
}

.lfs-hero-tagline {
  margin-bottom: 28px;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  font-weight: 800;
  text-transform: uppercase;
}

.lfs-actions,
.lfs-wizard-actions,
.lfs-panel-head,
.lfs-item-head,
.lfs-inline-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lfs-actions {
  justify-content: center;
  flex-wrap: wrap;
}

.lfs-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 43px !important;
  padding: 0 17px !important;
  background: #fff !important;
  color: var(--lfs-ink) !important;
  border: 1px solid var(--lfs-ink) !important;
  font-size: 0.92rem !important;
  line-height: 1.1 !important;
  font-weight: 850 !important;
  text-transform: uppercase !important;
  white-space: nowrap;
  appearance: none;
}

.lfs-btn:hover,
.lfs-tab:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.lfs-primary {
  background: var(--lfs-ink) !important;
  color: #fff !important;
  border-color: var(--lfs-ink) !important;
}

.lfs-ghost {
  background: transparent !important;
  color: var(--lfs-ink) !important;
  border-color: var(--lfs-ink) !important;
}

.lfs-danger {
  background: var(--lfs-danger) !important;
  color: #fff !important;
  border-color: var(--lfs-danger) !important;
}

.lfs-small {
  min-height: 34px !important;
  padding: 0 12px !important;
  font-size: 0.82rem !important;
}

.lfs-notification-btn.active {
  border-color: var(--lfs-green);
  color: var(--lfs-green);
}

.lfs-phone-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 470px;
}

.lfs-phone-visual {
  position: relative;
  width: min(260px, 66vw);
  aspect-ratio: 0.52;
  border: 12px solid #202020;
  border-radius: 40px;
  background:
    linear-gradient(160deg, #f8f8f8 0 34%, #dce4df 35% 55%, #111 56% 100%);
  box-shadow: 26px 28px 45px rgba(0, 0, 0, 0.18);
  transform: rotate(8deg);
}

.lfs-phone-visual::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 27px;
}

.lfs-phone-visual span:nth-child(1) {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: #141414;
  box-shadow: 78px 0 0 #141414, 39px 54px 0 #141414;
}

.lfs-phone-visual span:nth-child(2) {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 58px;
  height: 10px;
  border-radius: 20px;
  background: #202020;
  transform: translateX(-50%);
}

.lfs-phone-visual span:nth-child(3) {
  position: absolute;
  left: 34px;
  right: 74px;
  bottom: 92px;
  height: 9px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 27px 0 rgba(255, 255, 255, 0.75);
}

.lfs-floating-card {
  position: absolute;
  display: grid;
  gap: 4px;
  min-width: 150px;
  padding: 14px 16px;
  background: #fff;
  border: 3px solid var(--lfs-ink);
  box-shadow: 12px 12px 0 var(--lfs-ink);
}

.lfs-floating-card strong {
  font-size: 1.35rem;
}

.lfs-floating-card.top {
  top: 72px;
  left: 0;
}

.lfs-floating-card.bottom {
  right: 0;
  bottom: 70px;
}

.lfs-trust-strip {
  display: flex;
  gap: 22px;
  align-items: center;
  overflow: hidden;
  padding: 18px clamp(18px, 5vw, 72px);
  background: #111;
  color: #fff;
  font-size: clamp(1.1rem, 3vw, 2.4rem);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.lfs-trust-strip span {
  flex: 0 0 auto;
}

.lfs-section {
  padding: 78px clamp(18px, 5vw, 72px);
}

.lfs-section-head {
  margin-bottom: 24px;
}

.lfs-section-head.centered {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.lfs-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lfs-card,
.lfs-panel {
  background: var(--lfs-surface);
  border: 3px solid var(--lfs-ink);
  border-radius: 4px;
  box-shadow: 10px 10px 0 var(--lfs-ink);
  width: 100%;
  max-width: 100%;
}

.lfs-card {
  display: grid;
  gap: 13px;
  min-height: 215px;
  padding: clamp(18px, 3vw, 28px);
}

.lfs-card > span {
  color: var(--lfs-green);
  font-size: 2.6rem;
  font-weight: 900;
}

.lfs-card strong {
  font-size: 1.2rem;
}

.lfs-review {
  position: relative;
  text-align: center;
}

.lfs-review::before {
  content: "''";
  color: var(--lfs-blue);
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 0.7;
}

.lfs-avatar {
  display: grid;
  place-items: center;
  justify-self: center;
  width: 84px;
  height: 84px;
  border: 3px solid var(--lfs-ink);
  border-radius: 999px;
  background: #f2f2ef;
  color: var(--lfs-green);
  font-size: 2rem;
  font-weight: 900;
}

.lfs-location-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 22px;
  align-items: center;
  background: #f7f7f4;
}

.lfs-location-copy {
  max-width: 610px;
}

.lfs-location-copy p {
  margin-bottom: 22px;
  font-size: 1.05rem;
  line-height: 1.7;
}

.lfs-map-panel {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 3px solid var(--lfs-ink);
  border-radius: 4px;
  background:
    linear-gradient(30deg, transparent 0 45%, rgba(0, 0, 0, 0.16) 45% 48%, transparent 48% 100%),
    linear-gradient(130deg, transparent 0 52%, rgba(0, 0, 0, 0.14) 52% 55%, transparent 55% 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 0, 0, 0.06) 1px, transparent 1px),
    #cfd3cf;
  background-size: auto, auto, 86px 86px, 86px 86px, auto;
  filter: grayscale(1);
}

.lfs-map-popover {
  position: absolute;
  top: 38%;
  left: 50%;
  z-index: 2;
  display: grid;
  gap: 5px;
  width: min(300px, calc(100% - 44px));
  padding: 18px;
  background: #fff;
  border-radius: 4px;
  box-shadow: var(--lfs-shadow);
  transform: translate(-50%, -50%);
}

.lfs-map-popover a {
  color: var(--lfs-blue);
  text-decoration: underline;
}

.lfs-map-pin {
  position: absolute;
  left: 50%;
  top: 62%;
  width: 28px;
  height: 28px;
  border: 4px solid #fff;
  border-radius: 999px 999px 999px 0;
  background: #e3342f;
  transform: translate(-50%, -50%) rotate(-45deg);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.lfs-two-col,
.lfs-account-only-grid,
.lfs-admin-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 22px;
  min-width: 0;
}

.lfs-account-only-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lfs-auth-layout {
  max-width: 560px;
  margin: 0 auto;
}

.lfs-account-history {
  margin-top: 24px;
}

.lfs-account-tabs {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.lfs-account-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid var(--lfs-ink);
  border-radius: 4px;
  color: var(--lfs-ink) !important;
  font-size: 0.84rem !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

.lfs-account-tabs a:hover,
.lfs-account-tabs a.active {
  background: var(--lfs-green) !important;
  color: #fff !important;
  border-color: var(--lfs-green) !important;
}

.lfs-account-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}

.lfs-account-grid h4 {
  margin: 0 0 12px !important;
  font-size: 1rem !important;
  text-transform: uppercase;
}

.lfs-panel {
  padding: clamp(18px, 3vw, 28px);
}

.lfs-panel-head {
  justify-content: space-between;
  margin-bottom: 18px;
}

.lfs-form {
  position: relative;
  display: grid;
  gap: 15px;
  align-content: start;
  min-width: 0;
}

.lfs-app label {
  display: grid;
  gap: 7px;
  color: #222;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
}

.lfs-app input,
.lfs-app select,
.lfs-app textarea {
  width: 100%;
  min-width: 0;
  border: 2px solid var(--lfs-line);
  border-radius: 4px;
  background: #fff;
  color: var(--lfs-ink);
  padding: 12px 13px;
  outline: none;
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

.lfs-app textarea {
  resize: vertical;
}

.lfs-app input[type="file"] {
  padding: 10px;
  cursor: pointer;
}

.lfs-app input:focus,
.lfs-app select:focus,
.lfs-app textarea:focus {
  border-color: var(--lfs-green);
  box-shadow: 0 0 0 4px rgba(79, 128, 0, 0.14);
}

.lfs-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 5px;
  background: var(--lfs-soft);
  border-radius: 4px;
}

.lfs-tab {
  min-height: 38px;
  background: transparent;
  color: var(--lfs-muted);
  font-size: 0.95rem !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  appearance: none;
}

.lfs-tab.active {
  background: var(--lfs-green) !important;
  color: #fff !important;
}

.lfs-password-popover,
.lfs-verification-box,
.lfs-reset-box,
.lfs-confirm-box {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 2px dashed var(--lfs-line);
  border-radius: 4px;
  background: #fbfbfa;
}

.lfs-password-popover {
  border-style: solid;
  border-color: var(--lfs-ink);
  box-shadow: 6px 6px 0 var(--lfs-ink);
}

.lfs-password-popover ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lfs-password-popover li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--lfs-muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.lfs-password-popover li::before {
  content: "";
  width: 11px;
  height: 11px;
  border: 2px solid var(--lfs-line);
  border-radius: 99px;
}

.lfs-password-popover li.done {
  color: var(--lfs-green);
}

.lfs-password-popover li.done::before {
  border-color: var(--lfs-green);
  background: var(--lfs-green);
}

.lfs-quote-shell {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.lfs-steps {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 10px;
}

.lfs-step {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 50px;
  padding: 10px;
  border: 2px solid var(--lfs-line);
  border-radius: 4px;
  background: #fff;
  color: var(--lfs-muted);
  cursor: pointer;
  text-align: left;
  font-size: 0.95rem !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  appearance: none;
}

.lfs-step span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #ecefeb;
  color: var(--lfs-green);
}

.lfs-step.active {
  background: var(--lfs-ink) !important;
  color: #fff !important;
  border-color: var(--lfs-ink) !important;
}

.lfs-wizard-page {
  display: none;
  gap: 15px;
}

.lfs-wizard-page.active {
  display: grid;
}

.lfs-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lfs-check {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.lfs-check input {
  width: 18px;
  height: 18px;
}

.lfs-stack {
  display: grid;
  gap: 12px;
}

.lfs-item {
  display: grid;
  gap: 10px;
  padding: 15px;
  border: 2px solid var(--lfs-line);
  border-radius: 4px;
  background: #fff;
}

.lfs-item-head {
  justify-content: space-between;
  align-items: start;
}

.lfs-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef5e8;
  color: var(--lfs-green);
  font-size: 0.8rem;
  font-weight: 900;
}

.lfs-badge.warn {
  background: #fff0df;
  color: var(--lfs-warn);
}

.lfs-badge.info {
  background: #eaf1ff;
  color: var(--lfs-blue);
}

.lfs-meta-line {
  color: var(--lfs-muted);
  font-size: 0.9rem;
}

.lfs-progress {
  display: grid;
  gap: 7px;
}

.lfs-progress-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  align-items: center;
  color: var(--lfs-muted);
  font-size: 0.93rem;
}

.lfs-progress-dot {
  width: 12px;
  height: 12px;
  border-radius: 99px;
  background: #cbd5cf;
}

.lfs-progress-row.done {
  color: var(--lfs-ink);
}

.lfs-progress-row.done .lfs-progress-dot {
  background: var(--lfs-green);
}

.lfs-chat {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 2px solid var(--lfs-line);
  border-radius: 4px;
  background: #f8f9f6;
}

.lfs-chat-head,
.lfs-chat-compose {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}

.lfs-chat-head strong {
  font-size: 1rem;
  font-weight: 900;
}

.lfs-chat-messages {
  display: grid;
  gap: 8px;
  max-height: 260px;
  overflow: auto;
  padding: 8px;
  border: 1px solid var(--lfs-line);
  border-radius: 4px;
  background: #fff;
}

.lfs-chat-message {
  display: grid;
  gap: 3px;
  max-width: 86%;
  padding: 9px 10px;
  border: 2px solid var(--lfs-line);
  border-radius: 4px;
  background: #fff;
}

.lfs-chat-message.mine {
  justify-self: end;
  border-color: var(--lfs-green);
  background: #eef5e8;
}

.lfs-chat-message span {
  color: var(--lfs-muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.lfs-chat-message p {
  white-space: pre-wrap;
}

.lfs-chat-compose textarea {
  min-height: 54px;
  resize: vertical;
}

.lfs-support-box {
  margin-top: 8px;
}

.lfs-support-form {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 2px solid var(--lfs-line);
  border-radius: 4px;
  background: #f8f9f6;
}

.lfs-admin-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
}

.lfs-admin-actions textarea {
  grid-column: 1 / -1;
}

.lfs-contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 22px;
  align-items: start;
}

.lfs-contact-copy {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 30px);
  border: 3px solid var(--lfs-ink);
  border-radius: 4px;
  background: #f7f9f4;
  box-shadow: 10px 10px 0 var(--lfs-ink);
}

.lfs-contact-copy h3 {
  margin: 0 !important;
  font-size: clamp(1.7rem, 4vw, 3.4rem) !important;
  line-height: 0.98 !important;
}

.lfs-contact-list {
  display: grid;
  gap: 8px;
}

.lfs-contact-list a,
.lfs-contact-list span {
  display: block;
  padding: 11px 12px;
  border: 2px solid var(--lfs-line);
  border-radius: 4px;
  background: #fff;
  font-weight: 850;
}

.lfs-404 {
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  min-height: 62vh;
}

.lfs-404-code {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 4px solid var(--lfs-ink);
  border-radius: 4px;
  background: #fff;
  color: var(--lfs-green);
  font-size: clamp(3.8rem, 12vw, 9rem);
  font-weight: 950;
  box-shadow: 16px 16px 0 var(--lfs-ink);
}

.lfs-404-copy {
  display: grid;
  gap: 18px;
}

.lfs-404-copy h1 {
  max-width: 780px;
  font-size: clamp(2.4rem, 6vw, 5.7rem) !important;
  line-height: 0.95 !important;
}

.lfs-footer {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 22px clamp(18px, 5vw, 72px);
  border-top: 3px solid var(--lfs-ink);
  background: #111;
  color: #fff;
}

.lfs-footer strong {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.lfs-footer nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lfs-footer a {
  color: #fff;
  font-weight: 850;
}

.lfs-message {
  min-height: 1.2em;
  font-weight: 800;
}

.lfs-message.is-error {
  color: var(--lfs-danger);
}

.lfs-help {
  margin-top: -8px !important;
  color: var(--lfs-muted);
  font-size: 0.92rem !important;
  font-weight: 700 !important;
}

.lfs-page-message {
  margin: 14px 0 0;
}

.lfs-bot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lfs-notification-prompt {
  position: fixed;
  --lfs-ink: #111111;
  --lfs-green: #4f8000;
  --lfs-muted: #676767;
  --lfs-danger: #a62a2a;
  right: 18px;
  bottom: 18px;
  z-index: 999999;
  display: grid;
  gap: 14px;
  width: min(430px, calc(100vw - 36px));
  padding: 18px;
  border: 3px solid #111;
  border-radius: 4px;
  background: #fff;
  color: #111;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
  font-family: Arial, Helvetica, sans-serif;
}

.lfs-notification-prompt p {
  margin: 6px 0 0;
  color: #676767;
  line-height: 1.45;
}

.lfs-notification-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.lfs-cookie-banner {
  position: fixed;
  --lfs-ink: #111111;
  --lfs-green: #4f8000;
  --lfs-muted: #676767;
  --lfs-danger: #a62a2a;
  right: 18px;
  bottom: 18px;
  z-index: 1000000;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  width: min(760px, calc(100vw - 36px));
  padding: 18px;
  border: 3px solid #111;
  border-radius: 4px;
  background: #fff;
  color: #111;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14);
  font-family: Arial, Helvetica, sans-serif;
}

.lfs-cookie-banner strong {
  font-size: 1.05rem;
  font-weight: 900;
}

.lfs-cookie-banner p {
  margin: 5px 0 0;
  color: #676767;
  line-height: 1.45;
}

.lfs-cookie-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lfs-photo-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(82px, 1fr));
  gap: 8px;
}

.lfs-photo-list a {
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  border: 2px solid var(--lfs-line);
  border-radius: 4px;
  background: #f4f4f4;
}

.lfs-photo-list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lfs-app [hidden],
.lfs-notification-prompt[hidden],
.lfs-cookie-banner[hidden] {
  display: none !important;
}

body.admin-bar .lfs-topbar {
  top: 32px;
}

body.admin-bar .lfs-page-tabs {
  top: 32px;
}

@media (max-width: 1240px) {
  .lfs-topbar {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "brand session"
      "nav nav" !important;
    align-items: start !important;
  }

  .lfs-brand {
    grid-area: brand;
  }

  .lfs-nav {
    grid-area: nav;
    justify-content: start !important;
  }

  .lfs-session {
    grid-area: session;
    justify-content: end !important;
  }
}

@media (max-width: 780px) {
  .lfs-topbar {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "brand"
      "nav"
      "session" !important;
  }

  .lfs-session {
    justify-content: start !important;
    max-width: none !important;
  }

  .lfs-session span {
    max-width: none;
  }
}

@media (max-width: 1120px) {
  .lfs-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .lfs-hero-center {
    justify-self: center;
    max-width: 760px;
  }

  .lfs-phone-stage {
    min-height: 420px;
  }
}

@media (max-width: 900px) {
  .lfs-hero,
  .lfs-admin-layout,
  .lfs-quote-shell,
  .lfs-location-section,
  .lfs-grid-3,
  .lfs-account-grid,
  .lfs-contact-layout,
  .lfs-404 {
    grid-template-columns: 1fr;
  }

  .lfs-steps {
    position: static;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lfs-step {
    justify-content: center;
    min-height: 58px;
    font-size: 0;
  }

  .lfs-step span {
    font-size: 0.9rem;
  }
}

@media (max-width: 1120px) {
  .lfs-two-col {
    grid-template-columns: 1fr;
  }

  .lfs-account-only-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .lfs-app h1 {
    font-size: 2.35rem;
    line-height: 1;
  }

  .lfs-hero-tagline {
    font-size: 1.2rem;
  }

  .lfs-actions,
  .lfs-panel-head,
  .lfs-chat-head,
  .lfs-chat-compose,
  .lfs-wizard-actions,
  .lfs-grid-2,
  .lfs-admin-actions {
    align-items: stretch;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .lfs-btn {
    width: 100%;
  }

  .lfs-floating-card {
    position: static;
    justify-self: stretch;
    margin-top: 16px;
  }

  .lfs-phone-stage {
    gap: 10px;
  }

  .lfs-footer {
    align-items: start;
    flex-direction: column;
  }

  .lfs-footer nav {
    justify-content: flex-start;
  }

  .lfs-cookie-banner {
    grid-template-columns: 1fr;
  }

  .lfs-page-tabs {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .lfs-page-tabs-left {
    width: 100%;
    justify-content: space-between;
  }

  .lfs-page-tabs-brand span {
    display: none;
  }

  .lfs-page-tabs-nav {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .lfs-page-tabs-nav::-webkit-scrollbar {
    display: none;
  }

  .lfs-page-tabs-nav a {
    min-height: 38px;
    padding: 0 11px;
  }

  .lfs-account-trigger {
    max-width: calc(100vw - 92px) !important;
    height: 42px !important;
  }

  .lfs-account-trigger-label {
    max-width: 170px;
  }

  .lfs-account-dropdown {
    right: 0;
    left: auto;
  }

  .lfs-account-dropdown::before {
    right: 16px;
    left: auto;
  }

  .lfs-cookie-actions {
    justify-content: stretch;
  }
}
