/* WordPress full-width wrapper and theme isolation */
#lh-wp-home.lh-wp-fullbleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
}
#lh-wp-home {
  position: relative;
  min-height: 100vh;
}
#lh-wp-home .entry-content,
#lh-wp-home .wp-block-group {
  max-width: none;
}

#lh-wp-home { --lh-red: #ff2a18;
            --lh-red-dark: #d71912;
            --lh-ink: #161616;
            --lh-muted: #6f6b68;
            --lh-soft: #fff4f1;
            --lh-line: #f0ddd8;
            --lh-blue: #071e3b;
            --lh-radius: 22px;
            --lh-shadow: 0 18px 45px rgba(50, 28, 18, .12); }
#lh-wp-home, #lh-wp-home * { box-sizing: border-box; }
#lh-wp-home { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--lh-ink); background: #fffaf8; }
#lh-wp-home a { color: inherit; text-decoration: none; }
#lh-wp-home img { max-width: 100%; display: block; }
#lh-wp-home .lh-wrap { width: min(1240px, 96%); margin: 0 auto; }
#lh-wp-home .lh-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 30px; border: 0; border-radius: 999px; background: linear-gradient(90deg, #ff3b20 0%, #ed0600 100%); color: #fff; font-weight: 800; font-size: 14px; cursor: pointer; box-shadow: 0 10px 22px rgba(255, 42, 24, .24); }
#lh-wp-home .lh-btn.is-light { background: rgba(255,255,255,.88); color: var(--lh-red); box-shadow: none; }
#lh-wp-home .lh-eyebrow { color: var(--lh-red); font-weight: 800; text-align: center; margin: 0 0 8px; }
#lh-wp-home .lh-title { margin: 0; text-align: center; font-size: clamp(24px, 3vw, 38px); line-height: 1.15; }
#lh-wp-home .lh-copy { color: var(--lh-muted); line-height: 1.65; }
#lh-wp-home .lh-hero { position: relative; min-height: 100vh; min-height: 100svh; overflow: hidden; color: #fff; background: #111 var(--lh-hero-bg) center/cover no-repeat; padding-top: 86px; }
#lh-wp-home .lh-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(0,0,0,.74), rgba(0,0,0,.3)); pointer-events: none; }
#lh-wp-home .lh-hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: #111 var(--lh-hero-bg) center/cover no-repeat; }
#lh-wp-home .lh-hero-slide, #lh-wp-home .lh-hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
#lh-wp-home .lh-hero-slide { opacity: 0; transition: opacity 900ms ease; }
#lh-wp-home .lh-hero-slide.is-active { opacity: 1; }
#lh-wp-home .lh-hero-video { background: #111; }
#lh-wp-home .lh-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr); gap: 76px; align-items: center; padding: 96px 0 120px; }
#lh-wp-home .lh-hero h1 { margin: 0 0 26px; max-width: 640px; font-size: clamp(46px, 6.2vw, 88px); line-height: .95; letter-spacing: 0; }
#lh-wp-home .lh-hero h1 span { color: var(--lh-red); }
#lh-wp-home .lh-hero p { margin: 0 0 10px; font-size: 18px; font-weight: 700; }
#lh-wp-home .lh-hero-actions { display: grid; gap: 16px; max-width: 360px; margin-top: 32px; }
#lh-wp-home .lh-section { padding: 66px 0; background: #fff; }
#lh-wp-home .lh-intro-section { padding: 72px 0 76px; background: #fff; }
#lh-wp-home .lh-intro-heading { margin: 0; text-align: center; color: #0f0f0f; font-size: clamp(26px, 3vw, 40px); line-height: 1.12; font-weight: 900; }
#lh-wp-home .lh-intro-heading span { color: var(--lh-red); }
#lh-wp-home .lh-section.is-soft { background: var(--lh-soft); }
#lh-wp-home .lh-pricing-section { padding: 66px 0 68px; background: #fff4f1; }
#lh-wp-home .lh-pricing-section .lh-title { color: var(--lh-red); font-size: clamp(26px, 3vw, 36px); font-weight: 900; }
#lh-wp-home .lh-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 1140px; margin: 44px auto 54px; padding: 0; background: transparent; }
#lh-wp-home .lh-trust-card { min-height: 118px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 26px 18px 28px; border-radius: 28px; background: #fff8f6; box-shadow: none; color: #2d2927; font-size: 18px; line-height: 1.25; font-weight: 500; }
#lh-wp-home .lh-trust-icon { width: 50px; height: 50px; margin: 0 auto 16px; display: grid; place-items: center; color: var(--lh-red); }
#lh-wp-home .lh-trust-icon svg { width: 44px; height: 44px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
#lh-wp-home .lh-prep { display: grid; grid-template-columns: 460px 1fr; gap: 58px; align-items: center; max-width: 1140px; margin: 0 auto; }
#lh-wp-home .lh-prep img { width: 100%; align-self: center; justify-self: center; border-radius: 24px; box-shadow: none; }
#lh-wp-home .lh-prep h3 { margin: 0 0 12px; color: var(--lh-red); font-size: 28px; line-height: 1.15; font-weight: 900; }
#lh-wp-home .lh-prep h3 + .lh-copy { margin-top: 0; }
#lh-wp-home .lh-prep .lh-copy { margin-bottom: 26px; color: #2d2927; font-size: 17px; line-height: 1.28; }
#lh-wp-home .lh-activity-lead { margin: 0 0 22px; color: #262323; font-size: 17px; line-height: 1.4; }
#lh-wp-home .lh-list { padding: 0; margin: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 12px 18px; color: #2d2927; font-size: 16px; font-weight: 500; }
#lh-wp-home .lh-list li { position: relative; flex: 0 0 auto; padding-left: 20px; white-space: nowrap; }
#lh-wp-home .lh-list li::before { content: ""; position: absolute; left: 0; top: .18em; width: 14px; height: 14px; border-radius: 50%; background: #ff965c; }
#lh-wp-home .lh-list li::after { content: ""; position: absolute; left: 4px; top: .47em; width: 5px; height: 3px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); }
#lh-wp-home .lh-pricing { display: grid; grid-template-columns: minmax(0, 500px) minmax(0, 1fr); gap: 62px; align-items: center; margin: 42px auto 0; max-width: 960px; }
#lh-wp-home .lh-price-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
#lh-wp-home .lh-price-card { min-height: 160px; padding: 46px 14px 20px; border-radius: 18px; text-align: center; background: #fff; box-shadow: 0 14px 34px rgba(72,41,31,.08); }
#lh-wp-home .lh-price-icon { display: flex; align-items: flex-start; justify-content: center; width: 108px; height: 58px; margin: 0 auto 22px; border-radius: 18px; background: #fff2ef; color: var(--lh-red); }
#lh-wp-home .lh-price-icon svg { width: 44px; height: 44px; margin-top: -21px; fill: none; stroke: currentColor; stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; overflow: visible; }
#lh-wp-home .lh-price-icon .lh-svg-fill { fill: currentColor; stroke: none; }
#lh-wp-home .lh-price-card strong { display: block; color: #2b2522; font-size: 16px; line-height: 1.1; font-weight: 900; }
#lh-wp-home .lh-price-card span { display: block; margin-top: 5px; color: #5d5550; font-size: 12px; font-weight: 700; }
#lh-wp-home .lh-notes { margin: 0; padding: 0; list-style: none; color: #3f3733; font-size: 14px; line-height: 1.55; }
#lh-wp-home .lh-notes li { position: relative; padding-left: 16px; margin-bottom: 9px; }
#lh-wp-home .lh-notes li::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--lh-red); }
#lh-wp-home .lh-menu-section { padding: 68px 0 72px; background: #fff; }
#lh-wp-home .lh-menu-section .lh-title { color: #111; font-size: clamp(30px, 3.2vw, 42px); font-weight: 900; letter-spacing: 0; }
#lh-wp-home .lh-menu-copy { margin: 18px auto 0; max-width: 860px; text-align: center; color: #262323; font-size: 16px; line-height: 1.45; }
#lh-wp-home .lh-menu-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px 22px; margin: 46px auto 0; }
#lh-wp-home .lh-menu-item { display: grid; grid-template-columns: 82px 1fr; gap: 22px; align-items: center; width: calc((100% - 66px) / 4); min-height: 88px; padding: 14px 20px 14px 16px; border-radius: 16px; background: #fff; box-shadow: 0 14px 32px rgba(55,37,31,.12); color: #262323; font-weight: 500; font-size: 18px; line-height: 1.16; }
#lh-wp-home .lh-menu-item:hover { background: #fff4f1; }
#lh-wp-home .lh-menu-img { display: flex; align-items: center; justify-content: center; width: 74px; height: 58px; border-radius: 8px; background: #f2f1f1; overflow: visible; }
#lh-wp-home .lh-menu-img img { width: 82px; height: 62px; object-fit: contain; }
#lh-wp-home .lh-menu-label { display: block; color: #9d9794; font-size: 17px; font-weight: 500; line-height: 1.15; }
#lh-wp-home .lh-menu-note { margin: 40px auto 0; max-width: 860px; text-align: center; color: #282421; font-size: 16px; line-height: 1.45; }
#lh-wp-home .lh-steps-band { min-height: 500px; padding: 64px 0; color: #fff; background: linear-gradient(90deg, rgba(0,0,0,.64), rgba(0,0,0,.5)), url("/wp-content/uploads/lh-migrated-assets/public/static/img/lh-home-figma/f147153743e54ae811e2b39d8209ff9c7a645add.jpg") center/cover; }
#lh-wp-home .lh-steps-layout { display: grid; grid-template-columns: 390px minmax(0, 1fr); gap: 72px; align-items: center; }
#lh-wp-home .lh-why { position: relative; z-index: 1; isolation: isolate; width: 100%; max-width: 410px; padding: 36px 34px 34px; border-radius: 20px; background: #fff; color: #222; box-shadow: 0 14px 30px rgba(0,0,0,.08); }
#lh-wp-home .lh-why::before { content: ""; position: absolute; left: 14px; right: -14px; top: 14px; bottom: -14px; border-radius: 22px; background: rgba(255,255,255,.42); box-shadow: 0 24px 44px rgba(0,0,0,.16); z-index: -1; }
#lh-wp-home .lh-why h3 { margin: 0 0 22px; color: #222; font-size: 24px; line-height: 1.15; font-weight: 900; text-transform: none; }
#lh-wp-home .lh-why-list { padding: 0; margin: 0; list-style: none; display: grid; gap: 13px; color: #34302e; font-size: 14px; font-weight: 700; }
#lh-wp-home .lh-why-list li { position: relative; padding-left: 36px; line-height: 1.35; }
#lh-wp-home .lh-why-list li::before { content: ""; position: absolute; left: 0; top: .08em; width: 18px; height: 18px; border-radius: 50%; background: #ff965c; }
#lh-wp-home .lh-why-list li::after { content: ""; position: absolute; left: 6px; top: .43em; width: 6px; height: 3px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); }
#lh-wp-home .lh-steps { max-width: 640px; }
#lh-wp-home .lh-steps h2 { margin: 0 0 22px; max-width: 560px; font-size: clamp(34px, 4.2vw, 48px); line-height: 1.08; font-weight: 900; }
#lh-wp-home .lh-steps h2 span { color: var(--lh-red); }
#lh-wp-home .lh-step { position: relative; display: grid; grid-template-columns: 88px 1fr; gap: 22px; align-items: center; min-height: 96px; padding: 13px 0; }
#lh-wp-home .lh-step > * { position: relative; z-index: 1; }
#lh-wp-home .lh-step-num { width: 76px; height: 76px; border-radius: 16px; background: linear-gradient(180deg, #ff3a24 0%, #d9140d 100%); display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 13px; font-weight: 900; box-shadow: 0 14px 28px rgba(255,42,24,.32); }
#lh-wp-home .lh-step-copy { color: rgba(255,255,255,.86); font-size: 14px; line-height: 1.46; }
#lh-wp-home .lh-step-copy strong { display: block; margin-bottom: 3px; color: #fff; font-size: 15px; font-weight: 900; }
#lh-wp-home .lh-step-stars { margin-bottom: 4px; color: #ffc21a; font-size: 20px; line-height: 1; letter-spacing: 1px; }
#lh-wp-home .lh-service-section { padding: 68px 0 0; background: #fff; }
#lh-wp-home .lh-service-grid { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 74px; align-items: center; max-width: 1240px; margin: 0 auto; }
#lh-wp-home .lh-service-copy .lh-title { text-align: left; color: #181818; font-size: 34px; line-height: 1.08; font-weight: 900; }
#lh-wp-home .lh-service-copy .lh-title span { color: var(--lh-red); }
#lh-wp-home .lh-service-copy .lh-copy { margin: 26px 0 70px; color: #2b2b2b; font-size: 15px; line-height: 1.12; font-weight: 500; }
#lh-wp-home .lh-service-question { margin: 0 0 28px; color: #1f1b19; font-size: 19px; line-height: 1.08; font-weight: 900; }
#lh-wp-home .lh-service-copy .lh-btn { width: 380px; max-width: 100%; min-height: 58px; padding: 0 34px; border-radius: 999px; font-size: 16px; box-shadow: none; background: linear-gradient(90deg, #ff3b20 0%, #ed0600 100%); }
#lh-wp-home .lh-service-copy .lh-btn::after { content: ""; width: 8px; height: 8px; margin-left: 10px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); }
#lh-wp-home .lh-service-copy .lh-phone-link { color: inherit; text-decoration: underline; }
#lh-wp-home .lh-map-card { padding: 24px; border-radius: 26px; background: #fff; box-shadow: 0 18px 40px rgba(67, 47, 40, .08); }
#lh-wp-home .lh-map-card img { width: 100%; border-radius: 18px; }
#lh-wp-home .lh-faq-strip { position: relative; overflow: hidden; height: 76px; padding: 0; background: #ff2418; color: #fff; }
#lh-wp-home .lh-faq-strip::before { display: none; }
#lh-wp-home .lh-faq-strip .lh-wrap { position: relative; z-index: 1; width: min(1180px, 96%); height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 15px; line-height: 1.2; font-weight: 900; }
#lh-wp-home .lh-faq-strip .lh-wrap::before { content: ""; position: absolute; left: 0; top: 50%; width: 250px; height: 128px; opacity: .52; transform: translate(-112px, -50%); background: url("/wp-content/uploads/lh-migrated-assets/public/static/img/lh-home-figma/66046212b6f2fa5ff4085b080740bd00de7f06a0-red.png") center/contain no-repeat; pointer-events: none; z-index: 0; }
#lh-wp-home .lh-faq-strip .lh-wrap > * { position: relative; z-index: 1; }
#lh-wp-home .lh-faq-strip .lh-btn { min-width: 140px; height: 34px; min-height: 0; padding: 0 24px; border-radius: 999px; background: #fff; color: var(--lh-red); box-shadow: none; font-size: 11px; }
#lh-wp-home .lh-faq-strip .lh-btn::after { content: ""; width: 6px; height: 6px; margin-left: 4px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); }
#lh-wp-home .lh-reviews { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 34px; }
#lh-wp-home .lh-review { padding: 22px; border-radius: 18px; background: #fff; box-shadow: var(--lh-shadow); }
#lh-wp-home .lh-stars { color: #ffc107; letter-spacing: 0; margin: 6px 0; }
#lh-wp-home .lh-videos { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-top: 32px; }
#lh-wp-home .lh-video-card { overflow: hidden; border-radius: 16px; background: #111; box-shadow: 0 14px 32px rgba(0,0,0,.15); }
#lh-wp-home .lh-video-card img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; }
#lh-wp-home .lh-video-card div { padding: 12px; color: #fff; font-size: 12px; font-weight: 800; min-height: 54px; }
#lh-wp-home .gywm { padding: 0; background: #fff; overflow: hidden; }
#lh-wp-home .lh-review-box, #lh-wp-home .lh-video-box { position: relative; padding: 56px 42px; }
#lh-wp-home .lh-review-box { overflow-x: hidden; }
#lh-wp-home .lh-review-box::before, #lh-wp-home .lh-video-box::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); z-index: 0; }
#lh-wp-home .lh-review-box > *, #lh-wp-home .lh-video-box > * { position: relative; z-index: 1; }
#lh-wp-home .lh-review-box::before { background: #fff4f1; }
#lh-wp-home .lh-video-box::before { background: linear-gradient(180deg, #fff 0%, #fff7f4 100%); border-top: 1px solid #f2d8d0; border-bottom: 1px solid #f2d8d0; }
#lh-wp-home .gywm .title { margin: 0; text-align: center; font-size: clamp(24px, 3vw, 36px); line-height: 1.15; font-weight: 800; color: var(--lh-red); }
#lh-wp-home .lh-review-head { position: relative; max-width: 760px; margin: 0 auto; text-align: center; }
#lh-wp-home .lh-review-head::before, #lh-wp-home .lh-review-head::after { content: ""; position: absolute; top: 48px; width: 64px; height: 86px; opacity: .42; background: url("/wp-content/uploads/lh-migrated-assets/public/static/img/lh-home-figma/627677dab5ce3e60992b713712fa7e8842745b32.jpg") center/contain no-repeat; mix-blend-mode: screen; pointer-events: none; }
#lh-wp-home .lh-review-head::before { left: 20px; }
#lh-wp-home .lh-review-head::after { right: 20px; }
#lh-wp-home .client { margin-top: 16px; font-size: 18px; color: #2b161b; text-align: center; font-weight: bold; }
#lh-wp-home .client1 { margin-top: 8px; font-size: 0; text-align: center; }
#lh-wp-home .client1 img { display: inline-block; }
#lh-wp-home .client2 { margin: 8px 0 0; font-size: 14px; color: #2f2b29; text-align: center; font-weight: 700; }
#lh-wp-home .client3 { margin-top: 34px; position: relative; overflow: visible; }
#lh-wp-home .client3 .swiper { overflow: hidden; min-height: 0; padding: 6px 4px 18px; margin: -6px -4px -18px; }
#lh-wp-home .client3 .swiper-slide { height: auto; }
#lh-wp-home .h_left, #lh-wp-home .h_right { font-size: 0; position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; z-index: 5; width: 24px; height: 34px; display: flex; align-items: center; justify-content: center; overflow: visible; line-height: 0; }
#lh-wp-home .h_left { left: -30px; }
#lh-wp-home .h_right { right: -30px; }
#lh-wp-home .h_left img, #lh-wp-home .h_right img { display: none; }
#lh-wp-home .h_left::before, #lh-wp-home .h_right::before { content: ""; width: 15px; height: 15px; border-top: 3px solid rgba(86, 74, 68, .55); border-left: 3px solid rgba(86, 74, 68, .55); border-radius: 1px; display: block; }
#lh-wp-home .h_left::before { transform: rotate(-45deg); }
#lh-wp-home .h_right::before { transform: rotate(135deg); }
#lh-wp-home .h_left svg, #lh-wp-home .h_right svg { width: 12px; height: 20px; color: var(--lh-red); fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
#lh-wp-home .client4 { background-color: #fff; padding: 22px; border-radius: 16px; min-height: 210px; display: flex; flex-direction: column; box-shadow: 0 8px 22px rgba(92, 48, 35, .07); border: 1px solid rgba(255, 225, 216, .75); }
#lh-wp-home .client5 { display: flex; align-items: flex-start; justify-content: space-between; }
#lh-wp-home .client6 { font-size: 0; margin-right: 12px; }
#lh-wp-home .client6 img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
#lh-wp-home .client7 { flex: 1; min-width: 0; }
#lh-wp-home .client8 { font-size: 15px; color: #333; font-weight: bold; }
#lh-wp-home .client9 { margin-top: 6px; font-size: 12px; color: #999; }
#lh-wp-home .client10 { margin-left: 10px; }
#lh-wp-home .client11 { margin-top: 10px; }
#lh-wp-home .client11 img { display: inline-block; max-height: 16px; max-width: 87px; }
#lh-wp-home .client12 { margin-top: 14px; font-size: 12px; line-height: 20px; color: #333; }
#lh-wp-home .client12 a { color: inherit; text-decoration: none; }
#lh-wp-home .client12 img.emoji,
#lh-wp-home .client12 img.wp-smiley { display: inline-block !important; width: 1em !important; height: 1em !important; max-width: 1em !important; max-height: 1em !important; margin: 0 .05em !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; vertical-align: -0.1em !important; object-fit: contain !important; }
#lh-wp-home .client12 .content-preview { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
#lh-wp-home .client13 { margin-top: auto; height: 16px; }
#lh-wp-home .client13 a { font-size: 14px; color: #999; }
#lh-wp-home .share { margin-top: 0; }
#lh-wp-home .share a { display: block; text-align: center; text-decoration: none; }
#lh-wp-home .share > .lh-video-intro { display: block; text-align: center; }
#lh-wp-home .share1 { display: none; }
#lh-wp-home .share3 { font-size: clamp(24px, 3vw, 34px); color: #1d1b1a; font-weight: 800; }
#lh-wp-home .share4 { max-width: 860px; margin: 10px auto 0; font-size: 14px; color: #615852; line-height: 1.55; }
#lh-wp-home .share5 { margin-top: 32px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; overflow: visible; }
#lh-wp-home .share6 { font-size: 16px; width: auto; height: auto; margin: 0; position: relative; overflow: visible; }
#lh-wp-home .share-card-link { display: block; color: #333; text-decoration: none; }
#lh-wp-home .share-thumb { position: relative; aspect-ratio: 4/5; border-radius: 14px; overflow: hidden; background: linear-gradient(135deg, #f5f0f0 0%, #fff6f3 55%, #f1ddd7 100%); box-shadow: 0 16px 34px rgba(0,0,0,.14); }
#lh-wp-home .share-thumb::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 38%, rgba(255,255,255,.72) 0 17%, transparent 18%), radial-gradient(circle at 50% 78%, rgba(255,255,255,.58) 0 28%, transparent 29%); opacity: .55; }
#lh-wp-home .share-thumb>img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
#lh-wp-home .share-card-link:hover .share-thumb>img { transform: scale(1.03); }
#lh-wp-home .share7 { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
#lh-wp-home .share7 img { width: 28px; height: 28px; filter: drop-shadow(0 2px 8px rgba(0,0,0,.35)); }
#lh-wp-home .share-title { margin-top: 12px; min-height: 38px; font-size: 13px; font-weight: 800; line-height: 1.35; color: #333; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
#lh-wp-home .share-area-link { display: inline-block; margin-top: 6px; font-size: 12px; font-weight: 700; line-height: 1.35; text-decoration: underline; text-underline-offset: 2px; }
#lh-wp-home .share-area-link.is-text { text-decoration: none; cursor: default; }
#lh-wp-home .share-area-link:hover { color: #c11a1a; }
#lh-wp-home .fbutt { margin-top: 32px; margin-bottom: 24px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px 28px; text-align: center; }
#lh-wp-home .fbutt1 { vertical-align: middle; display: inline-flex; align-items: center; justify-content: center; width: auto; min-width: 260px; max-width: 100%; padding: 0 28px; height: 44px; border-radius: 999px; border: 0; text-align: center; line-height: 1.25; font-size: 14px; font-weight: 800; color: var(--lh-red); background: #fff1ee; white-space: nowrap; }
#lh-wp-home .fbutt2 { vertical-align: middle; display: inline-flex; align-items: center; justify-content: center; width: 210px; height: 44px; background-color: var(--lh-red); border-radius: 999px; border: 1px solid var(--lh-red); text-align: center; line-height: 40px; font-size: 14px; font-weight: 800; color: #fff; box-shadow: 0 10px 22px rgba(255,42,24,.18); }
#lh-wp-home .fbutt2 img, #lh-wp-home .fbutt2 svg { margin-right: 5px; }
#lh-wp-home .fbutt2 svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; }
#lh-wp-home .fbutt2:hover, #lh-wp-home .fbutt2:focus { color: #fff; }
#lh-wp-home .fbutt1:hover, #lh-wp-home .fbutt1:focus { color: #000; }

