.lpq-overlay{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:transparent;transition:background .4s ease}.lpq-overlay.ready{background:rgba(0,0,0,.35)}.lpq-sheet{--lpq-accent:#c2733a;--lpq-accent-tint:#fef3e8;background:#fff;border-radius:28px;width:calc(100% - 32px);max-width:520px;max-height:88vh;overflow-y:auto;padding:32px 32px 36px;position:relative;transform:translateY(60px) scale(.95);opacity:0;animation:lpqSheetUp .5s cubic-bezier(.34,1.4,.64,1) .05s forwards;box-shadow:0 24px 80px rgba(0,0,0,.15)}.lpq-sheet.lpq-tone-hrt{--lpq-accent:#b85c5c;--lpq-accent-tint:#f5e8e8}@keyframes lpqSheetUp{0%{transform:translateY(60px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.lpq-handle{width:40px;height:4px;border-radius:4px;background:#ddd;margin:0 auto 20px}.lpq-close{position:absolute;top:16px;right:16px;background:rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.06);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background .2s ease,transform .2s ease}.lpq-close:hover{background:rgba(0,0,0,.08);transform:scale(1.08)}.lpq-stagger>:not(.lpq-result-check){opacity:0;transform:translateY(20px);animation:lpqStaggerFadeIn .45s ease forwards}.lpq-stagger>:first-child{animation-delay:.2s}.lpq-stagger>:nth-child(2){animation-delay:.3s}.lpq-stagger>:nth-child(3){animation-delay:.4s}.lpq-stagger>:nth-child(4){animation-delay:.45s}.lpq-stagger>:nth-child(5){animation-delay:.5s}.lpq-stagger>:nth-child(6){animation-delay:.55s}@keyframes lpqStaggerFadeIn{to{opacity:1;transform:translateY(0)}}.lpq-title{font-size:2rem;font-weight:400;color:#1a1a1a;text-align:center;margin-bottom:8px;letter-spacing:-.02em}.lpq-sub{font-size:1rem;color:#888;text-align:center;margin-bottom:40px}.lpq-progress{display:flex;gap:6px;margin-bottom:36px}.lpq-progress-dot{flex:1 1;height:3px;border-radius:3px;background:rgba(0,0,0,.08);transition:background .5s ease;position:relative;overflow:hidden}.lpq-progress-dot.active{background:var(--lpq-accent)}.lpq-progress-dot.active:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3) 50%,transparent);animation:lpqShimmer 1.5s ease-in-out infinite}@keyframes lpqShimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.lpq-question{font-size:1.4rem;font-weight:400;color:#1a1a1a;text-align:center;margin-bottom:28px;min-height:2.6rem;line-height:1.3}.lpq-options{display:flex;flex-direction:column;gap:12px}.lpq-option{background:#fff;border:1px solid #e5e5e5;color:#1a1a1a;padding:18px 22px;border-radius:16px;font-size:1rem;font-family:inherit;cursor:pointer;text-align:left;transition:background .2s ease,border-color .2s ease,transform .15s ease;animation:lpqOptionSlideIn .4s cubic-bezier(.22,1,.36,1) both;opacity:0;box-shadow:0 1px 4px rgba(0,0,0,.04)}@keyframes lpqOptionSlideIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.lpq-option:hover{background:#fafafa;border-color:#ccc;transform:translateX(4px)}.lpq-option:active{transform:scale(.98);background:var(--lpq-accent-tint);border-color:var(--lpq-accent)}.lpq-result{text-align:center}.lpq-result-check{width:80px;height:80px;background:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;animation:lpqCheckPop .5s cubic-bezier(.34,1.56,.64,1) .2s both}@keyframes lpqCheckPop{0%{transform:scale(0)}to{transform:scale(1)}}.lpq-check-path{stroke-dasharray:30;stroke-dashoffset:30;animation:lpqCheckDraw .4s ease .5s forwards}@keyframes lpqCheckDraw{to{stroke-dashoffset:0}}.lpq-result h3{font-size:1.7rem;font-weight:500;color:#1a1a1a;margin-bottom:14px}.lpq-result p{font-size:1rem;color:#777;margin-bottom:36px;line-height:1.55;max-width:44ch;margin-left:auto;margin-right:auto}.lpq-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--lpq-accent);color:#fff;border:none;padding:16px 32px;border-radius:100px;font-size:1.05rem;font-weight:500;font-family:inherit;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin:0 auto;text-decoration:none;box-shadow:0 0 0 0 rgba(194,115,58,.4);animation:lpqCtaGlow 2s ease-in-out infinite}.lpq-tone-hrt .lpq-cta{background:#b85c5c;box-shadow:0 0 0 0 rgba(184,92,92,.4);animation-name:lpqCtaGlowHrt}.lpq-result .lpq-cta{opacity:1;transform:none}.lpq-cta:hover{transform:translateY(-2px)}.lpq-cta:active{transform:translateY(0)}@keyframes lpqCtaGlow{0%,to{box-shadow:0 0 0 0 rgba(194,115,58,.4)}50%{box-shadow:0 0 0 12px rgba(194,115,58,0)}}@keyframes lpqCtaGlowHrt{0%,to{box-shadow:0 0 0 0 rgba(184,92,92,.4)}50%{box-shadow:0 0 0 12px rgba(184,92,92,0)}}.lpq-cta-arrow{transition:transform .2s ease}.lpq-cta:hover .lpq-cta-arrow{transform:translateX(3px)}.lpq-result-benefits{display:flex;justify-content:center;gap:24px;margin-top:28px;flex-wrap:wrap}.lpq-result-benefits span{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#999}.lpq-result-benefits svg{width:14px;height:14px}.site-header{position:fixed;top:12px;left:50%;transform:translateX(-50%);width:min(1280px,calc(100% - 32px));z-index:999;border-radius:28px;background-color:transparent;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:box-shadow .2s ease-in-out}.site-header.white .btn-primary{background-color:#fff;color:#000}.site-header.white .btn-primary:hover{background-color:#eee}.site-header.black .btn-primary{background-color:#000;color:#fff}.site-header.black .btn-primary:hover{background-color:#333}.site-header.white.scrolled{box-shadow:0 2px 8px hsla(0,0%,100%,.3)}.site-header.black.scrolled{box-shadow:0 2px 8px rgba(0,0,0,.3)}.header-container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:8px}.header-logo{display:inline-flex;align-items:center;padding:6px 10px;border-radius:9999px}.header-logo img{height:35px;width:auto}.header-actions{display:flex;align-items:center;gap:12px}.header-login{padding:10px 20px;font-size:.95rem;font-weight:500;text-decoration:none;border-radius:100px;transition:background-color .2s ease}.site-header.white .header-login{color:#fff}.site-header.white .header-login:hover{background-color:hsla(0,0%,100%,.12)}.site-header.black .header-login{color:#000}.site-header.black .header-login:hover{background-color:rgba(0,0,0,.06)}.btn-primary{padding:12px 24px;border-radius:100px;border:none;cursor:pointer;font-size:1rem;text-decoration:none;transition:background-color .25s ease,transform .25s ease,box-shadow .25s ease}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.btn-primary:active{transform:translateY(0);box-shadow:none}@media (max-width:768px){.header-container{padding:12px}.header-logo img{height:32px}.header-actions{gap:6px}.header-login{padding:8px 12px;font-size:.85rem}.btn-primary{padding:10px 18px;font-size:.85rem}}@media (min-width:1024px){.site-header .header-container{max-width:calc(100% - 16px)}}.header-nav{display:none;align-items:center;gap:4px}@media (min-width:1024px){.header-nav{display:flex;flex:1 1;justify-content:center}}.header-nav-item{position:relative}.header-nav-link{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border-radius:100px;font-size:.95rem;font-weight:500;text-decoration:none;cursor:pointer;transition:background-color .2s ease,color .2s ease}.site-header.white .header-nav-link{color:hsla(0,0%,100%,.92)}.site-header.white .header-nav-item.is-open .header-nav-link,.site-header.white .header-nav-link:hover{background:hsla(0,0%,100%,.12);color:#fff}.site-header.black .header-nav-link{color:#1a1a1a}.site-header.black .header-nav-item.is-open .header-nav-link,.site-header.black .header-nav-link:hover{background:rgba(0,0,0,.06)}.header-nav-chevron{display:inline-flex;align-items:center;opacity:.7;transition:transform .2s ease}.header-nav-item.is-open .header-nav-chevron{transform:rotate(180deg)}.header-dropdown{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(-6px);min-width:540px;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;padding-top:4px}.header-nav-item.is-open .header-dropdown{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}.header-dropdown-inner{background:#fff;border:1px solid #ececec;border-radius:20px;box-shadow:0 16px 48px rgba(0,0,0,.08);padding:24px 28px;color:#1a1a1a}.header-dropdown-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:32px;gap:32px}.header-dropdown-col-title{display:block;font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#888;margin-bottom:12px}.header-dropdown-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.header-dropdown-link{display:block;padding:9px 10px;margin:0 -10px;border-radius:10px;text-decoration:none;color:#1a1a1a;font-size:.97rem;font-weight:500;transition:background .15s ease,color .15s ease}.header-dropdown-link:hover{background:#fafafa;color:#c2733a}.header-nav-item.tone-hrt .header-dropdown-link:hover{background:#fdf5f2;color:#b85c5c}.header-nav-item.tone-hrt .header-dropdown-col-title,.header-nav-item.tone-hrt .header-dropdown-footer{color:#b85c5c}.header-dropdown-link-label{display:inline-flex;align-items:center;gap:8px}.header-dropdown-tag{display:inline-block;font-size:.68rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;padding:2px 8px;border-radius:100px;background:#f4f4f4;color:#888}.header-dropdown-footer{display:block;margin-top:18px;padding-top:14px;border-top:1px solid #ececec;font-size:.92rem;font-weight:500;color:#c2733a;text-decoration:none;letter-spacing:-.005em}.header-dropdown-footer:hover{text-decoration:underline}.header-mobile-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:0;border-radius:100px;transition:background-color .2s ease}.site-header.white .header-mobile-toggle{color:#fff}.site-header.white .header-mobile-toggle:hover{background:hsla(0,0%,100%,.12)}.site-header.black .header-mobile-toggle{color:#1a1a1a}.site-header.black .header-mobile-toggle:hover{background:rgba(0,0,0,.06)}@media (min-width:1024px){.header-mobile-toggle{display:none}}@media (max-width:1023px){.header-cta,.header-login{display:none}}.header-mobile-sheet{position:fixed;inset:0;background:#fff;z-index:1000;display:flex;flex-direction:column;animation:hmsSlideIn .3s ease both}@keyframes hmsSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.header-mobile-top{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #ececec}.header-mobile-close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(0,0,0,.04);border:none;border-radius:100px;color:#1a1a1a;cursor:pointer}.header-mobile-nav{flex:1 1;overflow-y:auto;padding:8px 12px 16px}.header-mobile-row{border-bottom:1px solid #f4f4f4}.header-mobile-link{display:flex;width:100%;align-items:center;justify-content:space-between;padding:18px 12px;font-size:1.1rem;font-weight:500;background:none;border:none;text-align:left;color:#1a1a1a;text-decoration:none;cursor:pointer;font-family:inherit}.header-mobile-link.is-expanded{color:#c2733a}.header-mobile-chevron{display:inline-flex;align-items:center;color:#999;transition:transform .2s ease}.header-mobile-link.is-expanded .header-mobile-chevron{transform:rotate(180deg)}.header-mobile-sub{padding:4px 8px 16px}.header-mobile-sub-col{margin-bottom:14px}.header-mobile-sub-title{display:block;font-size:.7rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#888;margin:0 12px 6px}.header-mobile-sub-col ul{list-style:none;padding:0;margin:0}.header-mobile-sub-col ul li a{display:flex;align-items:center;gap:8px;padding:12px;font-size:1rem;font-weight:500;color:#1a1a1a;text-decoration:none;border-radius:10px}.header-mobile-sub-col ul li a:hover{background:#fafafa}.header-mobile-sub-footer{display:block;padding:12px 12px 0;font-size:.95rem;font-weight:500;color:#c2733a;text-decoration:none}.header-mobile-actions{display:flex;flex-direction:column;gap:10px;padding:16px 20px 24px;border-top:1px solid #ececec}.header-mobile-login{display:block;text-align:center;padding:14px;font-size:1rem;font-weight:500;color:#1a1a1a;text-decoration:none;border:1px solid #1a1a1a;border-radius:100px}.header-mobile-sheet .header-mobile-cta{background:#1a1a1a;background-color:#1a1a1a;color:#fff;padding:14px;font-size:1rem;font-weight:500;font-family:inherit;cursor:pointer;border:none}.header-mobile-link.is-section{font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#888;padding:18px 12px 6px;pointer-events:auto}