.lf-about{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1a1a}.lf-about-hero{background:#f0f4ff;border-radius:16px;margin:40px 40px 0;padding:60px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.lf-about-hero__label{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#2563eb;margin-bottom:16px;display:block}.lf-about-hero__title{font-size:52px;font-weight:900;line-height:1.05;color:#111827;margin:0 0 24px}.lf-about-hero__text{font-size:16px;color:#4b5563;line-height:1.7;margin:0 0 28px}.lf-about-hero__badges{display:flex;gap:10px;flex-wrap:wrap}.lf-about-hero__badge{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:6px 16px;font-size:13px;font-weight:600;color:#374151}.lf-about-stats{display:flex;flex-direction:column;gap:16px}.lf-about-stat{background:#fff;border-radius:12px;padding:24px 28px;border:1px solid #e5e7eb}.lf-about-stat__number{font-size:36px;font-weight:900;color:#111827;margin:0 0 4px}.lf-about-stat__label{font-size:14px;color:#6b7280;margin:0}.lf-about-story{padding:80px 40px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.lf-about-story__label{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#2563eb;margin-bottom:16px;display:block}.lf-about-story__title{font-size:40px;font-weight:900;line-height:1.1;color:#111827;margin:0}.lf-about-story__text{font-size:16px;color:#4b5563;line-height:1.8;margin:0 0 20px}.lf-about-story__text:last-child{margin-bottom:0}.lf-about-features{padding:0 40px 60px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.lf-about-feature{background:#f9fafb;border-radius:12px;padding:32px 28px;border:1px solid #e5e7eb}.lf-about-feature__icon{font-size:28px;margin-bottom:16px}.lf-about-feature__title{font-size:18px;font-weight:700;margin:0 0 10px}.lf-about-feature__text{font-size:14px;color:#6b7280;line-height:1.6;margin:0}.lf-about-location{margin:0 40px 60px;background:#f0f4ff;border-radius:16px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr}.lf-about-location__content{padding:60px}.lf-about-location__label{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#2563eb;margin-bottom:16px;display:block}.lf-about-location__title{font-size:36px;font-weight:900;line-height:1.1;color:#111827;margin:0 0 20px}.lf-about-location__text{font-size:16px;color:#4b5563;line-height:1.7;margin:0 0 32px}.lf-about-location__address{display:flex;align-items:flex-start;gap:14px;background:#fff;border-radius:10px;padding:16px 20px;border:1px solid #e5e7eb}.lf-about-location__address-icon{font-size:20px;flex-shrink:0;margin-top:2px}.lf-about-location__address-name{font-size:15px;font-weight:700;color:#111827;margin:0 0 4px}.lf-about-location__address-detail{font-size:14px;color:#6b7280;margin:0}.lf-about-location__map{min-height:400px}.lf-about-location__map iframe{width:100%;height:100%;border:none;display:block;min-height:400px}@media(max-width:900px){.lf-about-hero{grid-template-columns:1fr;margin:20px 20px 0;padding:40px}.lf-about-hero__title{font-size:36px}.lf-about-story{grid-template-columns:1fr;gap:40px;padding:60px 20px}.lf-about-features{grid-template-columns:1fr;padding:0 20px 40px}.lf-about-location{grid-template-columns:1fr;margin:0 20px 40px}.lf-about-location__content{padding:40px}.lf-about-location__map,.lf-about-location__map iframe{min-height:300px}}.lf-contact{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:60px 40px;background:#fff}.lf-contact__card{background:#f0f6ff;border-radius:20px;padding:60px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;max-width:1100px;margin:0 auto}.lf-contact__label{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#2563eb;margin-bottom:16px;display:block}.lf-contact__title{font-size:48px;font-weight:900;line-height:1.05;color:#111827;margin:0 0 20px}.lf-contact__text{font-size:15px;color:#2563eb;line-height:1.7;margin:0 0 32px}.lf-contact__info-cards{display:flex;flex-direction:column;gap:14px}.lf-contact__info-card{background:#fff;border-radius:10px;padding:18px 22px;border:1px solid #e5e7eb}.lf-contact__info-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6b7280;margin:0 0 6px}.lf-contact__info-value{font-size:16px;font-weight:700;color:#111827;margin:0}.lf-contact__info-value a{color:#111827;text-decoration:none}.lf-contact__info-value a:hover{color:#2563eb}.lf-contact__form-wrap{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 24px #0000000f}.lf-contact__form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.lf-contact__input{width:100%;padding:14px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:15px;color:#1a1a1a;background:#fff;box-sizing:border-box;outline:none;transition:border-color .15s}.lf-contact__input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.lf-contact__input::placeholder{color:#9ca3af}.lf-contact__textarea{width:100%;padding:14px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:15px;color:#1a1a1a;background:#fff;box-sizing:border-box;outline:none;resize:vertical;min-height:160px;margin-bottom:14px;font-family:inherit;transition:border-color .15s}.lf-contact__textarea:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.lf-contact__textarea::placeholder{color:#9ca3af}.lf-contact__submit{width:100%;padding:16px;background:#2563eb;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:background .15s}.lf-contact__submit:hover{background:#1d4ed8}.lf-contact__success{display:none;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:16px;text-align:center;font-size:15px;font-weight:600;color:#16a34a;margin-top:14px}@media(max-width:900px){.lf-contact__card{grid-template-columns:1fr;padding:40px 28px;gap:40px}.lf-contact__title{font-size:36px}.lf-contact{padding:40px 20px}}@media(max-width:600px){.lf-contact__form-row{grid-template-columns:1fr}}.lfp-policy{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1a1a;background:#fff}.lfp-policy .page-width{max-width:1400px;margin:0 auto;padding:0 24px}.lfp-policy__hero{background:linear-gradient(135deg,#1e3a8a,#1e40af);padding:70px 60px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.lfp-policy__hero-eyebrow{color:#93c5fd;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:0 0 14px}.lfp-policy__hero-title{font-size:40px;font-weight:800;color:#fff;line-height:1.1;margin:0 0 18px}.lfp-policy__hero-text{font-size:17px;color:#dbeafe;line-height:1.6;margin:0}.lfp-policy__image-wrap{border-radius:12px;overflow:hidden;box-shadow:0 20px 50px #00000059}.lfp-policy__image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.lfp-policy__image-placeholder{background:#ffffff1f;border:2px dashed rgba(255,255,255,.3);border-radius:12px;height:320px;display:flex;align-items:center;justify-content:center;color:#dbeafe;font-size:15px;font-weight:600}.lfp-policy__main{padding:60px 0}.lfp-policy__heading{text-align:center;font-size:32px;font-weight:800;color:#1a1a1a;margin:0 0 8px}.lfp-policy__subheading{text-align:center;font-size:16px;color:#6b7280;margin:0 0 40px}.lfp-policy__grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}.lfp-policy__card{border-radius:12px;padding:32px}.lfp-policy__card--grey{background:#f9fafb;border:1px solid #e5e7eb}.lfp-policy__card--blue{background:#eaf3ff;border:1px solid #bfdbfe}.lfp-policy__card-title{font-size:22px;font-weight:800;color:#2563eb;margin:0 0 24px;text-align:center}.lfp-policy__section{padding-top:24px;border-top:1px solid rgba(0,0,0,.08);margin-top:24px}.lfp-policy__section:first-of-type{border-top:none;padding-top:0;margin-top:0}.lfp-policy__section-title{font-size:16px;font-weight:700;color:#1e3a8a;margin:0 0 10px}.lfp-policy__list{margin:0;padding-left:18px;font-size:14px;color:#374151;line-height:1.7}.lfp-policy__list li{margin-bottom:4px}.lfp-policy__sublist{margin:4px 0;padding-left:18px;list-style:circle;font-size:14px;color:#4b5563;line-height:1.6}.lfp-policy__footer{text-align:center;font-size:18px;font-weight:700;color:#1e3a8a;margin-top:40px}@media(max-width:900px){.lfp-policy__hero{grid-template-columns:1fr;padding:50px 24px}.lfp-policy__hero-title{font-size:30px}.lfp-policy__grid{grid-template-columns:1fr}}.lf-quiz{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#eef2ff,#dbeafe);padding:80px 40px;text-align:center}.lf-quiz__label{display:inline-block;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:6px 18px;font-size:13px;font-weight:600;color:#2563eb;margin-bottom:24px}.lf-quiz__title{font-size:48px;font-weight:900;line-height:1.1;color:#111827;margin:0 0 16px}.lf-quiz__sub{font-size:16px;color:#6b7280;margin:0 auto 48px;max-width:560px;line-height:1.6}.lf-quiz__progress{display:flex;justify-content:center;gap:8px;margin-bottom:32px}.lf-quiz__progress-dot{width:10px;height:10px;border-radius:50%;background:#cbd5e1;transition:background .2s}.lf-quiz__progress-dot.is-active{background:#2563eb}.lf-quiz__progress-dot.is-done{background:#93c5fd}.lf-quiz__card{background:#fff;border-radius:20px;padding:48px 40px;max-width:760px;margin:0 auto 32px;text-align:left;box-shadow:0 4px 24px #0000000f}.lf-quiz__question{font-size:26px;font-weight:800;color:#111827;margin:0 0 28px;text-align:center}.lf-quiz__options{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.lf-quiz__option{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px 16px;font-size:15px;font-weight:600;color:#374151;cursor:pointer;text-align:center;transition:all .15s}.lf-quiz__option:hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}.lf-quiz__option.is-selected{border-color:#2563eb;background:#eff6ff;color:#2563eb;box-shadow:0 0 0 2px #2563eb}.lf-quiz__option-sub{font-size:12px;color:#9ca3af;font-weight:400;margin-top:4px;display:block}.lf-quiz__result{display:none}.lf-quiz__result-label{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#2563eb;margin-bottom:10px;display:block}.lf-quiz__result-title{font-size:32px;font-weight:900;color:#111827;margin:0 0 12px}.lf-quiz__result-sub{font-size:16px;color:#6b7280;margin:0 0 28px;line-height:1.6}.lf-quiz__result-merv{display:inline-block;background:#2563eb;color:#fff;font-size:48px;font-weight:900;padding:20px 48px;border-radius:16px;margin-bottom:28px}.lf-quiz__result-reasons{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:10px}.lf-quiz__result-reason{display:flex;align-items:center;gap:10px;font-size:15px;color:#374151;font-weight:500}.lf-quiz__result-reason:before{content:"\2713";color:#2563eb;font-weight:700;flex-shrink:0}.lf-quiz__result-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.lf-quiz__btn-primary{background:#2563eb;color:#fff;border:none;border-radius:10px;padding:14px 32px;font-size:16px;font-weight:700;cursor:pointer;text-decoration:none;display:inline-block;transition:background .15s}.lf-quiz__btn-primary:hover{background:#1d4ed8;color:#fff}.lf-quiz__btn-outline{background:#fff;color:#2563eb;border:2px solid #2563eb;border-radius:10px;padding:14px 32px;font-size:16px;font-weight:700;cursor:pointer;text-decoration:none;display:inline-block;transition:all .15s}.lf-quiz__btn-outline:hover{background:#eff6ff}.lf-quiz__custom{background:#fff;border-radius:16px;padding:28px 36px;max-width:760px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;text-align:left;box-shadow:0 4px 24px #0000000f}.lf-quiz__custom-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#2563eb;margin-bottom:6px}.lf-quiz__custom-title{font-size:20px;font-weight:800;color:#111827;margin:0 0 4px}.lf-quiz__custom-text{font-size:14px;color:#6b7280;margin:0}@media(max-width:700px){.lf-quiz__title{font-size:32px}.lf-quiz__options{grid-template-columns:1fr}.lf-quiz__card{padding:32px 24px}.lf-quiz{padding:60px 20px}}.lf-home{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1a1a;display:block}.lf-home a{text-decoration:none}.lf-section-label{display:block;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#2563eb;margin-bottom:10px}.lf-btn{display:inline-block;padding:13px 28px;border-radius:6px;font-size:15px;font-weight:700;cursor:pointer;border:none;transition:background .15s,color .15s}.lf-btn--primary{background:#2563eb;color:#fff}.lf-btn--primary:hover{background:#1d4ed8;color:#fff}.lf-btn--outline{background:#fff;color:#2563eb;border:2px solid #2563eb}.lf-btn--outline:hover{background:#eff6ff}.lf-btn--white{background:#fff;color:#2563eb}.lf-btn--white:hover{background:#f0f4ff}.lf-hero{position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#eef2ff,#dbeafe)}.lf-hero__image-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.lf-hero__image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.lf-hero__image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0f172ae0,#0f172a99 42%,#0f172a33 72%,#0f172a00)}.lf-hero__image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:16px;color:#6366f1;font-weight:600;background:#c7d2fe}.lf-hero__content{position:relative;z-index:1;max-width:580px;padding:80px 60px}.lf-hero__badge{display:flex;gap:20px;margin-bottom:20px;font-size:13px;font-weight:600;color:#e5e7eb}.lf-hero__badge span:before{content:"\2713  ";color:#60a5fa}.lf-hero__title{font-size:48px;font-weight:800;line-height:1.15;color:#fff;margin:0 0 18px}.lf-hero__title span{color:#93c5fd}.lf-hero__text{font-size:17px;color:#d1d5db;line-height:1.6;margin:0 0 32px}.lf-hero__actions{display:flex;gap:14px;flex-wrap:wrap}.lf-trust{background:#1e3a8a;padding:14px 40px;display:flex;gap:0;overflow:hidden}.lf-trust__track{display:flex;gap:48px;white-space:nowrap;animation:lf-scroll 20s linear infinite}.lf-trust__item{font-size:13px;font-weight:600;color:#bfdbfe;display:flex;align-items:center;gap:6px}.lf-trust__item:before{content:"\2713";color:#60a5fa}@keyframes lf-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.lf-how{padding:80px 40px;text-align:center;background:#fff}.lf-how__heading{font-size:36px;font-weight:800;margin:0 0 12px}.lf-how__sub{font-size:16px;color:#6b7280;margin:0 0 56px}.lf-how__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:900px;margin:0 auto}.lf-how__step{padding:0 20px}.lf-how__step-num{width:52px;height:52px;border-radius:50%;background:#2563eb;color:#fff;font-size:22px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.lf-how__step-title{font-size:18px;font-weight:700;margin:0 0 10px}.lf-how__step-text{font-size:14px;color:#6b7280;line-height:1.6;margin:0}.lf-merv{padding:80px 40px;background:#f9fafb;text-align:center}.lf-merv__heading{font-size:36px;font-weight:800;margin:0 0 12px}.lf-merv__sub{font-size:16px;color:#6b7280;margin:0 0 48px}.lf-merv__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;max-width:1400px;margin:0 auto}.lf-merv__card{background:#fff;border-radius:12px;padding:28px 20px 24px;border:1px solid #e5e7eb;text-align:left;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}.lf-merv__card:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-2px)}.lf-merv__card-img-wrap{width:100%;height:220px;overflow:hidden;border-radius:8px;margin-bottom:18px;background:#e0e7ff;display:flex;align-items:center;justify-content:center}.lf-merv__card-img{width:100%;height:100%;object-fit:cover;display:block}.lf-merv__card-img-placeholder{font-size:13px;color:#6366f1;font-weight:600}.lf-merv__card-title{font-size:20px;font-weight:800;margin:0 0 4px}.lf-merv__card-sub{font-size:13px;font-weight:600;color:#2563eb;margin:0 0 10px}.lf-merv__card-best{font-size:12px;font-weight:700;color:#374151;margin:0 0 6px}.lf-merv__card-text{font-size:13px;color:#6b7280;line-height:1.5;margin:0 0 20px;flex:1}.lf-merv__card .lf-btn{width:100%;text-align:center;display:block;font-size:14px;padding:11px 0}.lf-custom{margin:0;border-radius:0;background:linear-gradient(135deg,#1e3a8a,#2563eb);padding:60px 80px;display:grid;grid-template-columns:280px 1fr auto;gap:60px;align-items:center;box-sizing:border-box;width:100%}.lf-custom__img{width:100%;max-width:280px;height:auto;border-radius:28px;border:8px solid #fff;box-shadow:0 8px 24px #0000004d;display:block;box-sizing:border-box}.lf-custom__img-placeholder{width:100%;height:180px;background:#ffffff26;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#bfdbfe;font-weight:600}.lf-custom__label{font-size:13px;font-weight:700;color:#93c5fd;letter-spacing:.1em;text-transform:uppercase;margin:0 0 10px}.lf-custom__title{font-size:36px;font-weight:800;color:#fff;margin:0 0 12px;line-height:1.2}.lf-custom__text{font-size:17px;color:#bfdbfe;margin:0;line-height:1.6}.lf-reviews{padding:80px 40px;background:#fff;text-align:center}.lf-reviews__heading{font-size:36px;font-weight:800;margin:0 0 12px}.lf-reviews__sub{font-size:16px;color:#6b7280;margin:0 0 48px}.lf-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto}.lf-review__card{background:#f9fafb;border-radius:12px;padding:28px 24px;text-align:left;border:1px solid #e5e7eb}.lf-review__stars{color:#f59e0b;font-size:16px;margin-bottom:12px}.lf-review__title{font-size:16px;font-weight:700;margin:0 0 10px}.lf-review__text{font-size:14px;color:#4b5563;line-height:1.6;margin:0 0 16px}.lf-review__author{font-size:13px;font-weight:600;color:#374151}.lf-review__verified{font-size:12px;color:#2563eb;font-weight:600}.lf-faq{padding:80px 40px;background:#f9fafb}.lf-faq__inner{max-width:700px;margin:0 auto}.lf-faq__heading{font-size:36px;font-weight:800;text-align:center;margin:0 0 12px}.lf-faq__sub{font-size:16px;color:#6b7280;text-align:center;margin:0 0 48px}.lf-faq__item{border-bottom:1px solid #e5e7eb}.lf-faq__question{width:100%;background:none;border:none;padding:20px 0;font-size:16px;font-weight:600;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:#1a1a1a}.lf-faq__question:after{content:"+";font-size:22px;color:#2563eb;font-weight:400}.lf-faq__question.is-open:after{content:"\2212"}.lf-faq__answer{font-size:15px;color:#4b5563;line-height:1.7;padding:0 0 20px;display:none}.lf-faq__answer.is-open{display:block}@media(max-width:900px){.lf-hero{min-height:460px}.lf-hero__content{padding:50px 24px;max-width:100%}.lf-hero__title{font-size:34px}.lf-merv__grid{grid-template-columns:repeat(3,1fr)}.lf-how__steps,.lf-reviews__grid{grid-template-columns:1fr}.lf-custom{grid-template-columns:1fr;padding:36px 28px;text-align:center;margin:40px 20px}.lf-custom__img-placeholder{margin:0 auto}}@media(max-width:600px){.lf-merv__grid{grid-template-columns:1fr}.lf-hero__title{font-size:28px}.lf-how,.lf-merv,.lf-reviews,.lf-faq{padding:50px 20px}}.fh-builder-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1a1a;padding:32px 0 60px}.fh-builder-page .page-width{max-width:1400px!important;padding-left:24px!important;padding-right:24px!important}.fh-builder-page__top{text-align:center;margin-bottom:32px}.fh-builder-page__banner{margin-bottom:24px;text-align:center}.fh-builder-page__banner-image{max-width:900px;width:100%;height:auto;display:inline-block;border-radius:10px}.fh-builder-page__help{display:block;font-size:16px;font-weight:600;color:#2563eb;text-decoration:none;letter-spacing:.04em;margin-bottom:8px}.fh-builder-page__help:hover{text-decoration:underline}.fh-builder-page__heading{font-size:34px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;margin:0}.fh-builder-card{border:1px solid #d1d5db;border-radius:10px;overflow:hidden;background:#fff;width:100%}.fh-builder-step{display:grid;grid-template-columns:300px 1fr;border-bottom:1px solid #e5e7eb}.fh-builder-step:last-child{border-bottom:none}.fh-builder-step__intro{padding:30px 26px;border-right:1px solid #e5e7eb;background:#fff}.fh-builder-step__number{width:44px;height:44px;border:2px solid #1a1a1a;border-radius:4px;font-size:22px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.fh-builder-step__title{font-size:22px;font-weight:700;margin:0 0 12px;line-height:1.3}.fh-builder-step__text{font-size:16px;color:#4b5563;line-height:1.5;margin:0 0 20px}.fh-builder-step__diagram{margin-bottom:20px}.fh-builder-step__diagram-image{width:100%;height:auto;border-radius:4px}.fh-builder-step__diagram-placeholder{background:#f3f4f6;border-radius:4px;height:180px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#9ca3af}.fh-nominal-tip{display:flex;gap:12px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;padding:14px 16px}.fh-nominal-tip__icon{flex-shrink:0;width:22px;color:#2563eb}.fh-nominal-tip__icon svg{width:22px;height:22px}.fh-nominal-tip__title{font-size:15px;font-weight:700;color:#1d4ed8;margin:0 0 4px}.fh-nominal-tip__text{font-size:14px;color:#1e40af;margin:0;line-height:1.4}.fh-nominal-tip__example{font-size:13px;color:#3b82f6}.fh-builder-step__content{padding:28px 32px}.fh-size-block+.fh-size-block{border-top:1px solid #e5e7eb;margin-top:24px;padding-top:24px}.fh-size-block__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.fh-size-block__title{font-size:20px;font-weight:600;margin:0}.fh-size-block__remove{background:none;border:none;color:#ef4444;font-size:16px;cursor:pointer;padding:4px 10px;border-radius:4px}.fh-size-block__remove:hover{background:#fee2e2}.fh-builder-form-grid{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:28px}.fh-builder-form-grid--sizes .fh-builder-field{flex:1;min-width:160px}.fh-builder-form-grid--sizes .fh-builder-field--small{flex:0 0 140px}.fh-builder-field__label{display:block;font-size:16px;font-weight:600;color:#374151;margin-bottom:8px}.fh-builder-field__label--merv{font-size:18px}.fh-builder-field__select{width:100%;padding:12px 40px 12px 16px;border:1px solid #d1d5db;border-radius:6px;font-size:18px;color:#1a1a1a;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 14px center;appearance:none;-webkit-appearance:none;cursor:pointer}.fh-builder-field__select:focus,.fh-builder-field__select:hover{outline:2px solid #2563eb;outline-offset:-1px;border-color:#2563eb}.fh-builder-field__input{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:6px;font-size:18px;color:#1a1a1a;background:#fff;box-sizing:border-box}.fh-builder-field__input:focus{outline:2px solid #2563eb;outline-offset:-1px;border-color:#2563eb}.fh-builder-field__input::placeholder{color:#9ca3af}.fh-builder-field__split{display:flex;gap:8px}.fh-builder-field__split .fh-builder-field__select{min-width:0}.fh-size-separator{font-size:22px;font-weight:700;color:#6b7280;align-self:center;padding-top:28px}.fh-size-block__merv{margin-bottom:28px}.fh-size-block__merv-head{display:flex;align-items:baseline;gap:14px;margin-bottom:14px}.fh-size-block__merv-note{font-size:14px;color:#6b7280}.fh-size-block__merv-options{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.fh-size-merv-card{display:flex;flex-direction:column;align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:14px 10px 16px;cursor:pointer;text-align:center;transition:border-color .15s,box-shadow .15s;gap:6px}.fh-size-merv-card:hover{border-color:#93c5fd}.fh-size-merv-card.is-active{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb}.fh-size-merv-card[hidden]{display:none}.fh-size-merv-card__image-wrap{width:100%;overflow:hidden;border-radius:4px;margin-bottom:6px}.fh-size-merv-card__image{width:100%;height:auto;display:block;object-fit:contain}.fh-size-merv-card__title{font-size:18px;font-weight:700;color:#1a1a1a;line-height:1.2}.fh-size-merv-card__sub{font-size:15px;color:#2563eb;font-weight:500}.fh-size-merv-card__best{font-size:13px;color:#6b7280;line-height:1.4}.fh-size-actions{margin-top:24px}.fh-add-size-btn{background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:13px 28px;font-size:17px;font-weight:600;color:#374151;cursor:pointer;transition:background .15s,border-color .15s}.fh-add-size-btn:hover{background:#f9fafb;border-color:#9ca3af}.fh-qty-row{display:flex;align-items:center;gap:16px;margin-bottom:28px;margin-top:22px}.fh-qty-row label{font-size:17px;font-weight:600;color:#374151;white-space:nowrap}.fh-qty-input{width:110px;padding:12px 16px;border:1px solid #d1d5db;border-radius:6px;font-size:18px;color:#1a1a1a;background:#fff;box-sizing:border-box;text-align:center}.fh-qty-input:focus{outline:2px solid #2563eb;outline-offset:-1px;border-color:#2563eb}.fh-builder-buy__summary{margin-bottom:24px}.fh-builder-buy__price{font-size:52px;font-weight:700;color:#1a1a1a;line-height:1;margin-bottom:8px}.fh-builder-buy__each{font-size:16px;color:#6b7280;margin-bottom:6px;min-height:24px}.fh-builder-buy__meta{font-size:16px;color:#6b7280}.fh-summary-line{margin-bottom:4px;font-size:16px}.fh-builder-buy__actions{display:flex;flex-direction:column;gap:12px}.fh-builder-buy__button{width:100%;padding:20px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:22px;font-weight:700;letter-spacing:.04em;cursor:pointer;text-transform:uppercase;transition:background .15s}.fh-builder-buy__button:hover{background:#1d4ed8}.fh-builder-buy__button:disabled{background:#93c5fd;cursor:not-allowed}.fh-builder-buy__button.is-loading{opacity:.7}.fh-builder-buy__status{font-size:16px;text-align:center;min-height:24px}.fh-builder-buy__status.is-error{color:#dc2626}.fh-builder-buy__status.is-success{color:#16a34a}.fh-builder-page__policy{text-align:center;font-size:15px;color:#6b7280;margin-top:24px}.fh-builder-page__policy a{color:#2563eb;text-decoration:underline}@media(max-width:900px){.fh-builder-step{grid-template-columns:1fr}.fh-builder-step__intro{border-right:none;border-bottom:1px solid #e5e7eb}.fh-size-block__merv-options{grid-template-columns:repeat(2,1fr)}.fh-builder-form-grid--sizes .fh-builder-field--small{flex:1 0 100%}}.lfp-removal{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1a1a}.lfp-removal__hero{background:linear-gradient(135deg,#1e3a8a,#1e40af);padding:70px 60px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.lfp-removal__eyebrow{color:#93c5fd;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:0 0 14px}.lfp-removal__title{font-size:44px;font-weight:800;color:#fff;line-height:1.1;margin:0 0 20px}.lfp-removal__title span{color:#7dd3fc}.lfp-removal__lead{font-size:17px;color:#dbeafe;line-height:1.6;margin:0 0 28px}.lfp-removal__divider{width:60px;height:4px;background:#a3e635;margin:0 0 24px;border-radius:2px}.lfp-removal__list{list-style:none;margin:0;padding:0}.lfp-removal__list li{display:flex;align-items:flex-start;gap:12px;color:#fff;font-size:16px;line-height:1.5;margin-bottom:16px}.lfp-removal__check{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#a3e635;display:flex;align-items:center;justify-content:center;margin-top:1px}.lfp-removal__check svg{width:14px;height:14px}.lfp-removal__list strong{display:block;color:#fff;font-weight:700}.lfp-removal__image-wrap{border-radius:12px;overflow:hidden;box-shadow:0 20px 50px #00000059}.lfp-removal__image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.lfp-removal__image-placeholder{background:#ffffff1f;border:2px dashed rgba(255,255,255,.3);border-radius:12px;height:340px;display:flex;align-items:center;justify-content:center;color:#dbeafe;font-size:15px;font-weight:600}.lfp-removal__area{background:#f0f9ff;border-top:1px solid #dbeafe;border-bottom:1px solid #dbeafe;padding:24px 60px;text-align:center}.lfp-removal__area strong{color:#1e3a8a}.lfp-removal__area p{margin:0;font-size:16px;color:#1e3a8a}.lfp-removal__how{padding:70px 60px;background:#fff;text-align:center}.lfp-removal__how-heading{font-size:32px;font-weight:800;color:#1a1a1a;margin:0 0 12px}.lfp-removal__how-sub{font-size:16px;color:#6b7280;margin:0 0 48px}.lfp-removal__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1000px;margin:0 auto}.lfp-removal__step-num{width:56px;height:56px;border-radius:50%;background:#1e3a8a;color:#fff;font-size:24px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.lfp-removal__step-title{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 10px}.lfp-removal__step-text{font-size:14px;color:#6b7280;line-height:1.6;margin:0}.lfp-removal__cta{background:linear-gradient(135deg,#1e3a8a,#1e40af);padding:60px;text-align:center}.lfp-removal__cta-heading{font-size:30px;font-weight:800;color:#fff;margin:0 0 14px}.lfp-removal__cta-text{font-size:16px;color:#dbeafe;max-width:640px;margin:0 auto 32px;line-height:1.6}.lfp-removal__cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:28px}.lfp-removal__cta-btn{display:inline-flex;align-items:center;gap:10px;padding:15px 30px;border-radius:8px;font-size:16px;font-weight:700;text-decoration:none}.lfp-removal__cta-btn--primary{background:#fff;color:#1e3a8a}.lfp-removal__cta-btn--primary:hover{background:#dbeafe}.lfp-removal__cta-btn--outline{background:transparent;color:#fff;border:2px solid #fff}.lfp-removal__cta-btn--outline:hover{background:#ffffff1a}.lfp-removal__cta-meta{color:#93c5fd;font-size:14px}@media(max-width:900px){.lfp-removal__hero{grid-template-columns:1fr;padding:50px 24px}.lfp-removal__title{font-size:32px}.lfp-removal__steps{grid-template-columns:1fr}.lfp-removal__how,.lfp-removal__cta{padding:50px 24px}.lfp-removal__area{padding:20px 24px}}
/*# sourceMappingURL=/cdn/shop/t/26/compiled_assets/styles.css.map */