/* Elementor editor parity guard.
   The visual editor can render dynamic widgets after DOMContentLoaded, before
   Swiper has calculated slide widths. Keep bridge blocks readable and prevent
   non-visual schema widgets from leaving blank editor space. */
body.elementor-editor-active #lh-wp-home,
body.elementor-page-7.elementor-editor-active #lh-wp-home {
  width: 100%;
  max-width: 100%;
}

body.elementor-editor-active #lh-wp-home .elementor-widget-lh_home_schema_note,
body.elementor-editor-active #lh-wp-home .elementor-widget-lh_home_video_schema_bridge,
body.elementor-editor-active #lh-wp-home .elementor-widget-lh_home_toast {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.elementor-editor-active #lh-wp-home .elementor-widget-lh_home_google_reviews_bridge,
body.elementor-editor-active #lh-wp-home .elementor-widget-lh_home_instagram_videos_bridge,
body.elementor-editor-active #lh-wp-home .elementor-widget-lh_home_google_reviews_bridge > .elementor-widget-container,
body.elementor-editor-active #lh-wp-home .elementor-widget-lh_home_instagram_videos_bridge > .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
}

body.elementor-editor-active #lh-wp-home .client3 .swiper:not(.swiper-initialized) {
  overflow: visible !important;
}

body.elementor-editor-active #lh-wp-home .client3 .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  transform: none !important;
  width: 100% !important;
}

body.elementor-editor-active #lh-wp-home .client3 .swiper:not(.swiper-initialized) .swiper-slide {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

body.elementor-editor-active #lh-wp-home .share5 {
  width: 100% !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

#lh-wp-home .fbutt1,
#lh-wp-home .fbutt2 {
  box-sizing: border-box;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.15 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#lh-wp-home .lh-service-question p {
  margin: 0;
}

