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

#lh-wp-faq { --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-faq, #lh-wp-faq * { box-sizing: border-box; }
#lh-wp-faq { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--lh-ink); background: #fffaf8; }
#lh-wp-faq a { color: inherit; text-decoration: none; }
#lh-wp-faq img { max-width: 100%; display: block; }
#lh-wp-faq .lh-wrap { width: min(1240px, 96%); margin: 0 auto; }
#lh-wp-faq .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-faq .lh-btn.is-light { background: rgba(255,255,255,.88); color: var(--lh-red); box-shadow: none; }
#lh-wp-faq .lh-eyebrow { color: var(--lh-red); font-weight: 800; text-align: center; margin: 0 0 8px; }
#lh-wp-faq .lh-title { margin: 0; text-align: center; font-size: clamp(24px, 3vw, 38px); line-height: 1.15; }
#lh-wp-faq .lh-copy { color: var(--lh-muted); line-height: 1.65; }
#lh-wp-faq .lh-hero { position: relative; min-height: 760px; overflow: hidden; color: #fff; background: #111 var(--lh-hero-bg) center/cover no-repeat; padding-top: 86px; }
#lh-wp-faq .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-faq .lh-hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: #111 var(--lh-hero-bg) center/cover no-repeat; }
#lh-wp-faq .lh-hero-slide, #lh-wp-faq .lh-hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
#lh-wp-faq .lh-hero-slide { opacity: 0; transition: opacity 900ms ease; }
#lh-wp-faq .lh-hero-slide.is-active { opacity: 1; }
#lh-wp-faq .lh-hero-video { background: #111; }
#lh-wp-faq .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-faq .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-faq .lh-hero h1 span { color: var(--lh-red); }
#lh-wp-faq .lh-hero p { margin: 0 0 10px; font-size: 18px; font-weight: 700; }
#lh-wp-faq .lh-hero-actions { display: grid; gap: 16px; max-width: 360px; margin-top: 32px; }
#lh-wp-faq .lh-section { padding: 66px 0; background: #fff; }
#lh-wp-faq .lh-intro-section { padding: 72px 0 76px; background: #fff; }
#lh-wp-faq .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-faq .lh-intro-heading span { color: var(--lh-red); }
#lh-wp-faq .lh-section.is-soft { background: var(--lh-soft); }
#lh-wp-faq .lh-pricing-section { padding: 66px 0 68px; background: #fff4f1; }
#lh-wp-faq .lh-pricing-section .lh-title { color: var(--lh-red); font-size: clamp(26px, 3vw, 36px); font-weight: 900; }
#lh-wp-faq .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-faq .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-faq .lh-trust-icon { width: 50px; height: 50px; margin: 0 auto 16px; display: grid; place-items: center; color: var(--lh-red); }
#lh-wp-faq .lh-trust-icon svg { width: 44px; height: 44px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
#lh-wp-faq .lh-prep { display: grid; grid-template-columns: 460px 1fr; gap: 58px; align-items: center; max-width: 1140px; margin: 0 auto; }
#lh-wp-faq .lh-prep img { width: 100%; align-self: center; justify-self: center; border-radius: 24px; box-shadow: none; }
#lh-wp-faq .lh-prep h3 { margin: 0 0 12px; color: var(--lh-red); font-size: 28px; line-height: 1.15; font-weight: 900; }
#lh-wp-faq .lh-prep h3 + .lh-copy { margin-top: 0; }
#lh-wp-faq .lh-prep .lh-copy { margin-bottom: 26px; color: #2d2927; font-size: 17px; line-height: 1.28; }
#lh-wp-faq .lh-activity-lead { margin: 0 0 22px; color: #262323; font-size: 17px; line-height: 1.4; }
#lh-wp-faq .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-faq .lh-list li { position: relative; flex: 0 0 auto; padding-left: 20px; white-space: nowrap; }
#lh-wp-faq .lh-list li::before { content: ""; position: absolute; left: 0; top: .18em; width: 14px; height: 14px; border-radius: 50%; background: #ff965c; }
#lh-wp-faq .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-faq .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-faq .lh-price-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
#lh-wp-faq .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-faq .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-faq .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-faq .lh-price-icon .lh-svg-fill { fill: currentColor; stroke: none; }
#lh-wp-faq .lh-price-card strong { display: block; color: #2b2522; font-size: 16px; line-height: 1.1; font-weight: 900; }
#lh-wp-faq .lh-price-card span { display: block; margin-top: 5px; color: #5d5550; font-size: 12px; font-weight: 700; }
#lh-wp-faq .lh-notes { margin: 0; padding: 0; list-style: none; color: #3f3733; font-size: 14px; line-height: 1.55; }
#lh-wp-faq .lh-notes li { position: relative; padding-left: 16px; margin-bottom: 9px; }
#lh-wp-faq .lh-notes li::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--lh-red); }
#lh-wp-faq .lh-menu-section { padding: 68px 0 72px; background: #fff; }
#lh-wp-faq .lh-menu-section .lh-title { color: #111; font-size: clamp(30px, 3.2vw, 42px); font-weight: 900; letter-spacing: 0; }
#lh-wp-faq .lh-menu-copy { margin: 18px auto 0; max-width: 860px; text-align: center; color: #262323; font-size: 16px; line-height: 1.45; }
#lh-wp-faq .lh-menu-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px 22px; margin: 46px auto 0; }
#lh-wp-faq .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-faq .lh-menu-item:hover { background: #fff4f1; }
#lh-wp-faq .lh-menu-img { display: flex; align-items: center; justify-content: center; width: 74px; height: 58px; border-radius: 8px; background: #f2f1f1; overflow: visible; }
#lh-wp-faq .lh-menu-img img { width: 82px; height: 62px; object-fit: contain; }
#lh-wp-faq .lh-menu-label { display: block; color: #9d9794; font-size: 17px; font-weight: 500; line-height: 1.15; }
#lh-wp-faq .lh-menu-note { margin: 40px auto 0; max-width: 860px; text-align: center; color: #282421; font-size: 16px; line-height: 1.45; }
#lh-wp-faq .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-page-assets/site-shared/f147153743e54ae811e2b39d8209ff9c7a645add.png") center/cover; }
#lh-wp-faq .lh-steps-layout { display: grid; grid-template-columns: 390px minmax(0, 1fr); gap: 72px; align-items: center; }
#lh-wp-faq .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-faq .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-faq .lh-why h3 { margin: 0 0 22px; color: #222; font-size: 24px; line-height: 1.15; font-weight: 900; text-transform: none; }
#lh-wp-faq .lh-why-list { padding: 0; margin: 0; list-style: none; display: grid; gap: 13px; color: #34302e; font-size: 14px; font-weight: 700; }
#lh-wp-faq .lh-why-list li { position: relative; padding-left: 36px; line-height: 1.35; }
#lh-wp-faq .lh-why-list li::before { content: ""; position: absolute; left: 0; top: .08em; width: 18px; height: 18px; border-radius: 50%; background: #ff965c; }
#lh-wp-faq .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-faq .lh-steps { max-width: 640px; }
#lh-wp-faq .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-faq .lh-steps h2 span { color: var(--lh-red); }
#lh-wp-faq .lh-step { position: relative; display: grid; grid-template-columns: 88px 1fr; gap: 22px; align-items: center; min-height: 96px; padding: 13px 0; }
#lh-wp-faq .lh-step > * { position: relative; z-index: 1; }
#lh-wp-faq .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-faq .lh-step-copy { color: rgba(255,255,255,.86); font-size: 14px; line-height: 1.46; }
#lh-wp-faq .lh-step-copy strong { display: block; margin-bottom: 3px; color: #fff; font-size: 15px; font-weight: 900; }
#lh-wp-faq .lh-step-stars { margin-bottom: 4px; color: #ffc21a; font-size: 20px; line-height: 1; letter-spacing: 1px; }
#lh-wp-faq .lh-service-section { padding: 68px 0 0; background: #fff; }
#lh-wp-faq .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-faq .lh-service-copy .lh-title { text-align: left; color: #181818; font-size: 34px; line-height: 1.08; font-weight: 900; }
#lh-wp-faq .lh-service-copy .lh-title span { color: var(--lh-red); }
#lh-wp-faq .lh-service-copy .lh-copy { margin: 26px 0 70px; color: #2b2b2b; font-size: 15px; line-height: 1.12; font-weight: 500; }
#lh-wp-faq .lh-service-question { margin: 0 0 28px; color: #1f1b19; font-size: 19px; line-height: 1.08; font-weight: 900; }
#lh-wp-faq .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-faq .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-faq .lh-service-copy .lh-phone-link { color: inherit; text-decoration: underline; }
#lh-wp-faq .lh-map-card { padding: 24px; border-radius: 26px; background: #fff; box-shadow: 0 18px 40px rgba(67, 47, 40, .08); }
#lh-wp-faq .lh-map-card img { width: 100%; border-radius: 18px; }
#lh-wp-faq .lh-faq-strip { position: relative; overflow: hidden; height: 76px; padding: 0; background: #ff2418; color: #fff; }
#lh-wp-faq .lh-faq-strip::before { display: none; }
#lh-wp-faq .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-faq .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-page-assets/site-shared/66046212b6f2fa5ff4085b080740bd00de7f06a0-red.png") center/contain no-repeat; pointer-events: none; z-index: 0; }
#lh-wp-faq .lh-faq-strip .lh-wrap > * { position: relative; z-index: 1; }
#lh-wp-faq .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-faq .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-faq .lh-reviews { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 34px; }
#lh-wp-faq .lh-review { padding: 22px; border-radius: 18px; background: #fff; box-shadow: var(--lh-shadow); }
#lh-wp-faq .lh-stars { color: #ffc107; letter-spacing: 0; margin: 6px 0; }
#lh-wp-faq .lh-videos { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-top: 32px; }
#lh-wp-faq .lh-video-card { overflow: hidden; border-radius: 16px; background: #111; box-shadow: 0 14px 32px rgba(0,0,0,.15); }
#lh-wp-faq .lh-video-card img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; }
#lh-wp-faq .lh-video-card div { padding: 12px; color: #fff; font-size: 12px; font-weight: 800; min-height: 54px; }
#lh-wp-faq .gywm { padding: 0; background: #fff; overflow: hidden; }
#lh-wp-faq .lh-review-box, #lh-wp-faq .lh-video-box { position: relative; padding: 56px 42px; }
#lh-wp-faq .lh-review-box::before, #lh-wp-faq .lh-video-box::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); z-index: 0; }
#lh-wp-faq .lh-review-box > *, #lh-wp-faq .lh-video-box > * { position: relative; z-index: 1; }
#lh-wp-faq .lh-review-box::before { background: #fff4f1; }
#lh-wp-faq .lh-video-box::before { background: linear-gradient(180deg, #fff 0%, #fff7f4 100%); border-top: 1px solid #f2d8d0; border-bottom: 1px solid #f2d8d0; }
#lh-wp-faq .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-faq .lh-review-head { position: relative; max-width: 760px; margin: 0 auto; text-align: center; }
#lh-wp-faq .lh-review-head::before, #lh-wp-faq .lh-review-head::after { content: ""; position: absolute; top: 48px; width: 64px; height: 86px; opacity: .42; background: url("/wp-content/uploads/lh-page-assets/site-shared/627677dab5ce3e60992b713712fa7e8842745b32.png") center/contain no-repeat; mix-blend-mode: screen; pointer-events: none; }
#lh-wp-faq .lh-review-head::before { left: 20px; }
#lh-wp-faq .lh-review-head::after { right: 20px; }
#lh-wp-faq .client { margin-top: 16px; font-size: 18px; color: #2b161b; text-align: center; font-weight: bold; }
#lh-wp-faq .client1 { margin-top: 8px; font-size: 0; text-align: center; }
#lh-wp-faq .client1 img { display: inline-block; }
#lh-wp-faq .client2 { margin: 8px 0 0; font-size: 14px; color: #2f2b29; text-align: center; font-weight: 700; }
#lh-wp-faq .client3 { margin-top: 34px; position: relative; }
#lh-wp-faq .client3 .swiper { overflow: hidden; min-height: 0; padding: 6px 4px 18px; margin: -6px -4px -18px; }
#lh-wp-faq .client3 .swiper-slide { height: auto; }
#lh-wp-faq .h_left, #lh-wp-faq .h_right { font-size: 0; position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; z-index: 5; }
#lh-wp-faq .h_left { left: -50px; }
#lh-wp-faq .h_right { right: -50px; }
#lh-wp-faq .h_left svg, #lh-wp-faq .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-faq .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-faq .client5 { display: flex; align-items: flex-start; justify-content: space-between; }
#lh-wp-faq .client6 { font-size: 0; margin-right: 12px; }
#lh-wp-faq .client6 img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
#lh-wp-faq .client7 { flex: 1; min-width: 0; }
#lh-wp-faq .client8 { font-size: 15px; color: #333; font-weight: bold; }
#lh-wp-faq .client9 { margin-top: 6px; font-size: 12px; color: #999; }
#lh-wp-faq .client10 { margin-left: 10px; }
#lh-wp-faq .client11 { margin-top: 10px; }
#lh-wp-faq .client11 img { display: inline-block; max-height: 16px; max-width: 87px; }
#lh-wp-faq .client12 { margin-top: 14px; font-size: 12px; line-height: 20px; color: #333; }
#lh-wp-faq .client12 a { color: inherit; text-decoration: none; }
#lh-wp-faq .client12 img.emoji,
#lh-wp-faq .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-faq .client12 .content-preview { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
#lh-wp-faq .client13 { margin-top: auto; height: 16px; }
#lh-wp-faq .client13 a { font-size: 14px; color: #999; }
#lh-wp-faq .share { margin-top: 0; }
#lh-wp-faq .share a { display: block; text-align: center; text-decoration: none; }
#lh-wp-faq .share1 { display: none; }
#lh-wp-faq .share3 { font-size: clamp(24px, 3vw, 34px); color: #1d1b1a; font-weight: 800; }
#lh-wp-faq .share4 { max-width: 860px; margin: 10px auto 0; font-size: 14px; color: #615852; line-height: 1.55; }
#lh-wp-faq .share5 { margin-top: 32px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; overflow: visible; }
#lh-wp-faq .share6 { font-size: 16px; width: auto; height: auto; margin: 0; position: relative; overflow: visible; }
#lh-wp-faq .share-card-link { display: block; color: #333; text-decoration: none; }
#lh-wp-faq .share-thumb { position: relative; aspect-ratio: 4/5; border-radius: 14px; overflow: hidden; background-color: #f5f0f0; box-shadow: 0 16px 34px rgba(0,0,0,.14); }
#lh-wp-faq .share-thumb>img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
#lh-wp-faq .share-card-link:hover .share-thumb>img { transform: scale(1.03); }
#lh-wp-faq .share7 { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
#lh-wp-faq .share7 img { width: 28px; height: 28px; filter: drop-shadow(0 2px 8px rgba(0,0,0,.35)); }
#lh-wp-faq .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-faq .share-desc { margin-top: 6px; min-height: 35px; font-size: 12px; line-height: 1.45; color: #666; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
#lh-wp-faq .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-faq .share-area-link.is-text { text-decoration: none; cursor: default; }
#lh-wp-faq .share-area-link:hover { color: #c11a1a; }
#lh-wp-faq .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-faq .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-faq .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-faq .fbutt2 img, #lh-wp-faq .fbutt2 svg { margin-right: 5px; }
#lh-wp-faq .fbutt2 svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; }
#lh-wp-faq .fbutt2:hover, #lh-wp-faq .fbutt2:focus { color: #fff; }
#lh-wp-faq .fbutt1:hover, #lh-wp-faq .fbutt1:focus { color: #000; }
#lh-wp-faq .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-faq .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-faq .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-faq .lh-finds-title { margin-top: 48px; color: #1f1b19 !important; font-size: 24px !important; }
#lh-wp-faq .lh-footer { padding: 42px 0 20px; background: #061d3d; color: #fff; }
#lh-wp-faq .lh-footer .lh-wrap { width: min(1180px, 96%); }
#lh-wp-faq .lh-footer-grid { display: grid; grid-template-columns: 190px 220px 310px minmax(0, 1fr); gap: 34px; align-items: start; padding-bottom: 28px; }
#lh-wp-faq .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-faq .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-faq .lh-footer a, #lh-wp-faq .lh-footer p { color: rgba(255,255,255,.74); line-height: 1.65; }
#lh-wp-faq .lh-footer p { margin: 0; font-size: 14px; }
#lh-wp-faq .lh-footer-links { list-style: none; padding: 0; margin: 0; }
#lh-wp-faq .lh-footer-links li { margin-bottom: 13px; }
#lh-wp-faq .lh-footer-links a, #lh-wp-faq .lh-footer-call a { font-size: 15px; }
#lh-wp-faq .lh-footer-call { color: rgba(255,255,255,.74); font-size: 15px; line-height: 1.65; }
#lh-wp-faq .lh-footer-call div { margin-bottom: 13px; }
#lh-wp-faq .lh-footer-social { margin-top: 30px; }
#lh-wp-faq .lh-footer-book { padding-top: 24px; }
#lh-wp-faq .lh-footer-book p { max-width: 300px; }
#lh-wp-faq .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-faq .lh-footer-serving { margin-top: 8px; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.65; }
#lh-wp-faq .lh-footer-serving strong { color: rgba(255,255,255,.58); }
#lh-wp-faq .lh-footer-serving a { color: rgba(255,255,255,.46); }
#lh-wp-faq .lh-footer-serving a:hover { color: #fff; text-decoration: underline; }
#lh-wp-faq .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-faq .lh-help-strip { position: relative; overflow: hidden; height: 70px; padding: 0; background: #fff; }
#lh-wp-faq .lh-help-strip::before { display: none; }
#lh-wp-faq .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-faq .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-page-assets/site-shared/66046212b6f2fa5ff4085b080740bd00de7f06a0-red.png") center/contain no-repeat; pointer-events: none; z-index: 0; }
#lh-wp-faq .lh-help-strip .lh-wrap > * { position: relative; z-index: 1; }
#lh-wp-faq .lh-help-title { color: #1f1b19; font-size: 15px; line-height: 1.2; font-weight: 900; }
#lh-wp-faq .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-faq .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-faq .lh-insured { text-align: center; }
#lh-wp-faq .lh-insured img { width: 142px; height: 142px; object-fit: contain; margin: 0 auto 8px; }
#lh-wp-faq .lh-insured-title { font-size: 18px; line-height: 1.2; font-weight: 800; letter-spacing: .2px; }
#lh-wp-faq .lh-insured-subtitle { margin-top: 4px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 700; }
#lh-wp-faq .lh-insured-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; align-items: start; margin-top: 15px; }
#lh-wp-faq .lh-insured-feature { color: #d9d9d9; font-size: 11px; line-height: 1.25; }
#lh-wp-faq .lh-insured-icon { width: 28px; height: 28px; margin: 0 auto 5px; color: #d83b32; }
#lh-wp-faq .lh-insured-icon svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 1.5; }
#lh-wp-faq .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-faq .lh-toast.show { display: block; }
#lh-wp-faq .login_tc, #lh-wp-faq .register_tc, #lh-wp-faq .forget_tc, #lh-wp-faq .tips_tc { display: none; position: fixed; inset: 0; z-index: 963; background: rgba(0,0,0,.42); }
#lh-wp-faq .login_tc1, #lh-wp-faq .tips_tc1 { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: min(90%, 550px); }
#lh-wp-faq .login_tc2, #lh-wp-faq .tips_tc2 { position: relative; background: #fff; border-radius: 16px; box-shadow: 0 22px 60px rgba(0,0,0,.24); overflow: hidden; }
#lh-wp-faq .tips_tc2 { padding: 56px 30px 38px; text-align: center; }
#lh-wp-faq .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-faq .tc_close img { width: 14px; height: 14px; }
#lh-wp-faq .login_tc3 { display: flex; overflow: hidden; background: #eee; }
#lh-wp-faq .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-faq .login_tc3 a.on { opacity: 1; color: #fff; background: #c62c2c; }
#lh-wp-faq .login_tc4, #lh-wp-faq .register_tc1 { padding: 42px 46px 34px; background: #fff; }
#lh-wp-faq .login_tc5 { margin-bottom: 10px; color: #333; font-size: 17px; font-weight: 800; }
#lh-wp-faq .login_tc6 { position: relative; display: flex; align-items: center; margin-bottom: 24px; }
#lh-wp-faq .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-faq .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-faq .login_tc6 a.eye { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); font-size: 0; }
#lh-wp-faq .login_tc6 a.eye img { width: 20px; height: 20px; opacity: .6; }
#lh-wp-faq .login_tc7 { text-align: center; }
#lh-wp-faq .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-faq .forget { margin-top: 24px; color: #555; font-size: 13px; line-height: 1.5; }
#lh-wp-faq .forget a { color: #c62c2c; font-weight: 800; }
#lh-wp-faq .login_tcinfo { margin: 0 0 18px; color: #c62c2c; font-size: 14px; font-weight: 800; }
#lh-wp-faq .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-faq .tips_tc { z-index: 999; }
#lh-wp-faq .tips_tc1 { max-width: 334px; }
#lh-wp-faq .tips_tc3 { color: #333; font-size: 28px; font-weight: 900; }
#lh-wp-faq .tips_tc4 { margin-top: 18px; color: #666; font-size: 16px; line-height: 1.6; }

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


