.landing-root.landing-checklist{--bg:#FAFAF8;--white:#FFFFFF;--text:#2B2B2B;--text-secondary:#666666;--accent:#BF9B64;--accent-deep:#8A6B3E;--accent-tint:#F4ECDD;--graphite:#2B2B2B;--border:#E7E4DD;--bg-dark:#14161A;--text-onDark:#F5F1E8;--text-onDark-secondary:rgba(245,241,232,0.68);--border-dark:rgba(255,255,255,0.14);--radius-card:16px;--radius-btn:12px;--shadow-card:0 2px 24px rgba(43,43,43,0.07);--font:"Manrope","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--sec-y:clamp(64px,9vw,140px);--container:1120px;--dur:.5s}.landing-root.landing-checklist,.landing-root.landing-checklist *,.landing-root.landing-checklist :after,.landing-root.landing-checklist :before{box-sizing:border-box}.landing-root.landing-checklist{scroll-behavior:smooth;overflow-x:clip;max-width:100vw;position:relative;isolation:isolate;margin:0;font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.5}.landing-root.landing-checklist img,.landing-root.landing-checklist svg,.landing-root.landing-checklist video{display:block;max-width:100%}.landing-root.landing-checklist a{color:inherit;text-decoration:none}.landing-root.landing-checklist button{font-family:inherit;cursor:pointer}.landing-root.landing-checklist h1,.landing-root.landing-checklist h2,.landing-root.landing-checklist h3,.landing-root.landing-checklist p{margin:0}.landing-root.landing-checklist h1{font-size:clamp(32px,5.2vw,54px);font-weight:700;line-height:1.15;letter-spacing:-.01em}.landing-root.landing-checklist h2{font-size:clamp(26px,3.6vw,36px);font-weight:700;line-height:1.2;letter-spacing:-.01em}.landing-root.landing-checklist h3{font-size:clamp(20px,2.6vw,28px);font-weight:600;line-height:1.3}.landing-root.landing-checklist .body-text{font-size:clamp(16px,1.6vw,20px);font-weight:400;color:var(--text)}.landing-root.landing-checklist .caption{font-size:16px;color:var(--text-secondary)}.landing-root.landing-checklist .container{max-width:var(--container);margin:0 auto;padding:0 24px}.landing-root.landing-checklist .container-narrow{max-width:760px}.landing-root.landing-checklist .section{padding:var(--sec-y) 0}.landing-root.landing-checklist ul{margin:0;padding:0;list-style:none}.landing-root.landing-checklist .reveal{opacity:0;transform:translateY(18px);transition:opacity var(--dur) ease,transform var(--dur) ease}.landing-root.landing-checklist .reveal.visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.landing-root.landing-checklist{scroll-behavior:auto}.landing-root.landing-checklist .reveal{opacity:1!important;transform:none!important;transition:none!important}.landing-root.landing-checklist *{animation:none!important;transition:none!important}}.landing-root.landing-checklist .top-bar{position:fixed;top:0;left:0;right:0;z-index:50;padding:20px 0;transition:background var(--dur) ease,box-shadow var(--dur) ease,padding var(--dur) ease}.landing-root.landing-checklist .top-bar.scrolled{background:rgba(20,22,26,.88);backdrop-filter:blur(8px);box-shadow:0 1px 0 var(--border-dark);padding:14px 0}.landing-root.landing-checklist .top-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:12px}.landing-root.landing-checklist .logo-group{display:flex;align-items:center;gap:10px;cursor:pointer}.landing-root.landing-checklist .logo{display:flex;align-items:center;gap:8px;font-weight:700;font-size:18px;letter-spacing:-.01em;color:var(--white);transition:color var(--dur) ease}.landing-root.landing-checklist .logo .dot{width:7px;height:7px;border-radius:50%;background:var(--accent);flex-shrink:0}.landing-root.landing-checklist .top-link{font-size:15px;color:var(--accent);border-bottom:1px solid rgba(191,155,100,.45);padding-bottom:2px;transition:color var(--dur) ease,border-color var(--dur) ease}.landing-root.landing-checklist .top-bar.scrolled .top-link{color:var(--accent);border-color:rgba(191,155,100,.45)}.landing-root.landing-checklist .hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden}.landing-root.landing-checklist #hero{min-height:100vh;display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-start;padding:0}.landing-root.landing-checklist #hero:before{content:none}.landing-root.landing-checklist .hero-media{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,12,10,.82),rgba(10,12,10,.58) 28%,rgba(10,12,10,.18) 52%,rgba(10,12,10,0) 70%),linear-gradient(180deg,rgba(10,12,10,0) 55%,rgba(10,12,10,.3)),url(/landing/checklist/images/hero.jpg);background-size:cover;background-position:50%}.landing-root.landing-checklist .hero-overlay{position:absolute;inset:0;background:rgba(10,12,10,.08)}.landing-root.landing-checklist .hero-content{position:relative;z-index:2;width:100%;max-width:1600px;margin:0 auto;padding:140px clamp(16px,4.2vw,48px) clamp(56px,8vw,96px);color:var(--white)}.landing-root.landing-checklist .hero-content h1{color:var(--white);max-width:16ch}.landing-root.landing-checklist .hero-sub{margin-top:20px;font-size:clamp(17px,2vw,21px);color:rgba(255,255,255,.88);max-width:620px;font-weight:400}.landing-root.landing-checklist .hero-content .btn-primary{margin-top:36px}.landing-root.landing-checklist .btn-primary{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:var(--bg-dark);border:none;border-radius:var(--radius-btn);padding:16px 30px;font-family:var(--font);font-size:17px;font-weight:700;cursor:pointer;transition:transform .25s ease,background .25s ease}.landing-root.landing-checklist .btn-primary:hover{transform:translateY(-2px);background:#D3B27E}.landing-root.landing-checklist .btn-primary:disabled{opacity:.7;cursor:default;transform:none}.landing-root.landing-checklist .btn-secondary{display:inline-flex;align-items:center;justify-content:center;background:var(--white);color:var(--graphite);border:1.5px solid var(--graphite);border-radius:var(--radius-btn);padding:14.5px 30px;font-family:var(--font);font-size:17px;font-weight:600;cursor:pointer;transition:transform .25s ease,background .25s ease}.landing-root.landing-checklist .btn-secondary:hover{transform:translateY(-2px);background:#f2f0ea}.landing-root.landing-checklist .hero-hint{margin-top:16px;font-size:14px;color:rgba(255,255,255,.75)}.landing-root.landing-checklist .card{background:var(--white);border-radius:var(--radius-card);box-shadow:var(--shadow-card);transition:transform .3s ease,box-shadow .3s ease}.landing-root.landing-checklist .expect-grid{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.landing-root.landing-checklist .expect-card{padding:36px 28px;text-align:left}.landing-root.landing-checklist .expect-card:hover{transform:scale(1.02)}.landing-root.landing-checklist .expect-icon{width:40px;height:40px;color:var(--accent-deep);margin-bottom:20px}.landing-root.landing-checklist .expect-card h3{font-size:20px;margin-bottom:8px}.landing-root.landing-checklist .expect-card p{color:var(--text-secondary);font-size:16px}@media (max-width:860px){.landing-root.landing-checklist .expect-grid{grid-template-columns:1fr}}.landing-root.landing-checklist h2.section-title{margin-bottom:12px}.landing-root.landing-checklist .section-lead{color:var(--text-secondary);font-size:18px;max-width:640px;margin-bottom:16px}.landing-root.landing-checklist .progress-track{width:100%;max-width:420px;height:6px;border-radius:3px;background:var(--border);margin-bottom:40px;overflow:hidden}.landing-root.landing-checklist .progress-fill{height:100%;width:0;background:var(--accent);border-radius:3px;transition:width .5s ease}.landing-root.landing-checklist .checklist-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:40px;align-items:start}@media (max-width:900px){.landing-root.landing-checklist .checklist-grid{grid-template-columns:1fr}}.landing-root.landing-checklist .checklist-col{position:relative;min-height:360px}.landing-root.landing-checklist .qcard{padding:40px}.landing-root.landing-checklist .qcard.entering{animation:checklistQcardIn .45s ease both}.landing-root.landing-checklist .qcard.leaving{animation:checklistQcardOut .28s ease both}@keyframes checklistQcardIn{0%{opacity:0;transform:translateX(28px)}to{opacity:1;transform:translateX(0)}}@keyframes checklistQcardOut{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-28px)}}@media (prefers-reduced-motion:reduce){.landing-root.landing-checklist .qcard.entering,.landing-root.landing-checklist .qcard.leaving{animation:none}}.landing-root.landing-checklist .q-kicker{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px}.landing-root.landing-checklist .q-section{font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--accent-deep)}.landing-root.landing-checklist .q-count{font-size:13px;color:var(--text-secondary)}.landing-root.landing-checklist .q-group-title{font-size:15px;color:var(--text-secondary);margin-bottom:6px}.landing-root.landing-checklist .q-text{font-size:clamp(22px,3vw,28px);font-weight:600;line-height:1.3;margin-bottom:32px}.landing-root.landing-checklist .chip-row{display:flex;gap:14px;flex-wrap:wrap}.landing-root.landing-checklist .chip{flex:1 1 140px;display:flex;align-items:center;justify-content:center;gap:8px;padding:18px 24px;border-radius:999px;border:1.5px solid var(--border);background:var(--white);font-family:var(--font);font-size:17px;font-weight:600;color:var(--text);cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease,color .15s ease}.landing-root.landing-checklist .chip:hover{transform:translateY(-2px);border-color:var(--accent-deep)}.landing-root.landing-checklist .chip.chip-yes.selected{background:var(--accent);border-color:var(--accent);color:var(--bg-dark)}.landing-root.landing-checklist .chip.chip-no.selected{background:var(--graphite);border-color:var(--graphite);color:var(--white)}.landing-root.landing-checklist .chip:disabled{cursor:default}.landing-root.landing-checklist .wrapup-card{padding:40px;text-align:left}.landing-root.landing-checklist .wrapup-card h3{margin-bottom:10px}.landing-root.landing-checklist .wrapup-card p{color:var(--text-secondary);margin-bottom:20px}.landing-root.landing-checklist .reset-link{font-size:14px;color:var(--text-secondary);background:none;border:none;border-bottom:1px solid var(--border);padding-bottom:1px;cursor:pointer;font-family:var(--font)}.landing-root.landing-checklist .back-link{display:block;margin-top:24px}.landing-root.landing-checklist .tips-col{position:sticky;top:100px}.landing-root.landing-checklist .tips-title{font-size:18px;margin-bottom:16px}@media (max-width:900px){.landing-root.landing-checklist .tips-col{position:static;margin-top:8px}}.landing-root.landing-checklist .tip-current{padding:24px;font-size:15px;line-height:1.6;color:var(--text-secondary);opacity:1;transform:translateY(0);transition:opacity .4s ease,transform .4s ease}.landing-root.landing-checklist .tip-current.tip-enter{animation:checklistTipIn .45s ease both}@keyframes checklistTipIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.landing-root.landing-checklist .tip-current .tip-label{display:block;font-weight:600;font-size:14px;color:var(--accent-deep);margin-bottom:8px}.landing-root.landing-checklist .tip-current .tip-label.tip-ok{color:#5C7A5C}@media (prefers-reduced-motion:reduce){.landing-root.landing-checklist .tip-current.tip-enter{animation:none}}.landing-root.landing-checklist .q-icon{width:52px;height:52px;color:var(--accent-deep);margin-bottom:20px}.landing-root.landing-checklist .q-icon svg{width:100%;height:100%}.landing-root.landing-checklist .chip svg{flex-shrink:0}.landing-root.landing-checklist .result-section{background:var(--bg)}.landing-root.landing-checklist .result-top{display:flex;align-items:center;gap:32px;margin:36px 0 40px;flex-wrap:wrap}.landing-root.landing-checklist .gauge-wrap{position:relative;width:140px;height:140px;flex-shrink:0}.landing-root.landing-checklist .gauge-svg{width:100%;height:100%;transform:scaleX(-1)}.landing-root.landing-checklist .gauge-track{fill:none;stroke:var(--border);stroke-width:9}.landing-root.landing-checklist .gauge-fill{fill:none;stroke:var(--accent);stroke-width:9;stroke-linecap:round}.landing-root.landing-checklist .gauge-label{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.landing-root.landing-checklist .gauge-pct{font-size:28px;font-weight:700;color:var(--text)}.landing-root.landing-checklist .gauge-caption{font-size:12px;color:var(--text-secondary);line-height:1.3;margin-top:4px}.landing-root.landing-checklist .result-verdict{flex:1 1 260px;font-size:19px;font-weight:600;line-height:1.4}.landing-root.landing-checklist .category-bars{display:flex;flex-direction:column;gap:18px;margin-bottom:48px}.landing-root.landing-checklist .cat-bar-head{display:flex;justify-content:space-between;font-size:15px;margin-bottom:8px}.landing-root.landing-checklist .cat-bar-head span:first-child{font-weight:600}.landing-root.landing-checklist .cat-bar-head span:last-child{color:var(--text-secondary)}.landing-root.landing-checklist .cat-bar-track{height:8px;border-radius:4px;background:var(--border);overflow:hidden}.landing-root.landing-checklist .cat-bar-fill{height:100%;background:var(--accent);border-radius:4px;transition:width 1s ease}.landing-root.landing-checklist .result-subheading{margin-bottom:8px}.landing-root.landing-checklist #resultTips{margin-bottom:40px}.landing-root.landing-checklist .gd-card{padding:36px;background:var(--bg-dark)}.landing-root.landing-checklist .gd-card h3{color:var(--text-onDark);margin-bottom:22px}.landing-root.landing-checklist .gd-answer-row{margin-bottom:20px}.landing-root.landing-checklist .gd-answer-row:last-child{margin-bottom:0}.landing-root.landing-checklist .gd-answer-title{display:block;font-size:14px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--accent);margin-bottom:6px}.landing-root.landing-checklist .gd-answer-row p{color:var(--text-onDark-secondary);font-size:16px;line-height:1.55}.landing-root.landing-checklist .faq-list{display:flex;flex-direction:column;gap:14px;margin-top:40px}.landing-root.landing-checklist .faq-item{padding:0;overflow:hidden}.landing-root.landing-checklist .faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:26px 30px;cursor:pointer}.landing-root.landing-checklist .faq-q h3{font-size:19px;font-weight:600}.landing-root.landing-checklist .faq-plus{font-size:22px;font-weight:400;color:var(--text-secondary);transition:transform .3s ease;flex-shrink:0}.landing-root.landing-checklist .faq-item.open .faq-plus{transform:rotate(45deg)}.landing-root.landing-checklist .faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}.landing-root.landing-checklist .faq-a-inner{padding:0 30px 28px;color:var(--text-secondary);font-size:17px;line-height:1.6}.landing-root.landing-checklist .philosophy{text-align:center;background:var(--bg-dark)}.landing-root.landing-checklist .philosophy-kicker{display:inline-block;font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);margin-bottom:20px}.landing-root.landing-checklist .philosophy-quote{font-size:clamp(24px,3.4vw,34px);font-weight:600;line-height:1.4;color:var(--text-onDark)}.landing-root.landing-checklist .philosophy-text{margin-top:20px;font-size:19px;color:var(--text-onDark-secondary)}.landing-root.landing-checklist .final-cta{background:var(--bg-dark)}.landing-root.landing-checklist .final-card{padding:clamp(36px,6vw,64px);text-align:left}.landing-root.landing-checklist .final-card h2{margin-bottom:10px}.landing-root.landing-checklist .final-sub{font-size:19px;color:var(--text-secondary);margin-bottom:20px}.landing-root.landing-checklist .final-card>.body-text{margin-bottom:32px;color:var(--text-secondary)}.landing-root.landing-checklist .cta-buttons{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:36px}.landing-root.landing-checklist .hidden{display:none!important}.landing-root.landing-checklist .contacts-row{display:flex;flex-wrap:wrap;align-items:center;gap:24px;padding-top:28px;border-top:1px solid var(--border)}.landing-root.landing-checklist .contacts-row a{font-size:16px;font-weight:600}.landing-root.landing-checklist .icon-link{width:22px;height:22px;color:var(--text-secondary);transition:color .2s ease}.landing-root.landing-checklist .icon-link:hover{color:var(--graphite)}.landing-root.landing-checklist .production-note{margin-top:18px;font-size:15px;color:var(--text-secondary)}.landing-root.landing-checklist #landing-form-slot{margin-bottom:36px}.landing-root.landing-checklist .checklist-lead-form{max-width:480px}.landing-root.landing-checklist .form-row{margin-bottom:18px}.landing-root.landing-checklist .form-row label{display:block;font-size:13.5px;font-weight:600;color:var(--text-secondary);margin-bottom:6px}.landing-root.landing-checklist .form-row input{width:100%;height:52px;border-radius:var(--radius-btn);border:1.5px solid var(--border);padding:0 16px;font-size:16px;font-family:var(--font);background:var(--bg);color:var(--text);transition:border-color .2s ease}.landing-root.landing-checklist .form-row input:focus{outline:none;border-color:var(--accent-deep)}.landing-root.landing-checklist .form-row input::-moz-placeholder{color:var(--text-secondary);opacity:.8}.landing-root.landing-checklist .form-row input::placeholder{color:var(--text-secondary);opacity:.8}.landing-root.landing-checklist .checklist-lead-form .btn-primary{width:100%;margin-top:4px}.landing-root.landing-checklist .checklist-lead-form .micro{font-size:13px;color:var(--text-secondary);margin-top:10px}.landing-root.landing-checklist .checklist-lead-form .form-error{color:#C0503A;margin-top:8px;font-size:14px}.landing-root.landing-checklist .checklist-lead-form .form-success{padding:18px 22px;background:#F1F4EF;border-radius:var(--radius-btn);color:var(--text);font-size:16px}.landing-root.landing-checklist .checklist-lead-form .form-success h3{font-size:18px;margin-bottom:6px}.landing-root.landing-checklist .personal-data-consent{margin:14px 0;color:var(--text-secondary);font-size:13px;line-height:1.45}.landing-root.landing-checklist .personal-data-consent a{color:var(--accent-deep);text-decoration:underline}.landing-root.landing-checklist .personal-data-consent__checkbox{accent-color:var(--accent-deep)}.landing-root.landing-checklist .landing-gorny-footer,.landing-root.landing-checklist footer.landing-gorny-footer{background:var(--bg-dark)!important;color:var(--text-onDark-secondary)!important;border-top:1px solid var(--border-dark);padding:40px 0!important;font-size:13.5px}.landing-root.landing-checklist .landing-gorny-footer__inner{max-width:var(--container);margin:0 auto;padding:0 24px}.landing-root.landing-checklist .landing-gorny-footer__top{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:20px;border-bottom:1px solid var(--border-dark);margin-bottom:16px}.landing-root.landing-checklist .landing-gorny-footer__brand{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1 1 180px}.landing-root.landing-checklist .landing-gorny-footer__name{font-family:var(--font);font-weight:800;font-size:18px;color:var(--accent)!important;text-decoration:none}.landing-root.landing-checklist .landing-gorny-footer__subtitle{font-size:12px;color:var(--text-onDark-secondary);line-height:1.4}.landing-root.landing-checklist .landing-gorny-footer__nav{display:flex;flex-wrap:wrap;gap:12px 20px;justify-content:flex-start;align-items:center;flex:2 1 220px;min-width:0}.landing-root.landing-checklist .landing-gorny-footer__nav a{color:rgba(245,241,232,.7)!important;font-size:14px;text-decoration:none;white-space:nowrap}.landing-root.landing-checklist .landing-gorny-footer__nav a:hover{color:var(--accent)!important}.landing-root.landing-checklist .landing-gorny-footer__copy{font-size:12px;color:var(--text-onDark-secondary);flex:1 1 140px;min-width:0;margin:0;line-height:1.4}.landing-root.landing-checklist .landing-gorny-footer__legal{display:flex;flex-wrap:wrap;gap:10px 16px;justify-content:flex-start}.landing-root.landing-checklist .landing-gorny-footer__legal a{font-size:12px;color:var(--text-onDark-secondary)!important;text-decoration:none}.landing-root.landing-checklist .landing-gorny-footer__legal a:hover{color:var(--accent)!important}@media (max-width:700px){.landing-root.landing-checklist .landing-gorny-footer__top{flex-direction:column;align-items:stretch;gap:14px}.landing-root.landing-checklist .landing-gorny-footer__nav{flex-direction:column;align-items:flex-start;gap:10px}.landing-root.landing-checklist .landing-gorny-footer__nav a{white-space:normal}.landing-root.landing-checklist .landing-gorny-footer__legal{flex-direction:column;align-items:flex-start;gap:8px}}.landing-root[data-editable="1"].landing-checklist .archive-edit-field,.landing-root[data-editable="1"].landing-checklist .archive-edit-img{outline:1px dashed rgba(191,155,100,.6);outline-offset:2px;cursor:pointer!important}.landing-root[data-editable="1"].landing-checklist .archive-edit-field:hover,.landing-root[data-editable="1"].landing-checklist .archive-edit-img:hover{outline:2px solid rgba(191,155,100,.95);outline-offset:2px}@media (max-width:900px){.landing-root.landing-checklist,.landing-root.landing-checklist .container{max-width:100%;overflow-x:clip}.landing-root.landing-checklist .body-text,.landing-root.landing-checklist .btn-primary,.landing-root.landing-checklist .btn-secondary,.landing-root.landing-checklist h1,.landing-root.landing-checklist h2,.landing-root.landing-checklist h3,.landing-root.landing-checklist p{overflow-wrap:anywhere;word-break:break-word}.landing-root.landing-checklist .checklist-lead-form{max-width:100%}}@media (max-width:480px){.landing-root.landing-checklist .hero-content{padding-left:20px;padding-right:20px}.landing-root.landing-checklist .final-card{padding:28px 20px}}