body.elementor-editor-active #lh-wp-home .lh-service-question,
body.elementor-editor-active #lh-wp-home .lh-service-question p {
  color: #1f1b19;
  font-size: 19px;
  line-height: 1.08;
  font-weight: 900;
}
#lh-wp-home .finds { margin-top: 20px; padding-bottom: 34px; display: flex; align-items: center; justify-content: center; gap: 14px; font-size: 0; text-align: center; }
#lh-wp-home .finds a { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; background: #fff0ed; border: 1px solid #ffb8ad; }
#lh-wp-home .finds a svg { width: 27px; height: 27px; color: var(--lh-red); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
#lh-wp-home .lh-finds-title { margin-top: 48px; color: #1f1b19 !important; font-size: 24px !important; }
#lh-wp-home .lh-footer { padding: 42px 0 20px; background: #061d3d; color: #fff; }
#lh-wp-home .lh-footer .lh-wrap { width: min(1180px, 96%); }
#lh-wp-home .lh-footer-grid { display: grid; grid-template-columns: 190px 220px 310px minmax(0, 1fr); gap: 34px; align-items: start; padding-bottom: 28px; }
#lh-wp-home .lh-footer h3 { position: relative; display: block; width: 100%; margin: 0 0 18px; padding-bottom: 16px; color: #fff; font-size: 24px; line-height: 1.1; font-weight: 900; }
#lh-wp-home .lh-footer h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; border-radius: 0; background: rgba(255,255,255,.45); }
#lh-wp-home .lh-footer a, #lh-wp-home .lh-footer p { color: rgba(255,255,255,.74); line-height: 1.65; }
#lh-wp-home .lh-footer p { margin: 0; font-size: 14px; }
#lh-wp-home .lh-footer-links { list-style: none; padding: 0; margin: 0; }
#lh-wp-home .lh-footer-links li { margin-bottom: 13px; }
#lh-wp-home .lh-footer-links a, #lh-wp-home .lh-footer-call a { font-size: 15px; }
#lh-wp-home .lh-footer-call { color: rgba(255,255,255,.74); font-size: 15px; line-height: 1.65; }
#lh-wp-home .lh-footer-call div { margin-bottom: 13px; }
#lh-wp-home .lh-footer-social { margin-top: 30px; }
#lh-wp-home .lh-footer-book { padding-top: 24px; }
#lh-wp-home .lh-footer-book p { max-width: 300px; }
#lh-wp-home .lh-footer-book .lh-btn { min-width: 196px; height: 44px; margin-top: 22px; background: rgba(255,255,255,.22); color: #fff; box-shadow: none; border: 1px solid rgba(255,255,255,.2); }
#lh-wp-home .lh-footer-serving { margin-top: 8px; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.65; }
#lh-wp-home .lh-footer-serving strong { color: rgba(255,255,255,.58); }
#lh-wp-home .lh-footer-serving a { color: rgba(255,255,255,.46); }
#lh-wp-home .lh-footer-serving a:hover { color: #fff; text-decoration: underline; }
#lh-wp-home .lh-footer-bottom { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.56); font-size: 12px; }
#lh-wp-home .lh-help-strip { position: relative; overflow: hidden; height: 70px; padding: 0; background: #fff; }
#lh-wp-home .lh-help-strip::before { display: none; }
#lh-wp-home .lh-help-strip .lh-wrap { position: relative; z-index: 1; width: min(1180px, 96%); height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
#lh-wp-home .lh-help-strip .lh-wrap::before { content: ""; position: absolute; left: 0; top: 50%; width: 250px; height: 128px; opacity: .28; transform: translate(-112px, -50%); background: url("/wp-content/uploads/lh-migrated-assets/public/static/img/lh-home-figma/66046212b6f2fa5ff4085b080740bd00de7f06a0-red.png") center/contain no-repeat; pointer-events: none; z-index: 0; }
#lh-wp-home .lh-help-strip .lh-wrap > * { position: relative; z-index: 1; }
#lh-wp-home .lh-help-title { color: #1f1b19; font-size: 15px; line-height: 1.2; font-weight: 900; }
#lh-wp-home .lh-help-strip .lh-btn { min-width: 148px; height: 34px; min-height: 0; padding: 0 24px; border-radius: 999px; font-size: 11px; box-shadow: none; }
#lh-wp-home .lh-help-strip .lh-btn::after { content: ""; width: 6px; height: 6px; margin-left: 4px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); }
#lh-wp-home .lh-insured { text-align: center; }
#lh-wp-home .lh-insured img { width: 142px; height: 142px; object-fit: contain; margin: 0 auto 8px; }
#lh-wp-home .lh-insured-title { font-size: 18px; line-height: 1.2; font-weight: 800; letter-spacing: .2px; }
#lh-wp-home .lh-insured-subtitle { margin-top: 4px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 700; }
#lh-wp-home .lh-insured-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; align-items: start; margin-top: 15px; }
#lh-wp-home .lh-insured-feature { color: #d9d9d9; font-size: 11px; line-height: 1.25; }
#lh-wp-home .lh-insured-icon { width: 28px; height: 28px; margin: 0 auto 5px; color: #d83b32; }
#lh-wp-home .lh-insured-icon svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 1.5; }
#lh-wp-home .lh-toast { display: none; position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%); z-index: 99; padding: 14px 18px; border-radius: 999px; background: #111; color: #fff; box-shadow: var(--lh-shadow); }
#lh-wp-home .lh-toast.show { display: block; }
#lh-wp-home .login_tc, #lh-wp-home .register_tc, #lh-wp-home .forget_tc, #lh-wp-home .tips_tc { display: none; position: fixed; inset: 0; z-index: 963; background: rgba(0,0,0,.42); }
#lh-wp-home .login_tc1, #lh-wp-home .tips_tc1 { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: min(90%, 550px); }
#lh-wp-home .login_tc2, #lh-wp-home .tips_tc2 { position: relative; background: #fff; border-radius: 16px; box-shadow: 0 22px 60px rgba(0,0,0,.24); overflow: hidden; }
#lh-wp-home .tips_tc2 { padding: 56px 30px 38px; text-align: center; }
#lh-wp-home .tc_close { position: absolute; right: 14px; top: 14px; z-index: 2; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(0,0,0,.06); cursor: pointer; }
#lh-wp-home .tc_close img { width: 14px; height: 14px; }
#lh-wp-home .login_tc3 { display: flex; overflow: hidden; background: #eee; }
#lh-wp-home .login_tc3 a { flex: 1; min-height: 70px; display: flex; align-items: center; justify-content: center; color: #333; font-size: 24px; font-weight: 900; opacity: .58; }
#lh-wp-home .login_tc3 a.on { opacity: 1; color: #fff; background: #c62c2c; }
#lh-wp-home .login_tc4, #lh-wp-home .register_tc1 { padding: 42px 46px 34px; background: #fff; }
#lh-wp-home .login_tc5 { margin-bottom: 10px; color: #333; font-size: 17px; font-weight: 800; }
#lh-wp-home .login_tc6 { position: relative; display: flex; align-items: center; margin-bottom: 24px; }
#lh-wp-home .login_tc6 input { width: 100%; height: 42px; border: 0; border-bottom: 1px solid #e2e2e2; padding: 0 42px 0 12px; outline: none; color: #333; font-size: 15px; }
#lh-wp-home .login_tc6 button { flex: 0 0 auto; height: 32px; margin-left: 10px; padding: 0 16px; border-radius: 6px; border: 1px solid #c62c2c; background: #fff; color: #c62c2c; font-weight: 800; cursor: pointer; }
#lh-wp-home .login_tc6 a.eye { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); font-size: 0; }
#lh-wp-home .login_tc6 a.eye img { width: 20px; height: 20px; opacity: .6; }
#lh-wp-home .login_tc7 { text-align: center; }
#lh-wp-home .login_tc7 input { width: 210px; height: 52px; border: 0; border-radius: 999px; background: #c62c2c; color: #fff; font-size: 20px; font-weight: 900; cursor: pointer; }
#lh-wp-home .forget { margin-top: 24px; color: #555; font-size: 13px; line-height: 1.5; }
#lh-wp-home .forget a { color: #c62c2c; font-weight: 800; }
#lh-wp-home .login_tcinfo { margin: 0 0 18px; color: #c62c2c; font-size: 14px; font-weight: 800; }
#lh-wp-home .forget_tc1 { min-height: 70px; display: flex; align-items: center; justify-content: center; color: #333; background: #fff; font-size: 24px; font-weight: 900; }
#lh-wp-home .tips_tc { z-index: 999; }
#lh-wp-home .tips_tc1 { max-width: 334px; }
#lh-wp-home .tips_tc3 { color: #333; font-size: 28px; font-weight: 900; }
#lh-wp-home .tips_tc4 { margin-top: 18px; color: #666; font-size: 16px; line-height: 1.6; }

@media (max-width: 980px) {
#lh-wp-home .lh-hero-grid, #lh-wp-home .lh-prep, #lh-wp-home .lh-steps-layout, #lh-wp-home .lh-service-grid, #lh-wp-home .lh-footer-grid { grid-template-columns: 1fr; }
#lh-wp-home .lh-hero { min-height: auto; padding-top: 72px; }
#lh-wp-home .lh-hero-grid { justify-items: center; padding: 54px 0 78px; gap: 38px; }
#lh-wp-home .lh-hero-grid > div:first-child { width: 100%; max-width: 560px; text-align: center; }
#lh-wp-home .lh-hero h1 { margin-left: auto; margin-right: auto; }
#lh-wp-home .lh-hero-actions { margin-left: auto; margin-right: auto; }
#lh-wp-home .lh-trust { gap: 18px; margin-top: 34px; margin-bottom: 40px; }
#lh-wp-home .lh-trust-card { min-height: 104px; font-size: 15px; border-radius: 22px; }
#lh-wp-home .lh-prep { grid-template-columns: 1fr; max-width: 680px; gap: 34px; }
#lh-wp-home .lh-list { gap: 10px 16px; }
#lh-wp-home .lh-service-grid { max-width: 720px; gap: 34px; }
#lh-wp-home .lh-service-copy .lh-title { font-size: 30px; }
#lh-wp-home .lh-service-copy .lh-copy { margin-bottom: 34px; line-height: 1.35; }
#lh-wp-home .lh-steps-band { min-height: 0; padding: 52px 0; }
#lh-wp-home .lh-steps-layout { gap: 40px; }
#lh-wp-home .lh-why, #lh-wp-home .lh-steps { max-width: none; }
#lh-wp-home .lh-pricing { grid-template-columns: 1fr; gap: 34px; max-width: 680px; }
#lh-wp-home .lh-reviews { grid-template-columns: repeat(2, 1fr); }
#lh-wp-home .lh-menu-section { padding: 60px 0 64px; }
#lh-wp-home .lh-menu-copy, #lh-wp-home .lh-menu-note { font-size: 18px; }
#lh-wp-home .lh-menu-grid { gap: 24px; margin-top: 46px; }
#lh-wp-home .lh-menu-item { width: calc((100% - 24px) / 2); grid-template-columns: 110px 1fr; gap: 22px; min-height: 126px; padding: 20px; font-size: 22px; border-radius: 20px; }
#lh-wp-home .lh-menu-img { width: 96px; height: 80px; }
#lh-wp-home .lh-menu-img img { width: 100px; height: 78px; }
#lh-wp-home .lh-menu-label { font-size: 20px; }
#lh-wp-home .lh-videos { grid-template-columns: repeat(3, 1fr); }
#lh-wp-home .h_left { left: 0; width: 20px; }
#lh-wp-home .h_right { right: 0; width: 20px; }
#lh-wp-home .share5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
#lh-wp-home .lh-wrap { width: min(100% - 24px, 1240px); }
#lh-wp-home .lh-hero { padding-top: 64px; }
#lh-wp-home .lh-hero h1 { font-size: 42px; }
#lh-wp-home .lh-area-grid, #lh-wp-home .lh-reviews, #lh-wp-home .lh-videos { grid-template-columns: 1fr; }
#lh-wp-home .lh-intro-section { padding: 46px 0 50px; }
#lh-wp-home .lh-intro-heading { font-size: 26px; }
#lh-wp-home .lh-trust { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 28px auto 34px; }
#lh-wp-home .lh-trust-card { min-height: 86px; padding: 14px 6px 15px; border-radius: 16px; font-size: 12px; line-height: 1.22; }
#lh-wp-home .lh-trust-icon { width: 34px; height: 34px; margin-bottom: 7px; }
#lh-wp-home .lh-trust-icon svg { width: 32px; height: 32px; }
#lh-wp-home .lh-prep h3 { font-size: 24px; }
#lh-wp-home .lh-prep .lh-copy, #lh-wp-home .lh-activity-lead, #lh-wp-home .lh-list { font-size: 14px; }
#lh-wp-home .lh-list { flex-direction: column; align-items: flex-start; gap: 10px; }
#lh-wp-home .lh-pricing-section { padding: 48px 0 52px; }
#lh-wp-home .lh-price-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
#lh-wp-home .lh-price-card { min-height: 126px; padding: 34px 6px 14px; border-radius: 14px; }
#lh-wp-home .lh-price-icon { width: 78px; height: 44px; margin-bottom: 16px; border-radius: 14px; }
#lh-wp-home .lh-price-icon svg { width: 34px; height: 34px; margin-top: -16px; }
#lh-wp-home .lh-price-card strong { font-size: 13px; line-height: 1.12; }
#lh-wp-home .lh-price-card span { margin-top: 4px; font-size: 10px; line-height: 1.2; }
#lh-wp-home .lh-menu-section { padding: 48px 0 54px; }
#lh-wp-home .lh-menu-section .lh-title { font-size: 34px; }
#lh-wp-home .lh-menu-copy, #lh-wp-home .lh-menu-note { font-size: 14px; }
#lh-wp-home .lh-menu-grid { gap: 10px; margin-top: 30px; }
#lh-wp-home .lh-menu-item { width: calc((100% - 10px) / 2); grid-template-columns: 54px 1fr; gap: 8px; min-height: 76px; padding: 10px 8px; border-radius: 12px; font-size: 13px; line-height: 1.16; }
#lh-wp-home .lh-menu-img { width: 50px; height: 42px; border-radius: 8px; }
#lh-wp-home .lh-menu-img img { width: 56px; height: 42px; }
#lh-wp-home .lh-menu-label { font-size: 12px; line-height: 1.1; }
#lh-wp-home .lh-menu-note { margin-top: 34px; }
#lh-wp-home .lh-section { padding: 48px 0; }
#lh-wp-home .lh-service-section { padding: 48px 0 0; }
#lh-wp-home .lh-service-copy .lh-title { font-size: 26px; }
#lh-wp-home .lh-service-copy .lh-copy { margin: 16px 0 24px; font-size: 13px; line-height: 1.35; }
#lh-wp-home .lh-service-question { margin-bottom: 18px; font-size: 16px; }
#lh-wp-home .lh-service-copy .lh-btn { width: 100%; min-height: 46px; font-size: 14px; }
#lh-wp-home .lh-map-card { padding: 10px; border-radius: 16px; }
#lh-wp-home .lh-steps-band { padding: 40px 0; }
#lh-wp-home .lh-why { padding: 28px 22px; border-radius: 18px; }
#lh-wp-home .lh-why::before { left: 18px; right: -16px; top: 22px; bottom: -22px; border-radius: 20px; }
#lh-wp-home .lh-why h3 { margin-bottom: 18px; font-size: 21px; }
#lh-wp-home .lh-why-list { gap: 11px; font-size: 13px; }
#lh-wp-home .lh-steps h2 { margin-bottom: 18px; font-size: 32px; }
#lh-wp-home .lh-step { grid-template-columns: 66px 1fr; gap: 14px; min-height: 0; padding: 12px 0; }
#lh-wp-home .lh-step-num { width: 58px; height: 58px; border-radius: 12px; font-size: 11px; }
#lh-wp-home .lh-step-copy { font-size: 13px; line-height: 1.45; }
#lh-wp-home .lh-faq-strip { height: auto; min-height: 76px; padding: 16px 0; }
#lh-wp-home .lh-faq-strip .lh-wrap { align-items: center; flex-direction: row; font-size: 14px; }
#lh-wp-home .lh-faq-strip .lh-wrap::before { width: 150px; height: 92px; transform: translate(-78px, -50%); opacity: .44; }
#lh-wp-home .lh-faq-strip .lh-btn { min-width: 112px; height: 32px; padding: 0 18px; }
#lh-wp-home .gywm { padding: 0; background: #fff; }
#lh-wp-home .lh-review-box, #lh-wp-home .lh-video-box { padding: 42px 16px; }
#lh-wp-home .lh-review-head::before, #lh-wp-home .lh-review-head::after { top: 54px; width: 40px; height: 54px; opacity: .34; }
#lh-wp-home .lh-review-head::before { left: -4px; }
#lh-wp-home .lh-review-head::after { right: -4px; }
#lh-wp-home .client4 { padding: 18px 12px; min-height: 240px; overflow: hidden; }
#lh-wp-home .client8 { font-size: 13px; line-height: 17px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
#lh-wp-home .client12 { font-size: 13px; line-height: 19px; }
#lh-wp-home .share { margin-top: 0; }
#lh-wp-home .share a { text-align: center; }
#lh-wp-home .share3 { font-size: 22px; }
#lh-wp-home .share4 { font-size: 12px; margin-top: 8px; }
#lh-wp-home .share5 { margin-top: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
#lh-wp-home .share-thumb { aspect-ratio: 9/16; }
#lh-wp-home .share-title { min-height: 38px; font-size: 12px; }
#lh-wp-home .share-area-link { margin-top: 6px; font-size: 12px; }
#lh-wp-home .fbutt { margin: 22px 0 0; flex-direction: column; align-items: center; gap: 14px; }
#lh-wp-home .fbutt1 { width: 100%; max-width: 300px; min-width: 0; height: auto; min-height: 40px; padding: 8px 18px; white-space: normal; }
#lh-wp-home .fbutt2 { width: 100%; max-width: 300px; }
#lh-wp-home .lh-finds-title { margin-top: 42px; font-size: 22px !important; }
#lh-wp-home .finds { margin-top: 18px; padding-bottom: 28px; gap: 10px; }
#lh-wp-home .finds a { width: 44px; height: 44px; }
#lh-wp-home .finds a svg { width: 24px; height: 24px; }
#lh-wp-home .lh-help-strip { height: auto; min-height: 76px; padding: 16px 0; }
#lh-wp-home .lh-help-strip .lh-wrap::before { left: 0; width: 150px; height: 92px; transform: translate(-78px, -50%); opacity: .24; }
#lh-wp-home .lh-help-strip .lh-wrap { align-items: center; flex-direction: row; }
#lh-wp-home .lh-help-title { font-size: 14px; }
#lh-wp-home .lh-help-strip .lh-btn { min-width: 126px; height: 32px; padding: 0 18px; }
#lh-wp-home .lh-footer { padding: 30px 0 18px; }
#lh-wp-home .lh-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 16px; padding-bottom: 22px; }
#lh-wp-home .lh-insured, #lh-wp-home .lh-footer-book { grid-column: 1 / -1; }
#lh-wp-home .lh-insured img { width: 104px; height: 104px; margin-bottom: 6px; }
#lh-wp-home .lh-insured-title { font-size: 16px; }
#lh-wp-home .lh-insured-subtitle { font-size: 11px; }
#lh-wp-home .lh-insured-features { max-width: 300px; margin: 12px auto 0; gap: 6px; }
#lh-wp-home .lh-insured-feature { font-size: 10px; }
#lh-wp-home .lh-insured-icon { width: 24px; height: 24px; margin-bottom: 4px; }
#lh-wp-home .lh-footer h3 { margin-bottom: 12px; padding-bottom: 10px; font-size: 18px; }
#lh-wp-home .lh-footer-links li { margin-bottom: 8px; }
#lh-wp-home .lh-footer-links a, #lh-wp-home .lh-footer-call a, #lh-wp-home .lh-footer-call, #lh-wp-home .lh-footer p { font-size: 13px; line-height: 1.5; }
#lh-wp-home .lh-footer-social { margin-top: 20px; }
#lh-wp-home .lh-footer-book { padding-top: 0; text-align: center; }
#lh-wp-home .lh-footer-book p { max-width: 100%; }
#lh-wp-home .lh-footer-book .lh-btn { min-width: 160px; height: 38px; margin-top: 14px; }
#lh-wp-home .lh-footer-bottom { padding-top: 14px; font-size: 11px; text-align: center; }
#lh-wp-home .lh-footer-serving { font-size: 11px; line-height: 1.55; text-align: center; }
#lh-wp-home .login_tc1, #lh-wp-home .tips_tc1 { width: min(92%, 420px); }
#lh-wp-home .login_tc3 a, #lh-wp-home .forget_tc1 { min-height: 56px; font-size: 20px; }
#lh-wp-home .login_tc4, #lh-wp-home .register_tc1 { padding: 28px 20px 26px; }
#lh-wp-home .login_tc7 input { width: 170px; height: 42px; font-size: 16px; }
}
#lh-wp-home .lh-service-area-section { padding: 56px 20px 64px;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif; }
#lh-wp-home .lh-container { max-width: 1180px;
    margin: 0 auto;
    padding: 42px 42px 46px;
    border-radius: 28px;
    background: #fff4f1; }