/* ===== FAQ page custom sections ===== */
body.elementor-template-canvas,
body.elementor-page { margin: 0 !important; padding: 0 !important; }
#lh-wp-faq,
#lh-wp-faq .elementor,
#lh-wp-faq .elementor-section,
#lh-wp-faq .elementor-container,
#lh-wp-faq .elementor-widget-wrap,
#lh-wp-faq .elementor-widget-html,
#lh-wp-faq .elementor-widget-html .elementor-widget-container,
#lh-wp-faq .e-con,
#lh-wp-faq .e-con-inner { margin-top: 0 !important; padding-top: 0 !important; }
#lh-wp-faq .lh-faq-page-hero { min-height: 640px; }
#lh-wp-faq .lh-faq-page-hero::before { background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.36)); }
#lh-wp-faq .lh-faq-kicker { display: inline-flex; align-items: center; min-height: 30px; padding: 0 14px; margin: 0 0 16px; border-radius: 999px; background: rgba(255,42,24,.18); color: #fff; border: 1px solid rgba(255,255,255,.28); font-size: 12px; letter-spacing: .12em; font-weight: 900; }
#lh-wp-faq .lh-faq-hero-copy { max-width: 760px; color: rgba(255,255,255,.86); font-size: 18px; font-weight: 700; line-height: 1.55; }
#lh-wp-faq .lh-faq-intro { padding: 76px 0 62px; background: #fff; }
#lh-wp-faq .lh-faq-intro-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) 430px; gap: 46px; align-items: center; }
#lh-wp-faq .lh-faq-intro h2 { margin: 0 0 16px; font-size: clamp(30px, 4vw, 48px); line-height: 1.06; font-weight: 900; color: #181818; }
#lh-wp-faq .lh-faq-intro h2 span { color: var(--lh-red); }
#lh-wp-faq .lh-faq-intro p { margin: 0 0 18px; color: #3f3936; font-size: 17px; line-height: 1.62; }
#lh-wp-faq .lh-faq-media-card { position: relative; overflow: hidden; min-height: 390px; border-radius: 30px; box-shadow: 0 24px 58px rgba(88,45,31,.12); background: #111; }
#lh-wp-faq .lh-faq-media-card img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
#lh-wp-faq .lh-faq-media-caption { position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 18px 20px; border-radius: 20px; color: #fff; background: rgba(0,0,0,.54); backdrop-filter: blur(5px); }
#lh-wp-faq .lh-faq-media-caption strong { display: block; font-size: 18px; font-weight: 900; }
#lh-wp-faq .lh-faq-media-caption span { display: block; margin-top: 5px; color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.45; }
#lh-wp-faq .lh-faq-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 36px; }
#lh-wp-faq .lh-faq-stat { padding: 24px 18px; border-radius: 22px; background: #fff4f1; color: #2b2522; box-shadow: 0 14px 32px rgba(72,41,31,.06); }
#lh-wp-faq .lh-faq-stat strong { display: block; color: var(--lh-red); font-size: clamp(26px, 3vw, 40px); line-height: 1; font-weight: 900; }
#lh-wp-faq .lh-faq-stat span { display: block; margin-top: 8px; color: #4c443f; font-size: 13px; line-height: 1.35; font-weight: 800; }
#lh-wp-faq .lh-faq-video-band { padding: 72px 0; background: #fff4f1; }
#lh-wp-faq .lh-faq-video-grid { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 34px; align-items: center; }
#lh-wp-faq .lh-faq-video-frame { position: relative; overflow: hidden; border-radius: 26px; background: #111; box-shadow: 0 24px 58px rgba(0,0,0,.16); aspect-ratio: 16 / 9; }
#lh-wp-faq .lh-faq-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
#lh-wp-faq .lh-faq-video-copy { padding: 34px 30px; border-radius: 26px; background: #fff; box-shadow: 0 18px 44px rgba(88,45,31,.08); }
#lh-wp-faq .lh-faq-video-copy h2 { margin: 0 0 12px; color: #181818; font-size: clamp(26px, 3vw, 36px); line-height: 1.1; font-weight: 900; }
#lh-wp-faq .lh-faq-video-copy h2 span { color: var(--lh-red); }
#lh-wp-faq .lh-faq-video-copy p { margin: 0 0 18px; color: #4b4541; font-size: 15px; line-height: 1.6; }
#lh-wp-faq .lh-faq-main { padding: 76px 0; background: #fff; }
#lh-wp-faq .lh-faq-head { max-width: 820px; margin: 0 auto 38px; text-align: center; }
#lh-wp-faq .lh-faq-head h2 { margin: 0 0 12px; color: #111; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; font-weight: 900; }
#lh-wp-faq .lh-faq-head h2 span { color: var(--lh-red); }
#lh-wp-faq .lh-faq-head p { margin: 0; color: #655c56; font-size: 16px; line-height: 1.58; }
#lh-wp-faq .lh-faq-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 30px; align-items: start; }
#lh-wp-faq .lh-faq-sidebar { position: sticky; top: 20px; padding: 22px; border-radius: 24px; background: #fff4f1; box-shadow: 0 16px 38px rgba(72,41,31,.06); }
#lh-wp-faq .lh-faq-sidebar strong { display: block; margin-bottom: 14px; color: var(--lh-red); font-size: 18px; font-weight: 900; }
#lh-wp-faq .lh-faq-sidebar a { display: block; padding: 11px 12px; margin-bottom: 8px; border-radius: 14px; color: #2f2926; background: #fff; font-size: 13px; line-height: 1.25; font-weight: 900; }
#lh-wp-faq .lh-faq-sidebar a:hover { color: var(--lh-red); }
#lh-wp-faq .lh-faq-category { margin-bottom: 32px; }
#lh-wp-faq .lh-faq-category h3 { margin: 0 0 14px; color: #111; font-size: 24px; line-height: 1.1; font-weight: 900; }
#lh-wp-faq .lh-faq-list { display: grid; gap: 12px; }
#lh-wp-faq .lh-faq-item { border: 1px solid #f1ddd8; border-radius: 18px; background: #fff; box-shadow: 0 12px 28px rgba(72,41,31,.06); overflow: hidden; }
#lh-wp-faq .lh-faq-item summary { position: relative; list-style: none; cursor: pointer; padding: 20px 54px 20px 22px; color: #201b19; font-size: 16px; line-height: 1.3; font-weight: 900; }
#lh-wp-faq .lh-faq-item summary::-webkit-details-marker { display: none; }
#lh-wp-faq .lh-faq-item summary::after { content: '+'; position: absolute; right: 20px; top: 50%; width: 28px; height: 28px; transform: translateY(-50%); border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--lh-red); font-size: 20px; line-height: 1; font-weight: 700; }
#lh-wp-faq .lh-faq-item[open] summary::after { content: '–'; }
#lh-wp-faq .lh-faq-answer { padding: 0 22px 20px; color: #544b45; font-size: 15px; line-height: 1.65; }
#lh-wp-faq .lh-faq-answer ul { margin: 10px 0 0; padding-left: 18px; }
#lh-wp-faq .lh-faq-answer li { margin: 6px 0; }
#lh-wp-faq .lh-faq-gallery { padding: 70px 0; color: #fff; background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.54)), var(--lh-faq-gallery-bg, url('/wp-content/uploads/lh-page-assets/site-shared/2025062901251356.jpg')) center/cover; }
#lh-wp-faq .lh-faq-gallery-head { max-width: 780px; margin: 0 auto 34px; text-align: center; }
#lh-wp-faq .lh-faq-gallery-head h2 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; font-weight: 900; }
#lh-wp-faq .lh-faq-gallery-head h2 span { color: var(--lh-red); }
#lh-wp-faq .lh-faq-gallery-head p { margin: 0; color: rgba(255,255,255,.84); font-size: 16px; line-height: 1.55; }
#lh-wp-faq .lh-faq-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
#lh-wp-faq .lh-faq-photo { overflow: hidden; min-height: 230px; border-radius: 20px; background: #111; box-shadow: 0 18px 42px rgba(0,0,0,.22); }
#lh-wp-faq .lh-faq-photo img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; transition: transform .25s ease; }
#lh-wp-faq .lh-faq-photo:hover img { transform: scale(1.04); }
#lh-wp-faq .lh-faq-cta { padding: 70px 0; background: #fff; text-align: center; }
#lh-wp-faq .lh-faq-cta-box { max-width: 920px; margin: 0 auto; padding: 44px 32px; border-radius: 30px; color: #fff; background: linear-gradient(90deg, #ff3b20 0%, #ed0600 100%); box-shadow: 0 24px 52px rgba(237,6,0,.18); }
#lh-wp-faq .lh-faq-cta-box h2 { margin: 0 0 12px; font-size: clamp(28px, 4vw, 44px); line-height: 1.08; font-weight: 900; }
#lh-wp-faq .lh-faq-cta-box p { margin: 0 auto 24px; max-width: 690px; color: rgba(255,255,255,.88); font-size: 16px; line-height: 1.55; }
#lh-wp-faq .lh-faq-cta-box .lh-btn { background: #fff; color: var(--lh-red); box-shadow: none; }
@media (max-width: 980px) {
  #lh-wp-faq .lh-faq-intro-grid, #lh-wp-faq .lh-faq-video-grid, #lh-wp-faq .lh-faq-layout { grid-template-columns: 1fr; }
  #lh-wp-faq .lh-faq-sidebar { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  #lh-wp-faq .lh-faq-sidebar strong { grid-column: 1 / -1; }
  #lh-wp-faq .lh-faq-stats { grid-template-columns: repeat(2, 1fr); }
  #lh-wp-faq .lh-faq-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  #lh-wp-faq .lh-faq-page-hero { min-height: 520px; }
  #lh-wp-faq .lh-faq-intro, #lh-wp-faq .lh-faq-video-band, #lh-wp-faq .lh-faq-main, #lh-wp-faq .lh-faq-gallery, #lh-wp-faq .lh-faq-cta { padding: 48px 0; }
  #lh-wp-faq .lh-faq-hero-copy { font-size: 15px; }
  #lh-wp-faq .lh-faq-stats { gap: 10px; }
  #lh-wp-faq .lh-faq-stat { padding: 18px 12px; }
  #lh-wp-faq .lh-faq-sidebar { grid-template-columns: 1fr; }
  #lh-wp-faq .lh-faq-item summary { padding: 18px 48px 18px 18px; font-size: 15px; }
  #lh-wp-faq .lh-faq-gallery-grid { grid-template-columns: 1fr; }
  #lh-wp-faq .lh-faq-cta-box { padding: 34px 20px; }
}