#lh-wp-home .lh-section-header { text-align: center;
    margin-bottom: 22px; }
#lh-wp-home .lh-badge { display: none; }
#lh-wp-home .lh-section-header h2 { font-size: 30px;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #ff2a18;
    font-weight: 800; }
#lh-wp-home .lh-section-header p { font-size: 14px;
    color: #5e5652;
    margin: 0; }
#lh-wp-home .lh-tabs { display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 18px 0 28px; }
#lh-wp-home .lh-tab { border: 0;
    background: #fff;
    color: #6b625d;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.25s ease; }
#lh-wp-home .lh-tab:hover, #lh-wp-home .lh-tab.active { background: #ff2a18;
    color: #fff;
    box-shadow: 0 8px 18px rgba(255, 42, 24, 0.2); }
#lh-wp-home .lh-tab-content { display: none; }
#lh-wp-home .lh-tab-content.active { display: block; }
#lh-wp-home .lh-region-card { border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    background: transparent; }
#lh-wp-home .lh-card-top { margin-bottom: 20px;
    text-align: center; }
#lh-wp-home .lh-card-top h3 { font-size: 0;
    margin: 0;
    height: 0;
    overflow: hidden; }
#lh-wp-home .lh-card-top p { display: none; }
#lh-wp-home .lh-area-row { display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px; }
#lh-wp-home .lh-state-card { background: #fff;
    border: 0;
    border-radius: 18px;
    padding: 24px 26px;
    text-align: center;
    box-shadow: 0 10px 24px rgba(90, 54, 42, 0.04); }
#lh-wp-home .lh-state-card h4 { font-size: 16px;
    color: #ff2a18;
    margin: 0 0 16px;
    font-weight: 800; }
#lh-wp-home .lh-pill-list { display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px; }
#lh-wp-home .lh-pill-list a { display: inline-block;
    padding: 7px 10px;
    background: #fff8f6;
    border: 1px solid #f1ddd7;
    border-radius: 999px;
    color: #615852;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.22s ease; }
#lh-wp-home .lh-pill-list a:hover { background: #ff2a18;
    color: #fff;
    border-color: #ff2a18;
    transform: translateY(-2px); }
#lh-wp-home .lh-card-btn { display: table;
    margin: 26px auto 0;
    background: transparent;
    color: #615852;
    padding: 0;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.35;
    box-shadow: none; }
#lh-wp-home .lh-card-btn span { display: inline-block; }
#lh-wp-home .fbutt2:hover, #lh-wp-home .fbutt2:focus { color: #fff; }
#lh-wp-home .fbutt1:hover, #lh-wp-home .fbutt1:focus { color: #000; }

#lh-wp-home #lh-hero .elementor-element-lhheronav,
#lh-wp-home #lh-hero [data-id="lhheronav"],
#lh-wp-home #lh-hero .elementor-element-lhsharedheader,
#lh-wp-home #lh-hero [data-id="lhsharedheader"] {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 4 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
#lh-wp-home #lh-hero .elementor-element-lhheronav > .elementor-widget-container,
#lh-wp-home #lh-hero [data-id="lhheronav"] > .elementor-widget-container,
#lh-wp-home #lh-hero .elementor-element-lhsharedheader > .elementor-widget-container,
#lh-wp-home #lh-hero [data-id="lhsharedheader"] > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 900px) {
#lh-wp-home .lh-section-header h2 { font-size: 28px; }
#lh-wp-home .lh-container { padding: 40px 24px; }
#lh-wp-home .lh-area-row { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
#lh-wp-home .lh-service-area-section { padding: 52px 12px; }
#lh-wp-home .lh-container { padding: 30px 14px;
      border-radius: 22px; }
#lh-wp-home .lh-section-header h2 { font-size: 24px; }
#lh-wp-home .lh-section-header p { font-size: 13px; }
#lh-wp-home .lh-tab { padding: 8px 14px;
      font-size: 12px; }
#lh-wp-home .lh-state-card { padding: 20px 14px; }
#lh-wp-home .lh-pill-list a { font-size: 12px;
      padding: 7px 9px; }
}

/* Elementor module split support */
#lh-wp-home > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
#lh-wp-home .elementor-widget-html,
#lh-wp-home .elementor-widget-html > .elementor-widget-container {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}



/* LH native Elementor FAQ strip support */
#lh-wp-home .lh-faq-strip {
  width: 100%;
}
#lh-wp-home #lh-faq-strip {
  position: relative;
  overflow: hidden;
  height: 76px;
  padding: 0;
  background: #ff2418;
  color: #fff;
  width: 100%;
}
#lh-wp-home #lh-faq-strip::before {
  display: none;
}
#lh-wp-home .lh-faq-strip .lh-wrap {
  max-width: min(1180px, 96%);
}
#lh-wp-home #lh-faq-strip-wrap {
  position: relative;
  z-index: 1;
  width: min(1180px, 96%);
  max-width: min(1180px, 96%);
  height: 100%;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  padding: 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}
#lh-wp-home #lh-faq-strip-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 250px;
  height: 128px;
  opacity: .52;
  transform: translate(-112px, -50%);
  background: url("/wp-content/uploads/lh-migrated-assets/public/static/img/lh-home-figma/66046212b6f2fa5ff4085b080740bd00de7f06a0-red.png") center/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}
#lh-wp-home #lh-faq-strip-wrap > * {
  position: relative;
  z-index: 1;
}
#lh-wp-home .lh-faq-strip .elementor-widget-heading,
#lh-wp-home .lh-faq-strip .elementor-widget-button,
#lh-wp-home #lh-faq-strip .elementor-widget-heading,
#lh-wp-home #lh-faq-strip .elementor-widget-button {
  width: auto;
  margin: 0;
}
#lh-wp-home .lh-faq-strip .elementor-heading-title,
#lh-wp-home #lh-faq-strip .elementor-heading-title {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}
#lh-wp-home .lh-faq-strip .elementor-button,
#lh-wp-home #lh-faq-strip .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 34px;
  min-height: 0;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--lh-red);
  box-shadow: none;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}
#lh-wp-home .lh-faq-strip .elementor-button::after,
#lh-wp-home #lh-faq-strip .elementor-button::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #lh-wp-home #lh-faq-strip-wrap {
    width: min(370px, 96%);
    gap: 14px;
    font-size: 13px;
  }
  #lh-wp-home #lh-faq-strip .elementor-button {
    min-width: 112px;
    height: 32px;
    padding: 0 18px;
    font-size: 11px;
  }
}

/* LH native Elementor footer support */
#lh-wp-home #lh-footer {
  width: 100%;
  padding: 42px 0 20px;
  background: #061d3d;
  color: #fff;
}
#lh-wp-home #lh-footer-wrap {
  width: min(1180px, 96%);
  max-width: min(1180px, 96%);
  margin: 0 auto;
  padding: 0;
  display: block !important;
}
#lh-wp-home #lh-footer-grid {
  display: grid !important;
  grid-template-columns: 190px 220px 310px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding: 0 0 28px;
  margin: 0;
}
#lh-wp-home #lh-footer-grid > .e-con,
#lh-wp-home #lh-footer .e-con {
  min-width: 0;
}
#lh-wp-home #lh-footer .elementor-widget {
  margin: 0;
}
#lh-wp-home #lh-footer .elementor-heading-title,
#lh-wp-home #lh-footer .elementor-widget-text-editor,
#lh-wp-home #lh-footer .elementor-widget-text-editor p {
  margin: 0;
}
#lh-wp-home #lh-footer-pricing-title .elementor-heading-title,
#lh-wp-home #lh-footer-call-title .elementor-heading-title,
#lh-wp-home #lh-footer-social-title .elementor-heading-title {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 18px;
  padding-bottom: 16px;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
}
#lh-wp-home #lh-footer-pricing-title .elementor-heading-title::after,
#lh-wp-home #lh-footer-call-title .elementor-heading-title::after,
#lh-wp-home #lh-footer-social-title .elementor-heading-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,.45);
}
#lh-wp-home #lh-footer-pricing-links,
#lh-wp-home #lh-footer-call-list,
#lh-wp-home #lh-footer-social-links {
  display: block !important;
}
#lh-wp-home #lh-footer-pricing-links .elementor-widget-heading,
#lh-wp-home #lh-footer-call-list .elementor-widget-heading,
#lh-wp-home #lh-footer-social-links .elementor-widget-heading {
  margin: 0 0 13px;
}
#lh-wp-home #lh-footer-pricing-links .elementor-heading-title,
#lh-wp-home #lh-footer-pricing-links a,
#lh-wp-home #lh-footer-call-list .elementor-heading-title,
#lh-wp-home #lh-footer-call-list a,
#lh-wp-home #lh-footer-social-links .elementor-heading-title,
#lh-wp-home #lh-footer-social-links a {
  color: rgba(255,255,255,.74);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
}
#lh-wp-home #lh-footer a:hover {
  color: #fff;
  text-decoration: underline;
}
#lh-wp-home #lh-footer-social {
  margin-top: 30px;
  display: block !important;
}
#lh-wp-home #lh-footer-book {
  display: block !important;
  padding-top: 24px;
}
#lh-wp-home #lh-footer-book .elementor-widget-text-editor,
#lh-wp-home #lh-footer-book .elementor-widget-text-editor p {
  max-width: 300px;
  color: rgba(255,255,255,.74);
  font-size: 14px;
  line-height: 1.65;
}
#lh-wp-home #lh-footer-book-button .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 196px;
  height: 44px;
  min-height: 0;
  margin-top: 22px;
  padding: 0 30px;
  border-radius: 999px;
  background: rgba(255,255,255,.22);
  color: #fff;
  box-shadow: none;
  border: 1px solid rgba(255,255,255,.2);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}
#lh-wp-home #lh-footer-bottom {
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.56);
  font-size: 12px;
  line-height: 1.65;
}
#lh-wp-home #lh-footer-serving {
  margin-top: 8px;
  color: rgba(255,255,255,.5);
  font-size: 12px;
  line-height: 1.65;
  display: block !important;
}
#lh-wp-home #lh-footer-serving .elementor-widget-heading {
  display: inline !important;
  width: auto;
  margin: 0;
}
#lh-wp-home #lh-footer-serving .elementor-heading-title {
  display: inline;
  color: rgba(255,255,255,.46);
  font-size: 12px;
  line-height: 1.65;
  font-weight: 400;
}
#lh-wp-home #lh-footer-serving .elementor-widget-heading:not(#lh-footer-serving-label):not(:last-child)::after {
  content: " \00b7 ";
  color: rgba(255,255,255,.46);
}
#lh-wp-home #lh-footer-serving-label .elementor-heading-title {
  color: rgba(255,255,255,.58);
  font-weight: 700;
}
#lh-wp-home #lh-footer-serving a {
  color: rgba(255,255,255,.46);
}
#lh-wp-home #lh-footer-insured {
  display: block !important;
  text-align: center;
}
#lh-wp-home #lh-footer-logo img {
  width: 142px;
  height: 142px;
  object-fit: contain;
  margin: 0 auto 8px;
}
#lh-wp-home #lh-footer-insured-title .elementor-heading-title {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .2px;
}
#lh-wp-home #lh-footer-insured-subtitle .elementor-heading-title {
  margin-top: 4px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 700;
}
#lh-wp-home #lh-footer-insured-features {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  align-items: start;
  margin-top: 15px;
}
#lh-wp-home #lh-footer-insured-features > .e-con {
  display: block !important;
}
#lh-wp-home #lh-footer-insured-features .elementor-widget-icon {
  line-height: 0;
}
#lh-wp-home #lh-footer-insured-features .elementor-icon-wrapper {
  line-height: 0;
}
#lh-wp-home #lh-footer-insured-features .elementor-icon {
  width: 28px;
  height: 28px;
  margin: 0 auto 5px;
  color: #d83b32;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#lh-wp-home #lh-footer-insured-features .elementor-icon i,
#lh-wp-home #lh-footer-insured-features .elementor-icon svg {
  width: 1em;
  height: 1em;
  color: inherit;
  fill: currentColor;
}
#lh-wp-home #lh-footer-insured-features .elementor-widget-text-editor {
  color: #d9d9d9;
  font-size: 11px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  #lh-wp-home #lh-footer {
    padding: 30px 0 18px;
  }
  #lh-wp-home #lh-footer-wrap {
    width: min(100% - 24px, 1240px);
    max-width: min(100% - 24px, 1240px);
  }
  #lh-wp-home #lh-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
    padding-bottom: 22px;
  }
  #lh-wp-home #lh-footer-insured,
  #lh-wp-home #lh-footer-book {
    grid-column: 1 / -1;
  }
  #lh-wp-home #lh-footer-logo img {
    width: 104px;
    height: 104px;
    margin-bottom: 6px;
  }
  #lh-wp-home #lh-footer-insured-title .elementor-heading-title {
    font-size: 16px;
  }
  #lh-wp-home #lh-footer-insured-subtitle .elementor-heading-title {
    font-size: 11px;
  }
  #lh-wp-home #lh-footer-insured-features {
    max-width: 300px;
    margin: 12px auto 0;
    gap: 6px;
  }
  #lh-wp-home #lh-footer-insured-features .elementor-widget-text-editor {
    font-size: 10px;
  }
  #lh-wp-home #lh-footer-insured-features .elementor-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
    font-size: 24px;
  }
  #lh-wp-home #lh-footer-pricing-title .elementor-heading-title,
  #lh-wp-home #lh-footer-call-title .elementor-heading-title,
  #lh-wp-home #lh-footer-social-title .elementor-heading-title {
    margin-bottom: 12px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  #lh-wp-home #lh-footer-pricing-links .elementor-widget-heading,
  #lh-wp-home #lh-footer-call-list .elementor-widget-heading,
  #lh-wp-home #lh-footer-social-links .elementor-widget-heading {
    margin-bottom: 8px;
  }
  #lh-wp-home #lh-footer-pricing-links .elementor-heading-title,
  #lh-wp-home #lh-footer-pricing-links a,
  #lh-wp-home #lh-footer-call-list .elementor-heading-title,
  #lh-wp-home #lh-footer-call-list a,
  #lh-wp-home #lh-footer-social-links .elementor-heading-title,
  #lh-wp-home #lh-footer-social-links a,
  #lh-wp-home #lh-footer-book .elementor-widget-text-editor,
  #lh-wp-home #lh-footer-book .elementor-widget-text-editor p {
    font-size: 13px;
    line-height: 1.5;
  }
  #lh-wp-home #lh-footer-social {
    margin-top: 20px;
  }
  #lh-wp-home #lh-footer-book {
    padding-top: 0;
    text-align: center;
  }
  #lh-wp-home #lh-footer-book .elementor-widget-text-editor,
  #lh-wp-home #lh-footer-book .elementor-widget-text-editor p {
    max-width: 100%;
  }
  #lh-wp-home #lh-footer-book-button .elementor-button {
    min-width: 160px;
    height: 38px;
    margin-top: 14px;
  }
  #lh-wp-home #lh-footer-bottom {
    padding-top: 14px;
    font-size: 11px;
    text-align: center;
  }
  #lh-wp-home #lh-footer-serving {
    font-size: 11px;
    line-height: 1.55;
    text-align: center;
  }
  #lh-wp-home #lh-footer-serving .elementor-heading-title {
    font-size: 11px;
    line-height: 1.55;
  }
}



/* LH native Elementor help CTA support */
#lh-wp-home #lh-help-strip {
  position: relative;
  overflow: hidden;
  height: 70px;
  padding: 0;
  background: #fff;
  width: 100%;
}
#lh-wp-home #lh-help-strip::before {
  display: none;
}
#lh-wp-home #lh-help-wrap {
  position: relative;
  z-index: 1;
  width: min(1180px, 96%);
  max-width: min(1180px, 96%);
  height: 100%;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  padding: 0;
}
#lh-wp-home #lh-help-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 250px;
  height: 128px;
  opacity: .28;
  transform: translate(-112px, -50%);
  background: url("/wp-content/uploads/lh-migrated-assets/public/static/img/lh-home-figma/66046212b6f2fa5ff4085b080740bd00de7f06a0-red.png") center/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}
#lh-wp-home #lh-help-wrap > * {
  position: relative;
  z-index: 1;
}
#lh-wp-home #lh-help-strip .elementor-widget-heading,
#lh-wp-home #lh-help-strip .elementor-widget-button {
  width: auto;
  margin: 0;
}
#lh-wp-home #lh-help-title .elementor-heading-title {
  margin: 0;
  color: #1f1b19;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}
#lh-wp-home #lh-help-button .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  height: 34px;
  min-height: 0;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff3b20 0%, #ed0600 100%);
  color: #fff;
  box-shadow: none;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}
#lh-wp-home #lh-help-button .elementor-button::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  body.elementor-editor-active #lh-wp-home #lh-help-wrap,
  body.elementor-page-7.elementor-editor-active #lh-wp-home #lh-help-wrap {
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: min(1180px, calc(100% - 48px)) !important;
    max-width: min(1180px, calc(100% - 48px)) !important;
  }
  body.elementor-editor-active #lh-wp-home #lh-help-title,
  body.elementor-page-7.elementor-editor-active #lh-wp-home #lh-help-title {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 242px !important;
    max-width: none !important;
  }
  body.elementor-editor-active #lh-wp-home #lh-help-title .elementor-heading-title,
  body.elementor-page-7.elementor-editor-active #lh-wp-home #lh-help-title .elementor-heading-title {
    white-space: nowrap !important;
  }
  body.elementor-editor-active #lh-wp-home #lh-help-button,
  body.elementor-page-7.elementor-editor-active #lh-wp-home #lh-help-button {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
  }
}
@media (max-width: 767px) {
  #lh-wp-home #lh-help-strip {
    height: auto;
    min-height: 76px;
    padding: 16px 0;
  }
  #lh-wp-home #lh-help-wrap {
    width: min(370px, 96%);
    gap: 14px;
  }
  #lh-wp-home #lh-help-wrap::before {
    left: 0;
    width: 150px;
    height: 92px;
    transform: translate(-78px, -50%);
    opacity: .24;
  }
  #lh-wp-home #lh-help-title .elementor-heading-title {
    font-size: 14px;
  }
  #lh-wp-home #lh-help-button .elementor-button {
    min-width: 126px;
    height: 32px;
    padding: 0 18px;
    font-size: 11px;
  }
}



/* LH native Elementor pricing support */
#lh-wp-home #lh-pricing-section {
  padding: 66px 0 68px;
  background: #fff4f1;
  width: 100%;
}
#lh-wp-home #lh-pricing-wrap {
  width: min(1240px, 96%);
  max-width: min(1240px, 96%);
  margin: 0 auto;
  padding: 0;
  display: block !important;
}
#lh-wp-home #lh-pricing-title .elementor-heading-title {
  margin: 0;
  text-align: center;
  color: var(--lh-red);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.15;
  font-weight: 900;
}
#lh-wp-home #lh-pricing {
  display: grid !important;
  grid-template-columns: minmax(0, 500px) minmax(0, 1fr);
  gap: 62px;
  align-items: center;
  margin: 42px auto 0;
  max-width: 960px;
  padding: 0;
}
#lh-wp-home #lh-price-cards {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0;
}
#lh-wp-home #lh-price-cards > .e-con {
  min-width: 0;
}
#lh-wp-home #lh-price-cards > .e-con {
  min-height: 160px;
  display: block !important;
  padding: 46px 14px 20px;
  border-radius: 18px;
  text-align: center;
  background: #fff;
  box-shadow: 0 14px 34px rgba(72,41,31,.08);
}
#lh-wp-home #lh-price-cards .elementor-widget {
  margin: 0;
}
#lh-wp-home #lh-price-cards .elementor-widget-html {
  line-height: 0;
}
#lh-wp-home #lh-price-cards .lh-price-icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 108px;
  height: 58px;
  margin: 0 auto 22px;
  border-radius: 18px;
  background: #fff2ef;
  color: var(--lh-red);
}
#lh-wp-home #lh-price-cards .lh-price-icon svg {
  width: 44px;
  height: 44px;
  margin-top: -21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}
#lh-wp-home #lh-price-cards .lh-price-icon .lh-svg-fill {
  fill: currentColor;
  stroke: none;
}
#lh-wp-home #lh-price-cards .lh-price-value .elementor-heading-title {
  display: block;
  margin: 0;
  color: #2b2522;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 900;
}
#lh-wp-home #lh-price-cards .lh-price-label .elementor-heading-title {
  display: block;
  margin: 5px 0 0;
  color: #5d5550;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}
#lh-wp-home #lh-notes {
  display: block !important;
  margin: 0;
  padding: 0;
  color: #3f3733;
  font-size: 14px;
  line-height: 1.55;
}
#lh-wp-home #lh-notes .elementor-widget-heading {
  margin: 0 0 9px;
}
#lh-wp-home #lh-notes .elementor-heading-title {
  position: relative;
  margin: 0;
  padding-left: 16px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
}
#lh-wp-home #lh-notes .elementor-heading-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lh-red);
}
@media (max-width: 900px) {
  #lh-wp-home #lh-pricing {
    grid-template-columns: 1fr;
    gap: 34px;
    max-width: 680px;
  }
}
@media (max-width: 620px) {
  #lh-wp-home #lh-pricing-section {
    padding: 48px 0 52px;
  }
  #lh-wp-home #lh-price-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  #lh-wp-home #lh-price-cards > .e-con {
    min-height: 126px;
    padding: 34px 6px 14px;
    border-radius: 14px;
  }
  #lh-wp-home #lh-price-cards .lh-price-icon {
    width: 78px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 14px;
  }
  #lh-wp-home #lh-price-cards .lh-price-icon svg {
    width: 34px;
    height: 34px;
    margin-top: -16px;
  }
  #lh-wp-home #lh-price-cards .lh-price-value .elementor-heading-title {
    font-size: 13px;
    line-height: 1.12;
  }
  #lh-wp-home #lh-price-cards .lh-price-label .elementor-heading-title {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.2;
  }
}



/* LH native Elementor menu support */
#lh-wp-home #lh-menu-section {
  padding: 68px 0 72px;
  background: #fff;
  width: 100%;
}
#lh-wp-home #lh-menu-wrap {
  width: min(1240px, 96%);
  max-width: min(1240px, 96%);
  margin: 0 auto;
  padding: 0;
  display: block !important;
}
#lh-wp-home #lh-menu-title .elementor-heading-title {
  margin: 0;
  text-align: center;
  color: #111;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
}
#lh-wp-home #lh-menu-copy .elementor-heading-title {
  margin: 18px auto 0;
  max-width: 860px;
  text-align: center;
  color: #262323;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
}
#lh-wp-home #lh-menu-grid {
  display: flex !important;
  flex-flow: row wrap;
  justify-content: center;
  gap: 30px 22px;
  width: 100%;
  margin: 46px auto 0;
  padding: 0;
}
#lh-wp-home #lh-menu-grid > .e-con {
  display: grid !important;
  flex: 0 0 calc((100% - 66px) / 4);
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  width: calc((100% - 66px) / 4);
  min-width: 0;
  min-height: 88px;
  padding: 14px 20px 14px 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(55,37,31,.12);
  color: #262323;
}
#lh-wp-home #lh-menu-grid > .e-con:hover {
  background: #fff4f1;
}
#lh-wp-home [id^="lh-menu-img-"] {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 58px;
  min-height: 58px;
  padding: 0;
  border-radius: 8px;
  background: #f2f1f1;
  overflow: visible;
}
#lh-wp-home [id^="lh-menu-img-"] .elementor-widget-image,
#lh-wp-home [id^="lh-menu-img-"] .elementor-widget-container {
  margin: 0;
  line-height: 0;
}
#lh-wp-home [id^="lh-menu-img-"] img {
  display: block;
  width: 82px;
  max-width: none;
  height: 62px;
  object-fit: contain;
}
#lh-wp-home [id^="lh-menu-text-"] {
  display: block !important;
  min-width: 0;
  padding: 0;
  margin: 0;
}
#lh-wp-home [id^="lh-menu-text-"] .elementor-widget-heading {
  margin: 0;
}
#lh-wp-home [id^="lh-menu-label-"] .elementor-heading-title {
  display: block;
  margin: 0;
  color: #262323;
  font-size: 18px;
  line-height: 1.16;
  font-weight: 500;
}
#lh-wp-home [id^="lh-menu-prefix-"] .elementor-heading-title {
  display: block;
  margin: 0;
  color: #9d9794;
  font-size: 17px;
  line-height: 1.15;
  font-weight: 500;
}
#lh-wp-home #lh-menu-note .elementor-heading-title {
  margin: 40px auto 0;
  max-width: 860px;
  text-align: center;
  color: #282421;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
}
@media (max-width: 900px) {
  #lh-wp-home #lh-menu-section {
    padding: 60px 0 64px;
  }
  #lh-wp-home #lh-menu-copy .elementor-heading-title,
  #lh-wp-home #lh-menu-note .elementor-heading-title {
    font-size: 18px;
  }
  #lh-wp-home #lh-menu-grid {
    gap: 24px;
    margin-top: 46px;
  }
  #lh-wp-home #lh-menu-grid > .e-con {
    flex-basis: calc((100% - 24px) / 2);
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 22px;
    width: calc((100% - 24px) / 2);
    min-height: 126px;
    padding: 20px;
    border-radius: 20px;
  }
  #lh-wp-home [id^="lh-menu-img-"] {
    width: 96px;
    height: 80px;
    min-height: 80px;
  }
  #lh-wp-home [id^="lh-menu-img-"] img {
    width: 100px;
    height: 78px;
  }
  #lh-wp-home [id^="lh-menu-label-"] .elementor-heading-title {
    font-size: 22px;
  }
  #lh-wp-home [id^="lh-menu-prefix-"] .elementor-heading-title {
    font-size: 20px;
  }
}
@media (max-width: 620px) {
  #lh-wp-home #lh-menu-section {
    padding: 48px 0 54px;
  }
  #lh-wp-home #lh-menu-title .elementor-heading-title {
    font-size: 34px;
  }
  #lh-wp-home #lh-menu-copy .elementor-heading-title,
  #lh-wp-home #lh-menu-note .elementor-heading-title {
    font-size: 14px;
  }
  #lh-wp-home #lh-menu-grid {
    gap: 10px;
    margin-top: 30px;
  }
  #lh-wp-home #lh-menu-grid > .e-con {
    flex-basis: calc((100% - 10px) / 2);
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 8px;
    width: calc((100% - 10px) / 2);
    min-height: 76px;
    padding: 10px 8px;
    border-radius: 12px;
  }
  #lh-wp-home [id^="lh-menu-img-"] {
    width: 50px;
    height: 42px;
    min-height: 42px;
    border-radius: 8px;
  }
  #lh-wp-home [id^="lh-menu-img-"] img {
    width: 54px;
    height: 42px;
  }
  #lh-wp-home [id^="lh-menu-label-"] .elementor-heading-title {
    font-size: 13px;
    line-height: 1.16;
  }
  #lh-wp-home [id^="lh-menu-prefix-"] .elementor-heading-title {
    font-size: 11px;
    line-height: 1.15;
  }
}



/* LH native Elementor intro support */
#lh-wp-home #lh-intro-section {
  padding: 72px 0 76px;
  background: #fff;
  width: 100%;
}
#lh-wp-home #lh-intro-wrap {
  width: min(1240px, 96%);
  max-width: min(1240px, 96%);
  margin: 0 auto;
  padding: 0;
  display: block !important;
}
#lh-wp-home #lh-intro-heading .elementor-heading-title {
  margin: 0;
  text-align: center;
  color: #0f0f0f;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}
#lh-wp-home #lh-intro-heading .elementor-heading-title span {
  color: var(--lh-red);
}
#lh-wp-home #lh-trust {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1140px;
  margin: 44px auto 54px;
  padding: 0;
  background: transparent;
}
#lh-wp-home #lh-trust > .e-con {
  min-height: 118px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 26px 18px 28px;
  border-radius: 28px;
  background: #fff8f6;
  box-shadow: none;
  color: #2d2927;
}
#lh-wp-home #lh-trust .elementor-widget {
  margin: 0;
}
#lh-wp-home #lh-trust .elementor-widget-html {
  line-height: 0;
}
#lh-wp-home #lh-trust .lh-trust-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  color: var(--lh-red);
}
#lh-wp-home #lh-trust .lh-trust-icon svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#lh-wp-home [id^="lh-trust-text-"] .elementor-heading-title {
  margin: 0;
  color: #2d2927;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
}
#lh-wp-home #lh-prep {
  display: grid !important;
  grid-template-columns: 460px minmax(0, 1fr);
  gap: 58px;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}
#lh-wp-home #lh-prep-image,
#lh-wp-home #lh-prep-image .elementor-widget-container {
  margin: 0;
  padding: 0;
}
#lh-wp-home #lh-prep-image img {
  display: block;
  width: 100%;
  border-radius: 24px;
  box-shadow: none;
}
#lh-wp-home #lh-prep-content {
  display: block !important;
  min-width: 0;
  padding: 0;
  margin: 0;
}
#lh-wp-home #lh-prep-content .elementor-widget-heading,
#lh-wp-home #lh-prep-content .elementor-widget-text-editor {
  margin: 0;
}
#lh-wp-home #lh-prep-title .elementor-heading-title,
#lh-wp-home #lh-activity-title .elementor-heading-title {
  margin: 0 0 12px;
  color: var(--lh-red);
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
}
#lh-wp-home #lh-prep-copy .elementor-widget-container,
#lh-wp-home #lh-prep-copy .elementor-widget-container p {
  margin: 0 0 26px;
  color: #2d2927;
  font-size: 17px;
  line-height: 1.28;
}
#lh-wp-home #lh-activity-lead .elementor-widget-container,
#lh-wp-home #lh-activity-lead .elementor-widget-container p {
  margin: 0 0 22px;
  color: #262323;
  font-size: 17px;
  line-height: 1.4;
}
#lh-wp-home #lh-activity-list {
  display: flex !important;
  flex-flow: row wrap;
  gap: 12px 18px;
  margin: 0;
  padding: 0;
}
#lh-wp-home #lh-activity-list .elementor-widget-heading {
  flex: 0 0 auto;
  margin: 0;
}
#lh-wp-home #lh-activity-list .elementor-heading-title {
  position: relative;
  display: block;
  margin: 0;
  padding-left: 20px;
  white-space: nowrap;
  color: #2d2927;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}
#lh-wp-home #lh-activity-list .elementor-heading-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: .18em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ff965c;
}
#lh-wp-home #lh-activity-list .elementor-heading-title::after {
  content: "";
  position: absolute;
  left: 4px;
  top: .47em;
  width: 5px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
@media (max-width: 980px) {
  #lh-wp-home #lh-trust {
    gap: 18px;
    margin-top: 34px;
    margin-bottom: 40px;
  }
  #lh-wp-home #lh-trust > .e-con {
    min-height: 104px;
    border-radius: 22px;
  }
  #lh-wp-home [id^="lh-trust-text-"] .elementor-heading-title {
    font-size: 15px;
  }
  #lh-wp-home #lh-prep {
    grid-template-columns: 1fr;
    max-width: 680px;
    gap: 34px;
  }
  #lh-wp-home #lh-activity-list {
    gap: 10px 16px;
  }
}
@media (max-width: 620px) {
  #lh-wp-home #lh-intro-section {
    padding: 46px 0 50px;
  }
  #lh-wp-home #lh-intro-heading .elementor-heading-title {
    font-size: 26px;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  #lh-wp-home #lh-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 28px auto 34px;
  }
  #lh-wp-home #lh-trust > .e-con {
    min-height: 86px;
    padding: 14px 6px 15px;
    border-radius: 16px;
  }
  #lh-wp-home #lh-trust .lh-trust-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 7px;
  }
  #lh-wp-home #lh-trust .lh-trust-icon svg {
    width: 32px;
    height: 32px;
  }
  #lh-wp-home [id^="lh-trust-text-"] .elementor-heading-title {
    font-size: 12px;
    line-height: 1.22;
  }
  #lh-wp-home #lh-prep-title .elementor-heading-title,
  #lh-wp-home #lh-activity-title .elementor-heading-title {
    font-size: 24px;
  }
  #lh-wp-home #lh-prep-copy .elementor-widget-container,
  #lh-wp-home #lh-activity-lead .elementor-widget-container,
  #lh-wp-home #lh-activity-list .elementor-heading-title {
    font-size: 14px;
  }
  #lh-wp-home #lh-activity-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}



/* LH native Elementor steps support */
#lh-wp-home #lh-steps-band {
  min-height: 500px;
  padding: 64px 0;
  color: #fff;
  background: linear-gradient(90deg, rgba(0,0,0,.64), rgba(0,0,0,.5)), url("/wp-content/uploads/lh-migrated-assets/public/static/img/lh-home-figma/f147153743e54ae811e2b39d8209ff9c7a645add.jpg") center/cover;
  width: 100%;
}
#lh-wp-home #lh-steps-layout {
  width: min(1240px, 96%);
  max-width: min(1240px, 96%);
  margin: 0 auto;
  padding: 0;
  display: grid !important;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}
#lh-wp-home #lh-why {
  position: relative;
  z-index: 1;
  isolation: isolate;
  width: 100%;
  max-width: 410px;
  padding: 36px 34px 34px;
  border-radius: 20px;
  background: #fff;
  color: #222;
  box-shadow: 0 14px 30px rgba(0,0,0,.08);
}
#lh-wp-home #lh-why::before {
  content: "";
  position: absolute;
  left: 14px;
  right: -14px;
  top: 14px;
  bottom: -14px;
  border-radius: 22px;
  background: rgba(255,255,255,.42);
  box-shadow: 0 24px 44px rgba(0,0,0,.16);
  z-index: -1;
}
#lh-wp-home #lh-why .elementor-widget-heading {
  margin: 0;
}
#lh-wp-home #lh-why-title .elementor-heading-title {
  margin: 0 0 22px;
  color: #222;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: none;
}
#lh-wp-home #lh-why-list {
  display: grid !important;
  gap: 13px;
  margin: 0;
  padding: 0;
}
#lh-wp-home #lh-why-list .elementor-heading-title {
  position: relative;
  margin: 0;
  padding-left: 36px;
  color: #34302e;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}
#lh-wp-home #lh-why-list .elementor-heading-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: .08em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ff965c;
}
#lh-wp-home #lh-why-list .elementor-heading-title::after {
  content: "";
  position: absolute;
  left: 6px;
  top: .43em;
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
#lh-wp-home #lh-steps {
  display: block !important;
  max-width: 640px;
  padding: 0;
  margin: 0;
}
#lh-wp-home #lh-steps .elementor-widget-heading {
  margin: 0;
}
#lh-wp-home #lh-steps-title .elementor-heading-title {
  margin: 0 0 22px;
  max-width: 560px;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 48px);
  line-height: 1.08;
  font-weight: 900;
}
#lh-wp-home #lh-steps-title .elementor-heading-title span {
  color: var(--lh-red);
}
#lh-wp-home #lh-steps-list {
  display: block !important;
  margin: 0;
  padding: 0;
}
#lh-wp-home #lh-steps-list > .e-con {
  position: relative;
  display: grid !important;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 96px;
  padding: 13px 0;
}
#lh-wp-home [id^="lh-step-num-"] .elementor-heading-title {
  width: 76px;
  height: 76px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ff3a24 0%, #d9140d 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(255,42,24,.32);
}
#lh-wp-home [id^="lh-step-copy-"] {
  display: block !important;
  min-width: 0;
  padding: 0;
  margin: 0;
}
#lh-wp-home [id^="lh-step-copy-"] .elementor-widget-heading {
  margin: 0;
}
#lh-wp-home [id^="lh-step-stars-"] .elementor-heading-title {
  margin: 0 0 4px;
  color: #ffc21a;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1px;
}
#lh-wp-home [id^="lh-step-title-"] .elementor-heading-title {
  display: block;
  margin: 0 0 3px;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}
#lh-wp-home [id^="lh-step-desc-"] .elementor-heading-title {
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 14px;
  line-height: 1.46;
  font-weight: 400;
}
@media (max-width: 980px) {
  #lh-wp-home #lh-steps-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #lh-wp-home #lh-why,
  #lh-wp-home #lh-steps {
    max-width: none;
  }
  #lh-wp-home #lh-steps-band {
    min-height: 0;
    padding: 52px 0;
  }
}
@media (max-width: 620px) {
  #lh-wp-home #lh-steps-band {
    padding: 40px 0;
  }
  #lh-wp-home #lh-why {
    padding: 28px 22px;
    border-radius: 18px;
    overflow-x: hidden;
  }
  #lh-wp-home #lh-why::before {
    left: 18px;
    right: 0;
    top: 22px;
    bottom: -22px;
    border-radius: 20px;
  }
  #lh-wp-home #lh-why-title .elementor-heading-title {
    margin-bottom: 18px;
    font-size: 21px;
  }
  #lh-wp-home #lh-why-list {
    gap: 11px;
  }
  #lh-wp-home #lh-why-list .elementor-heading-title {
    font-size: 13px;
  }
  #lh-wp-home #lh-steps-title .elementor-heading-title {
    margin-bottom: 18px;
    font-size: 32px;
  }
  #lh-wp-home #lh-steps-list > .e-con {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 12px 0;
  }
  #lh-wp-home [id^="lh-step-num-"] .elementor-heading-title {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    font-size: 11px;
  }
  #lh-wp-home [id^="lh-step-desc-"] .elementor-heading-title {
    font-size: 13px;
    line-height: 1.45;
  }
}



/* LH native Elementor hero support */
#lh-wp-home #lh-hero {
  position: relative;
  display: block !important;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  color: #fff;
  background: #111;
  padding-top: 86px;
  isolation: isolate;
}
#lh-wp-home #lh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0,0,0,.74), rgba(0,0,0,.3));
  pointer-events: none;
}
#lh-wp-home #lh-hero-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}
#lh-wp-home #lh-hero-media .elementor-widget-image,
#lh-wp-home #lh-hero-media .elementor-widget-lh_home_hero_media,
#lh-wp-home #lh-hero-media .elementor-widget-container,
#lh-wp-home #lh-hero-media .lh-home-hero-media-widget,
#lh-wp-home #lh-hero-media .lh-home-hero-media-override,
#lh-wp-home #lh-hero-media img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
#lh-wp-home #lh-hero-media img {
  object-fit: cover;
}
#lh-wp-home #lh-hero-media .lh-home-hero-video {
  object-fit: cover;
  background: #111;
  opacity: 0;
  transition: opacity .2s ease;
  z-index: 2;
}
#lh-wp-home #lh-hero-media .lh-home-hero-media-poster {
  object-fit: cover;
  z-index: 1;
}
#lh-wp-home #lh-hero-media .lh-home-hero-media-widget.is-video-playing .lh-home-hero-video {
  opacity: 1;
}
#lh-wp-home #lh-hero-media .lh-home-hero-media-placeholder {
  display: grid;
  place-items: center;
  min-height: 280px;
  background: #111;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
#lh-wp-home #lh-hero > .elementor-element,
#lh-wp-home #lh-hero .lh-nav,
#lh-wp-home #lh-hero .lh-mobile-panel {
  position: relative;
  z-index: 3;
}
#lh-wp-home #lh-hero-grid {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 76px;
  align-items: center;
  width: min(1240px, 96%) !important;
  max-width: min(1240px, 96%) !important;
  margin: 0 auto !important;
  padding: 96px 0 120px !important;
}
#lh-wp-home #lh-hero-content {
  display: block !important;
  width: 100%;
  max-width: 640px;
  padding: 0 !important;
  margin: 0 !important;
}
#lh-wp-home #lh-hero-title .elementor-heading-title {
  margin: 0 0 26px;
  max-width: 640px;
  color: #fff;
  font-size: clamp(46px, 6.2vw, 88px);
  line-height: .95;
  letter-spacing: 0;
  font-weight: 400;
}
#lh-wp-home #lh-hero-title .elementor-heading-title span {
  color: var(--lh-red);
}
#lh-wp-home #lh-hero-subtitle,
#lh-wp-home #lh-hero-phone {
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
#lh-wp-home #lh-hero-subtitle .elementor-widget-container,
#lh-wp-home #lh-hero-phone .elementor-widget-container {
  margin: 0;
  padding: 0;
}
#lh-wp-home #lh-hero-phone a {
  color: #fff;
}
#lh-wp-home #lh-hero-actions {
  display: grid !important;
  gap: 16px;
  max-width: 360px;
  margin: 32px 0 0 !important;
  padding: 0 !important;
}
#lh-wp-home #lh-hero-actions .elementor-widget-button,
#lh-wp-home #lh-hero-actions .elementor-widget-container {
  width: 100%;
}
#lh-wp-home #lh-hero-actions .elementor-button {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff3b20 0%, #ed0600 100%);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(255, 42, 24, .24);
}
#lh-wp-home #lh-hero-actions .lh-hero-cta-light .elementor-button {
  background: rgba(255,255,255,.88);
  color: var(--lh-red);
  box-shadow: none;
}
@media (max-width: 900px) {
  #lh-wp-home #lh-hero {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: 76px;
  }
  #lh-wp-home #lh-hero-grid {
    padding: 74px 0 86px !important;
  }
}
@media (max-width: 640px) {
  #lh-wp-home #lh-hero {
    min-height: 100vh;
    min-height: 100svh;
  }
  #lh-wp-home #lh-hero-grid {
    width: min(100% - 20px, 1240px) !important;
    max-width: min(100% - 20px, 1240px) !important;
    padding: 74px 0 76px !important;
  }
  #lh-wp-home #lh-hero-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden;
  }
  #lh-wp-home #lh-hero-title .elementor-heading-title {
    max-width: 100%;
    font-size: clamp(40px, 11vw, 44px);
    line-height: 1.02;
    overflow-wrap: break-word;
  }
  #lh-wp-home #lh-hero-subtitle,
  #lh-wp-home #lh-hero-subtitle *,
  #lh-wp-home #lh-hero-phone,
  #lh-wp-home #lh-hero-phone * {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  #lh-wp-home #lh-hero-actions {
    width: 100%;
    max-width: 100%;
  }
  #lh-wp-home #lh-hero-actions .elementor-button {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* Elementor editor parity hardening.
   Keep dynamic bridge widgets editable as blocks while making their preview
   match the published layout instead of the editor's intermediate Swiper/flex state. */
body.elementor-editor-active .elementor-widget-lh_home_schema_note,
body.elementor-editor-active .elementor-widget-lh_home_video_schema_bridge,
body.elementor-editor-active .elementor-widget-lh_home_toast,
body.elementor-editor-active .elementor-widget-lh_home_schema_note > .elementor-widget-container,
body.elementor-editor-active .elementor-widget-lh_home_video_schema_bridge > .elementor-widget-container,
body.elementor-editor-active .elementor-widget-lh_home_toast > .elementor-widget-container {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.elementor-editor-active #lh-wp-home .client3,
body.elementor-editor-active #lh-wp-home .client3 .swiper {
  overflow: visible !important;
}

body.elementor-editor-active #lh-wp-home .client3 .swiper .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  transform: none !important;
}

body.elementor-editor-active #lh-wp-home .client3 .swiper .swiper-slide {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  opacity: 1 !important;
}

body.elementor-editor-active #lh-wp-home .share5 {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
  overflow: visible !important;
  align-items: start !important;
}

body.elementor-editor-active #lh-wp-home .share6 {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
}

body.elementor-editor-active #lh-wp-home .share-thumb {
  min-height: 180px;
  background: linear-gradient(135deg, #f5f0f0 0%, #fff6f3 55%, #f1ddd7 100%);
}

body.elementor-editor-active #lh-wp-home .lh-editor-preview-slot .client4,
body.elementor-editor-active #lh-wp-home .lh-editor-preview-slot .share-thumb {
  background: linear-gradient(135deg, #fff7f4 0%, #f2e3de 100%);
  border: 1px dashed rgba(255, 42, 24, .22);
}

body.elementor-editor-active #lh-wp-home .lh-editor-preview-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 42, 24, .12);
}

body.elementor-editor-active #lh-wp-home .lh-editor-preview-line,
body.elementor-editor-active #lh-wp-home .lh-editor-preview-text {
  height: 12px;
  border-radius: 999px;
  background: rgba(120, 76, 58, .12);
}

body.elementor-editor-active #lh-wp-home .lh-editor-preview-text {
  margin-top: 12px;
}

body.elementor-editor-active #lh-wp-home .lh-editor-preview-text.short {
  width: 72%;
}

#lh-wp-home .fbutt a.fbutt1,
#lh-wp-home .fbutt a.fbutt2 {
  box-sizing: border-box;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 44px !important;
  min-height: 44px !important;
  line-height: 1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  vertical-align: middle !important;
}

#lh-wp-home .fbutt a.fbutt1 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

#lh-wp-home .fbutt a.fbutt2 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

#lh-wp-home #lh-help-wrap {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
}

#lh-wp-home #lh-help-title,
#lh-wp-home #lh-help-button {
  margin: 0 !important;
}

#lh-wp-home #lh-help-title .elementor-heading-title {
  margin: 0 !important;
  line-height: 1.15 !important;
}

#lh-wp-home #lh-help-button .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.elementor-editor-active #lh-wp-home #lh-help-strip {
  display: flex !important;
  align-items: center !important;
  min-height: 70px !important;
}

body.elementor-editor-active #lh-wp-home #lh-help-title {
  flex: 0 0 242px !important;
  width: 242px !important;
  min-width: 242px !important;
  max-width: 242px !important;
}

body.elementor-editor-active #lh-wp-home #lh-help-button {
  flex: 0 0 auto !important;
  width: auto !important;
}

@media (max-width: 1100px) {
  body.elementor-editor-active #lh-wp-home .share5 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.elementor-editor-active #lh-wp-home .client3 .swiper .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  #lh-wp-home .fbutt a.fbutt1,
  #lh-wp-home .fbutt a.fbutt2 {
    height: auto !important;
    min-height: 44px !important;
    padding: 8px 18px !important;
  }

  body.elementor-editor-active #lh-wp-home .share5,
  body.elementor-editor-active #lh-wp-home .client3 .swiper .swiper-wrapper {
    grid-template-columns: 1fr !important;
  }

  body.elementor-editor-active #lh-wp-home #lh-help-title {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}

/* Mobile preparation and occasion cards. Keep longer instructional copy
   left-aligned for scanning, while centering the section labels and lead-in. */
@media (max-width: 620px) {
  #lh-wp-home #lh-prep {
    gap: 18px !important;
    padding: 0 14px !important;
  }

  #lh-wp-home #lh-prep-image {
    overflow: hidden;
    border: 1px solid #f0d8d2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(52, 32, 25, 0.08);
  }

  #lh-wp-home #lh-prep-image img {
    border-radius: 19px !important;
  }

  #lh-wp-home #lh-prep-content {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  #lh-wp-home #lh-prep-title,
  #lh-wp-home #lh-activity-title {
    margin: 0 !important;
    padding: 22px 20px 8px !important;
    border: 1px solid #f0d8d2;
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
    background: #fff;
    text-align: center;
  }

  #lh-wp-home #lh-prep-title .elementor-heading-title,
  #lh-wp-home #lh-activity-title .elementor-heading-title {
    margin: 0 !important;
    text-align: center !important;
  }

  #lh-wp-home #lh-prep-copy {
    margin: 0 0 18px !important;
    padding: 0 20px 22px !important;
    border: 1px solid #f0d8d2;
    border-top: 0;
    border-radius: 0 0 20px 20px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(52, 32, 25, 0.08);
  }

  #lh-wp-home #lh-prep-copy .elementor-widget-container {
    margin: 0 !important;
    color: #443b37;
    line-height: 1.6;
  }

  #lh-wp-home #lh-activity-lead {
    margin: 0 !important;
    padding: 0 20px 14px !important;
    border-right: 1px solid #f0d8d2;
    border-left: 1px solid #f0d8d2;
    background: #fff;
    text-align: center;
  }

  #lh-wp-home #lh-activity-lead .elementor-widget-container {
    margin: 0 !important;
    line-height: 1.55;
    text-align: center !important;
  }

  #lh-wp-home #lh-activity-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 20px 22px !important;
    border: 1px solid #f0d8d2;
    border-top: 0;
    border-radius: 0 0 20px 20px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(52, 32, 25, 0.08);
  }

  #lh-wp-home #lh-activity-list .elementor-widget-heading {
    width: 100%;
    min-width: 0;
    padding: 9px 10px;
    border-radius: 12px;
    background: #fff7f4;
  }

  #lh-wp-home #lh-activity-list .elementor-heading-title {
    min-width: 0;
    padding-left: 18px;
    white-space: normal;
    line-height: 1.35;
  }
}

/* Homepage content refresh: preparation, occasion, menu, sushi, and review controls. */
#lh-wp-home {
  --lh-home-refresh-gold: #e3a43a;
  --lh-home-refresh-line: rgba(43, 25, 22, 0.11);
  --lh-home-refresh-shadow: 0 22px 60px rgba(55, 28, 22, 0.11);
}

/* Preparation and occasion become two clear, independent cards. */
#lh-wp-home #lh-prep {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 24px !important;
  width: 100% !important;
  max-width: 1180px !important;
  min-height: 0 !important;
  margin: 44px auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

#lh-wp-home #lh-prep-image {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: clamp(440px, 43vw, 560px) !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--lh-home-refresh-line) !important;
  border-radius: 32px !important;
  background: #eee8e4 !important;
  box-shadow: var(--lh-home-refresh-shadow) !important;
  overflow: hidden !important;
}

#lh-wp-home #lh-prep-image-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
}

#lh-wp-home #lh-prep-image-media,
#lh-wp-home #lh-prep-image-media .elementor-widget-container,
#lh-wp-home #lh-prep-image-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
}

#lh-wp-home #lh-prep-image-media img {
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center 55% !important;
}

#lh-wp-home #lh-prep-caption {
  position: absolute !important;
  right: clamp(18px, 3vw, 30px) !important;
  bottom: clamp(18px, 3vw, 28px) !important;
  left: clamp(18px, 3vw, 30px) !important;
  z-index: 2 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 16px 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  border-radius: 17px !important;
  background: rgba(20, 11, 10, 0.68) !important;
  backdrop-filter: blur(10px);
}

#lh-wp-home #lh-prep-caption .elementor-heading-title {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(18px, 2vw, 25px) !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
  text-align: center !important;
}

#lh-wp-home #lh-prep-content {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr) !important;
  grid-template-rows: auto auto 1fr !important;
  column-gap: clamp(34px, 5vw, 70px) !important;
  row-gap: 0 !important;
  align-items: start !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: clamp(36px, 5vw, 62px) !important;
  border: 1px solid var(--lh-home-refresh-line) !important;
  border-radius: 32px !important;
  background:
    radial-gradient(circle at 96% 4%, rgba(255, 43, 26, 0.07), transparent 29%),
    #fff !important;
  box-shadow: var(--lh-home-refresh-shadow) !important;
}

#lh-wp-home #lh-prep-heading-group {
  display: flex !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 9px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#lh-wp-home #lh-prep-title .elementor-heading-title,
#lh-wp-home #lh-activity-title .elementor-heading-title {
  margin: 0 !important;
  color: var(--lh-red) !important;
  font-size: clamp(24px, 3vw, 34px) !important;
  font-weight: 950 !important;
  line-height: 1.06 !important;
  letter-spacing: -0.025em !important;
}

#lh-wp-home #lh-prep-eyebrow,
#lh-wp-home #lh-prep-title {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#lh-wp-home #lh-prep-eyebrow .elementor-heading-title {
  display: block !important;
  margin: 0 !important;
  color: #a96e18 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

#lh-wp-home #lh-prep-copy {
  grid-column: 1 !important;
  grid-row: 2 / span 2 !important;
  max-width: 650px !important;
  margin: 16px 0 0 !important;
}

#lh-wp-home #lh-prep-copy .elementor-widget-container {
  margin: 0 !important;
  color: #111 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;
}

#lh-wp-home #lh-prep-copy .lh-prep-copy-label {
  color: var(--lh-red) !important;
  font-weight: 900 !important;
}

#lh-wp-home #lh-prep-copy .lh-prep-copy-body {
  color: #111 !important;
  font-weight: 700 !important;
}

#lh-wp-home #lh-activity-title {
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  padding: 0 0 0 clamp(28px, 3vw, 44px) !important;
  border-top: 0 !important;
  border-left: 1px solid var(--lh-home-refresh-line) !important;
}

#lh-wp-home #lh-activity-lead {
  display: block !important;
  grid-column: 2 !important;
  grid-row: 2 !important;
  margin: 17px 0 14px !important;
  padding: 0 0 0 clamp(28px, 3vw, 44px) !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
  white-space: normal !important;
}

#lh-wp-home #lh-activity-lead .elementor-widget-container,
#lh-wp-home #lh-activity-lead .elementor-widget-container p {
  margin: 0 !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
}

#lh-wp-home #lh-activity-lead .lh-occasion-heart,
#lh-wp-home #lh-activity-lead .lh-occasion-music,
#lh-wp-home #lh-activity-lead .lh-occasion-divider,
#lh-wp-home #lh-activity-lead .lh-occasion-text {
  display: inline !important;
  white-space: normal !important;
}

#lh-wp-home #lh-activity-lead .lh-occasion-heart {
  margin-right: 4px !important;
  color: var(--lh-red) !important;
  font-weight: 900 !important;
}

#lh-wp-home #lh-activity-lead .lh-occasion-divider {
  margin: 0 6px !important;
  color: #111 !important;
  font-weight: 700 !important;
}

#lh-wp-home #lh-activity-lead .lh-occasion-music {
  margin-right: 4px !important;
  color: var(--lh-home-refresh-gold) !important;
  font-weight: 900 !important;
}

#lh-wp-home #lh-activity-lead .lh-occasion-text {
  color: #111 !important;
  font-weight: 700 !important;
}

#lh-wp-home #lh-activity-list {
  display: flex !important;
  grid-column: 2 !important;
  grid-row: 3 !important;
  flex-flow: row wrap !important;
  align-content: start !important;
  align-items: flex-start !important;
  gap: 9px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 0 clamp(28px, 3vw, 44px) !important;
}

#lh-wp-home #lh-activity-list .lh-activity-item {
  flex: 0 0 auto !important;
  width: auto !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 7px 11px !important;
  border: 1px solid var(--lh-home-refresh-line) !important;
  border-radius: 999px !important;
  background: #fbf8f6 !important;
}

#lh-wp-home #lh-activity-list .lh-activity-item .elementor-heading-title {
  padding: 0 !important;
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
}

#lh-wp-home #lh-activity-list .lh-activity-item .elementor-heading-title::before {
  position: static !important;
  display: inline-block !important;
  width: 7px !important;
  height: 7px !important;
  margin-right: 7px !important;
  border-radius: 50% !important;
  background: var(--lh-red) !important;
  vertical-align: 1px !important;
}

#lh-wp-home #lh-activity-list .lh-activity-item .elementor-heading-title::after {
  display: none !important;
}

/* Menu cards use uncropped imagery and a stable 4 / 2 / 1-column rhythm. */
#lh-wp-home #lh-menu-section {
  width: 100% !important;
  padding: clamp(72px, 8vw, 110px) 0 !important;
  background:
    radial-gradient(circle at 4% 6%, rgba(226, 164, 58, 0.13), transparent 25%),
    linear-gradient(180deg, #fff 0%, #fffaf7 100%) !important;
}

#lh-wp-home #lh-menu-wrap {
  display: block !important;
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

#lh-wp-home #lh-menu-title .elementor-heading-title {
  margin: 0 !important;
  color: var(--lh-ink) !important;
  font-size: clamp(38px, 5vw, 60px) !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: -0.045em !important;
}

#lh-wp-home #lh-menu-eyebrow {
  width: 100% !important;
  margin: 0 0 11px !important;
  padding: 0 !important;
}

#lh-wp-home #lh-menu-eyebrow .elementor-heading-title {
  display: block !important;
  margin: 0 !important;
  color: var(--lh-red) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.15em !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

#lh-wp-home #lh-menu-copy {
  max-width: 780px !important;
  margin: 16px auto 36px !important;
  text-align: center !important;
}

#lh-wp-home #lh-menu-copy .elementor-heading-title {
  margin: 0 !important;
  color: var(--lh-muted) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

#lh-wp-home #lh-menu-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 17px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#lh-wp-home #lh-menu-grid > [id^="lh-menu-item-"] {
  display: grid !important;
  flex: none !important;
  grid-template-columns: 88px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 15px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 112px !important;
  margin: 0 !important;
  padding: 14px 17px 14px 14px !important;
  border: 1px solid var(--lh-home-refresh-line) !important;
  border-radius: 21px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(55, 28, 22, 0.07) !important;
  overflow: hidden !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

#lh-wp-home #lh-menu-grid > [id^="lh-menu-item-"]:hover {
  border-color: rgba(255, 43, 26, 0.23) !important;
  box-shadow: 0 22px 48px rgba(55, 28, 22, 0.12) !important;
  transform: translateY(-4px);
}

#lh-wp-home #lh-menu-grid [id^="lh-menu-img-"] {
  display: grid !important;
  place-items: center !important;
  width: 88px !important;
  height: 88px !important;
  min-width: 88px !important;
  min-height: 88px !important;
  margin: 0 !important;
  padding: 7px !important;
  border-radius: 17px !important;
  background: linear-gradient(145deg, #fff9f5, #f6efeb) !important;
  overflow: hidden !important;
}

#lh-wp-home #lh-menu-grid [id^="lh-menu-image-"],
#lh-wp-home #lh-menu-grid [id^="lh-menu-image-"] .elementor-widget-container {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

#lh-wp-home #lh-menu-grid [id^="lh-menu-image-"] img {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 78px !important;
  max-height: 78px !important;
  margin: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  mix-blend-mode: multiply;
  transform: none !important;
  clip-path: none !important;
}

#lh-wp-home #lh-menu-grid [id^="lh-menu-text-"] {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#lh-wp-home #lh-menu-grid .lh-menu-prefix .elementor-heading-title {
  display: block !important;
  margin: 0 0 2px !important;
  color: #8c817d !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase;
}

#lh-wp-home #lh-menu-grid .lh-menu-name .elementor-heading-title {
  margin: 0 !important;
  color: #292221 !important;
  font-size: 17px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

/* Native Elementor sushi promotion. Decorative art remains in CSS only. */
#lh-wp-home #lh-home-sushi-entry {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr) !important;
  align-items: center !important;
  gap: clamp(28px, 5vw, 68px) !important;
  width: 100% !important;
  min-height: 410px !important;
  margin: 34px 0 0 !important;
  padding: clamp(32px, 5vw, 62px) !important;
  border-radius: 31px !important;
  background:
    radial-gradient(circle at 82% 18%, rgba(225, 164, 58, 0.27), transparent 30%),
    linear-gradient(135deg, #241417 0%, #66111c 55%, #a81724 100%) !important;
  color: #fff !important;
  box-shadow: 0 28px 70px rgba(95, 17, 27, 0.22) !important;
  overflow: hidden !important;
  isolation: isolate;
}

#lh-wp-home #lh-home-sushi-entry::before {
  content: "\5BFF\53F8";
  position: absolute;
  top: auto !important;
  right: -12px;
  bottom: -63px;
  left: auto !important;
  z-index: -1;
  width: auto !important;
  height: auto !important;
  color: rgba(255, 255, 255, 0.05);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(9rem, 20vw, 16rem);
  font-weight: 700;
  line-height: 1;
}

#lh-wp-home #lh-home-sushi-copy {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#lh-wp-home #lh-home-sushi-eyebrow {
  width: 100% !important;
  margin: 0 0 11px !important;
  padding: 0 !important;
}

#lh-wp-home #lh-home-sushi-eyebrow .elementor-heading-title {
  display: block !important;
  margin: 0 !important;
  color: #f2d39c !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
}

#lh-wp-home #lh-home-sushi-title {
  width: 100% !important;
  max-width: 560px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#lh-wp-home #lh-home-sushi-title .elementor-heading-title {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(34px, 5vw, 59px) !important;
  font-weight: 950 !important;
  line-height: 0.99 !important;
  letter-spacing: -0.045em !important;
}

#lh-wp-home #lh-home-sushi-title .elementor-heading-title span {
  color: #ffb3aa !important;
}

#lh-wp-home #lh-home-sushi-description {
  width: 100% !important;
  max-width: 570px !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
}

#lh-wp-home #lh-home-sushi-description .elementor-widget-container,
#lh-wp-home #lh-home-sushi-description p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

#lh-wp-home #lh-home-sushi-tags {
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

#lh-wp-home #lh-home-sushi-tags .lh-home-sushi-tag {
  flex: 0 0 auto !important;
  width: auto !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 7px 11px !important;
  border: 1px solid rgba(255, 255, 255, 0.17) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

#lh-wp-home #lh-home-sushi-tags .lh-home-sushi-tag .elementor-heading-title {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

#lh-wp-home #lh-home-sushi-tags .lh-home-sushi-tag .elementor-heading-title::before {
  content: "\2713";
  margin-right: 7px;
  color: #f2d39c;
}

#lh-wp-home #lh-home-sushi-actions {
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 27px 0 0 !important;
  padding: 0 !important;
}

#lh-wp-home #lh-home-sushi-actions .lh-home-sushi-btn {
  flex: 0 0 auto !important;
  width: auto !important;
  margin: 0 !important;
}

#lh-wp-home #lh-home-sushi-actions .lh-home-sushi-btn .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  min-height: 49px !important;
  padding: 12px 20px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.05em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: transform 0.18s ease;
}

#lh-wp-home #lh-home-sushi-actions .lh-home-sushi-btn .elementor-button:hover {
  transform: translateY(-2px);
}

#lh-wp-home #lh-home-sushi-actions .lh-home-sushi-btn .elementor-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

#lh-wp-home #lh-home-sushi-actions .lh-home-sushi-btn-primary .elementor-button {
  background: linear-gradient(135deg, #ff3c27, #d5110c) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18) !important;
}

#lh-wp-home #lh-home-sushi-actions .lh-home-sushi-btn-secondary .elementor-button {
  border-color: rgba(255, 255, 255, 0.32) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

#lh-wp-home #lh-home-sushi-art {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 320px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#lh-wp-home #lh-home-sushi-art::before,
#lh-wp-home #lh-home-sushi-art::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
}

#lh-wp-home #lh-home-sushi-art::before {
  inset: 2% 2% 2% 8%;
  border: 1px solid rgba(255, 255, 255, 0.17);
  transform: rotate(-8deg);
}

#lh-wp-home #lh-home-sushi-art::after {
  inset: 10% 10% 10% 16%;
  border: 1px dashed rgba(242, 211, 156, 0.38);
  transform: rotate(-8deg);
}

#lh-wp-home #lh-home-sushi-image {
  position: absolute;
  inset: -4% 0 0 2%;
  z-index: 1;
  display: block !important;
  width: 96% !important;
  height: 102% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#lh-wp-home #lh-home-sushi-image .elementor-widget-container,
#lh-wp-home #lh-home-sushi-image a,
#lh-wp-home #lh-home-sushi-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

#lh-wp-home #lh-home-sushi-image img {
  object-fit: contain !important;
  filter: drop-shadow(0 28px 28px rgba(10, 4, 5, 0.36));
  transition: transform 0.4s ease;
}

#lh-wp-home #lh-home-sushi-art:hover #lh-home-sushi-image img {
  transform: translateY(-6px) rotate(1deg);
}

#lh-wp-home #lh-home-menu-contact {
  width: 100% !important;
  margin: 22px 0 0 !important;
  padding: 0 !important;
}

#lh-wp-home #lh-home-menu-contact .elementor-widget-container,
#lh-wp-home #lh-home-menu-contact p {
  margin: 0 !important;
  color: var(--lh-muted) !important;
  text-align: center !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

#lh-wp-home #lh-home-menu-contact a {
  color: var(--lh-red) !important;
  font-weight: 900 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

/* Keep review expansion controls clearly recognizable as actions. */
#lh-wp-home .lh-review-box .client13 {
  display: block !important;
}

#lh-wp-home .lh-review-box .client13 .read-more,
#lh-wp-home .lh-review-box .read-more {
  color: #111 !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 3px !important;
}

#lh-wp-home .lh-review-box .read-more:hover,
#lh-wp-home .lh-review-box .read-more:focus-visible {
  color: #000 !important;
  text-decoration-thickness: 2px !important;
}

@media (max-width: 1050px) {
  #lh-wp-home #lh-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  #lh-wp-home #lh-prep-content {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr) !important;
    column-gap: 34px !important;
    padding: 38px !important;
  }

  #lh-wp-home #lh-home-sushi-entry {
    grid-template-columns: 1fr !important;
    padding-bottom: 20px !important;
  }

  #lh-wp-home #lh-home-sushi-art {
    min-height: 360px !important;
  }
}

@media (max-width: 680px) {
  #lh-wp-home #lh-prep,
  #lh-wp-home #lh-menu-wrap {
    width: min(calc(100% - 24px), 1180px) !important;
  }

  #lh-wp-home #lh-prep {
    gap: 16px !important;
    margin-top: 32px !important;
  }

  #lh-wp-home #lh-prep-image {
    height: clamp(300px, 86vw, 380px) !important;
    border-radius: 23px !important;
  }

  #lh-wp-home #lh-prep-caption {
    right: 13px !important;
    bottom: 13px !important;
    left: 13px !important;
    padding: 13px 15px !important;
  }

  #lh-wp-home #lh-prep-caption .elementor-heading-title {
    font-size: 18px !important;
  }

  #lh-wp-home #lh-prep-content {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    padding: 28px 21px !important;
    border-radius: 23px !important;
  }

  #lh-wp-home #lh-prep-heading-group,
  #lh-wp-home #lh-prep-copy,
  #lh-wp-home #lh-activity-title,
  #lh-wp-home #lh-activity-lead,
  #lh-wp-home #lh-activity-list {
    grid-column: 1 !important;
    grid-row: auto !important;
    padding-left: 0 !important;
  }

  #lh-wp-home #lh-prep-heading-group,
  #lh-wp-home #lh-activity-title {
    padding-right: 0 !important;
    text-align: left !important;
  }

  #lh-wp-home #lh-prep-title .elementor-heading-title,
  #lh-wp-home #lh-activity-title .elementor-heading-title {
    font-size: clamp(27px, 9vw, 34px) !important;
    text-align: left !important;
  }

  #lh-wp-home #lh-prep-copy {
    max-width: none !important;
    font-size: 14px !important;
    line-height: 1.62 !important;
  }

  #lh-wp-home #lh-activity-title {
    margin-top: 27px !important;
    padding-top: 24px !important;
    border-top: 1px solid var(--lh-home-refresh-line) !important;
    border-left: 0 !important;
  }

  #lh-wp-home #lh-activity-lead {
    font-size: 13px !important;
  }

  #lh-wp-home #lh-activity-list {
    gap: 7px !important;
  }

  #lh-wp-home #lh-menu-section {
    padding: 58px 0 !important;
  }

  #lh-wp-home #lh-menu-title .elementor-heading-title {
    font-size: 40px !important;
  }

  #lh-wp-home #lh-menu-copy .elementor-heading-title {
    font-size: 14px !important;
  }

  #lh-wp-home #lh-menu-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  #lh-wp-home #lh-menu-grid > [id^="lh-menu-item-"] {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    min-height: 100px !important;
    gap: 13px !important;
  }

  #lh-wp-home #lh-menu-grid [id^="lh-menu-img-"] {
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
  }

  #lh-wp-home #lh-menu-grid [id^="lh-menu-image-"] img {
    max-width: 72px !important;
    max-height: 72px !important;
  }

  #lh-wp-home #lh-home-sushi-entry {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 31px 21px 8px !important;
    border-radius: 23px !important;
  }

  #lh-wp-home #lh-home-sushi-title .elementor-heading-title {
    font-size: clamp(35px, 11vw, 49px) !important;
  }

  #lh-wp-home #lh-home-sushi-actions {
    flex-direction: column !important;
    width: 100% !important;
  }

  #lh-wp-home #lh-home-sushi-actions .lh-home-sushi-btn,
  #lh-wp-home #lh-home-sushi-actions .lh-home-sushi-btn .elementor-button {
    width: 100% !important;
  }

  #lh-wp-home #lh-home-sushi-art {
    min-height: 270px !important;
  }
}

@media (max-width: 390px) {
  #lh-wp-home #lh-menu-grid > [id^="lh-menu-item-"] {
    grid-template-columns: 74px minmax(0, 1fr) !important;
    padding-right: 12px !important;
    padding-left: 10px !important;
  }

  #lh-wp-home #lh-menu-grid [id^="lh-menu-img-"] {
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
  }

  #lh-wp-home #lh-menu-grid [id^="lh-menu-image-"] img {
    max-width: 65px !important;
    max-height: 65px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #lh-wp-home #lh-home-sushi-actions .lh-home-sushi-btn .elementor-button,
  #lh-wp-home #lh-home-sushi-image img,
  #lh-wp-home #lh-menu-grid > [id^="lh-menu-item-"] {
    transition-duration: 0.01ms !important;
  }
}
