@import"https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600&display=swap";@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Medium.woff2) format("woff2");font-weight:500;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Semibold.woff2) format("woff2");font-weight:600;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Bold.woff2) format("woff2");font-weight:700;font-display:swap}:root{--ground: #1e1e1e;--ground-raised: #262626;--ground-deep: #141414;--paper: #ffffff;--accent: #f34c08;--accent-hover: #ff6b00;--accent-press: #fb3831;--system: #313bfb;--gradient-ember: linear-gradient(124.62deg, #fb3831 -.53%, #c88c0a 108.87%);--text: var(--paper);--text-2: rgba(255, 255, 255, .56);--text-3: rgba(255, 255, 255, .4);--rule: rgba(255, 255, 255, .2);--wash: rgba(217, 217, 217, .1);--field: rgba(255, 255, 255, .06);--font-display: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;--font-text: "Golos Text", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;--fs-hero: clamp(34px, 5.4vw, 72px);--fs-h2: clamp(28px, 4.6vw, 48px);--fs-h3: clamp(20px, 2.4vw, 26px);--fs-lead: clamp(17px, 1.8vw, 20px);--fs-body: 16px;--fs-small: 14px;--fs-numeral: clamp(88px, 16vw, 180px);--ls-display: -.035em;--ls-title: -.025em;--page-max: 1200px;--gutter: 16px;--section-y: 72px;--radius-tag: 5px;--radius: 10px;--radius-lg: 20px;--radius-pill: 40px;--ease-brand: cubic-bezier(.2, .7, .2, 1);--dur-fast: .12s;--dur-base: .22s}@media (min-width: 768px){:root{--gutter: 40px;--section-y: 112px}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--ground);color:var(--text);font-family:var(--font-text);font-size:var(--fs-body);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;pointer-events:none;background:url(/img/grain-texture.png) top left / 134px repeat;mix-blend-mode:overlay;opacity:.35}h1,h2,h3,p,ol,ul,figure{margin:0}ol,ul{padding:0;list-style:none}button,input,select{font:inherit;color:inherit}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}::selection{background:var(--accent);color:var(--paper)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.page{width:100%;max-width:calc(var(--page-max) + 2 * var(--gutter));margin:0 auto;padding:0 var(--gutter)}.muted{color:var(--text-2)}.small{font-size:var(--fs-small)}.accent{color:var(--accent)}.hero-title,.h2,.h3,.numeral,.wordmark,.authority-value,.offer-price,.step-num{font-family:var(--font-display);font-weight:600}.hero-title{font-size:var(--fs-hero);line-height:1.02;letter-spacing:var(--ls-display);max-width:16ch}.h2{font-size:var(--fs-h2);line-height:1.05;letter-spacing:var(--ls-display);max-width:22ch}.h3{font-size:var(--fs-h3);line-height:1.15;letter-spacing:var(--ls-title)}.lead{font-size:var(--fs-lead);color:var(--text-2);margin-top:20px;max-width:46ch}.narrow{max-width:60ch}.numeral{font-size:var(--fs-numeral);line-height:.85;letter-spacing:-.04em;color:var(--accent)}.numeral-md{font-size:clamp(56px,9vw,96px)}.header{position:relative;z-index:2}.header-row{display:flex;align-items:baseline;gap:12px;padding-top:20px;padding-bottom:20px}.wordmark{color:var(--text);font-size:24px;letter-spacing:var(--ls-title)}.wordmark:hover{color:var(--text)}.wordmark-by{font-family:var(--font-display);font-weight:600;color:var(--text-3);font-size:16px}.hero{position:relative;overflow:hidden;padding:24px 0 var(--section-y);isolation:isolate;margin-top:-76px;padding-top:100px}.hero-glow{position:absolute;z-index:-2;pointer-events:none;width:900px;height:900px;right:-420px;top:-380px;background:radial-gradient(circle at center,rgba(243,76,8,.62) 0%,rgba(243,76,8,.26) 30%,rgba(243,76,8,.08) 52%,transparent 70%)}.hero-grid{display:grid;gap:28px;grid-template-areas:"copy" "chat" "form"}.hero-copy{grid-area:copy}.hero-chat{grid-area:chat}.hero-form{grid-area:form}@media (min-width: 960px){.hero{padding-top:124px}.hero-glow{width:1290px;height:1290px;right:-560px;top:-520px}.hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);grid-template-areas:"copy form" "chat form";column-gap:72px;row-gap:36px;align-items:start}.hero-form{align-self:start}.hero-chat .chat{max-width:560px}}.chat{display:flex;flex-direction:column;gap:12px;background:#141414b8;border-radius:var(--radius-lg);padding:20px}.chat-wide{margin:32px 0 20px;max-width:640px}.chat-bubble{border-radius:16px;padding:12px 16px;max-width:92%;font-size:17px;line-height:1.4}.chat-user{align-self:flex-end;background:var(--ground-raised);border-bottom-right-radius:4px;min-height:48px}.chat-user.is-done{color:var(--text-2)}.chat-ai{align-self:flex-start;background:transparent;padding-left:0;opacity:0;transform:translateY(6px);transition:opacity var(--dur-base) var(--ease-brand),transform var(--dur-base) var(--ease-brand)}.chat-ai.is-visible{opacity:1;transform:none}.chat-ai-lead{color:var(--text-2);font-size:15px}.chat-list{list-style:decimal;padding-left:22px;margin:10px 0 14px;color:var(--text-3)}.chat-list li{padding:5px 0}.redacted{display:inline-block;height:12px;border-radius:3px;background:#ffffff24;vertical-align:middle}.chat-question{font-family:var(--font-display);font-weight:600;font-size:20px;letter-spacing:var(--ls-title);color:var(--accent)}.caret{display:inline-block;width:2px;height:1.1em;margin-left:2px;vertical-align:-.15em;background:var(--accent);animation:blink 1s steps(1) infinite}@keyframes blink{50%{opacity:0}}.chat-status{display:flex;align-items:center;gap:10px;color:var(--text-2);font-size:var(--fs-small);padding-top:4px}.pulse{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:pulse 1.2s var(--ease-brand) infinite}@keyframes pulse{50%{opacity:.25}}@media (prefers-reduced-motion: reduce){.caret,.pulse{animation:none}.chat-ai{transition:none}}.check-form{display:flex;flex-direction:column;gap:14px;background:var(--ground-raised);border-radius:var(--radius-lg);padding:20px}@media (min-width: 768px){.check-form{padding:28px}}.field-row{display:grid;gap:14px}@media (min-width: 560px){.field-row{grid-template-columns:1fr 1fr}}.field{display:flex;flex-direction:column;gap:6px;min-width:0}.field label{font-family:var(--font-display);font-weight:500;font-size:15px;color:var(--text-2)}.field input,.field select{width:100%;height:52px;padding:0 16px;border:1px solid transparent;border-radius:var(--radius);background:var(--field);font-size:16px;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:border-color var(--dur-fast) var(--ease-brand)}.field select{background-image:linear-gradient(45deg,transparent 50%,var(--text-2) 50%),linear-gradient(135deg,var(--text-2) 50%,transparent 50%);background-position:calc(100% - 22px) 23px,calc(100% - 16px) 23px;background-size:6px 6px;background-repeat:no-repeat;padding-right:40px}.field select.is-placeholder{color:var(--text-3)}.field select option{color:#000}.field input::placeholder{color:var(--text-3)}.field input:focus,.field select:focus{border-color:var(--text-2)}.field [aria-invalid=true]{border-color:var(--accent)}.field-error,.form-error{color:var(--accent);font-size:var(--fs-small)}.consent{display:flex;gap:10px;align-items:flex-start;font-size:var(--fs-small);color:var(--text-2);cursor:pointer}.consent input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--accent);flex-shrink:0}.captcha{min-height:65px}.form-note{font-size:var(--fs-small);color:var(--text-3)}.btn-primary,.btn-light,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;height:56px;padding:0 28px;border:0;border-radius:var(--radius-pill);cursor:pointer;font-family:var(--font-display);font-weight:600;font-size:18px;letter-spacing:-.01em;transition:background-color var(--dur-fast) var(--ease-brand),color var(--dur-fast) var(--ease-brand)}.btn-primary{background:var(--accent);color:var(--paper)}.btn-primary:hover{background:var(--accent-hover);color:var(--paper)}.btn-primary:active{background:var(--accent-press)}.btn-primary:disabled{opacity:.6;cursor:default}.btn-light{background:var(--paper);color:var(--ground)}.btn-light:hover{color:var(--ground);background:#ffffffe0}.btn-secondary{background:var(--wash);color:var(--text);margin-top:28px}.btn-secondary:hover{color:var(--text);background:#d9d9d92e}.btn-link{background:none;border:0;padding:0;color:var(--text-2);cursor:pointer;font-size:var(--fs-body);text-decoration:underline;text-underline-offset:4px}.btn-link:hover{color:var(--text)}.section{padding:var(--section-y) 0;border-top:.5px solid var(--rule)}.steps{display:grid;gap:28px;margin-top:40px}@media (min-width: 768px){.steps{grid-template-columns:repeat(3,1fr);gap:40px;margin-top:56px}}.step{display:flex;flex-direction:column;gap:16px;padding-top:20px;border-top:2px solid var(--rule)}.step:last-child{border-top-color:var(--accent)}.step-num{color:var(--text-3)}.step:last-child .step-num{color:var(--accent)}.step-num{font-size:clamp(64px,8vw,96px);line-height:.85;letter-spacing:-.04em}.step p{font-family:var(--font-display);font-weight:600;font-size:clamp(20px,2vw,24px);line-height:1.2;letter-spacing:var(--ls-title);max-width:24ch}.step:last-child p{color:var(--paper)}.split{display:grid;gap:40px}@media (min-width: 960px){.split{grid-template-columns:1fr 1fr;gap:64px;align-items:center}}.preview{position:relative;background:var(--ground-raised);border-radius:var(--radius-lg);padding:24px}.preview-score,.result-score-num{display:flex;align-items:baseline;gap:12px}.preview-of{font-family:var(--font-display);font-weight:600;color:var(--text-2);font-size:20px}.preview-line{font-family:var(--font-display);font-weight:600;font-size:22px;letter-spacing:var(--ls-title);margin-top:20px}.preview-rows{margin-top:16px}.preview-rows li,.footprint li{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-top:.5px solid var(--rule)}.preview-rows .blurred{filter:blur(5px);-webkit-user-select:none;user-select:none}.preview-tag{position:absolute;top:20px;right:20px;font-size:13px;color:var(--text-2);box-shadow:inset 0 0 0 1px currentColor;border-radius:var(--radius-tag);padding:2px 8px}.scorebar{position:relative;height:10px;border-radius:5px;background:var(--wash);margin-top:20px;overflow:hidden}.scorebar-fill{height:100%;background:var(--accent);border-radius:5px}.scorebar-tick{position:absolute;top:0;bottom:0;width:2px;background:var(--ground)}.authority{border-top:.5px solid var(--rule);padding:40px 0}.authority-row{display:grid;grid-template-columns:1fr 1fr;gap:24px 16px;align-items:start}.authority-row .author,.authority-row .authority-item:last-child{grid-column:1 / -1}@media (min-width: 900px){.authority-row{grid-template-columns:auto auto auto 1fr;gap:56px;align-items:center}.authority-row .author,.authority-row .authority-item:last-child{grid-column:auto}}.authority-item{display:flex;flex-direction:column;gap:4px}.authority-value{font-size:clamp(26px,3.4vw,36px);letter-spacing:var(--ls-title);line-height:1.1}.authority-label{color:var(--text-2);font-size:var(--fs-small)}.authority-value.is-small{font-size:clamp(20px,2vw,24px);line-height:1.25}.author{display:flex;align-items:center;gap:14px}.author img{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0}.author-name{font-family:var(--font-display);font-weight:600;font-size:20px;letter-spacing:var(--ls-title)}.proof{display:grid;gap:20px;margin-top:40px}.proof-card{display:grid;gap:28px;background:var(--paper);color:var(--ground);border-radius:var(--radius-lg);padding:24px}@media (min-width: 960px){.proof-card{grid-template-columns:1.1fr 1fr;gap:56px}}.proof-meta{color:#1e1e1e8f;margin-top:6px;font-size:15px}.proof-toc ol{margin-top:10px}.proof-toc li{display:flex;gap:14px;padding:10px 0;border-top:.5px solid rgba(0,0,0,.2);font-size:15px;color:#1e1e1eb3;line-height:1.35}.proof-toc b{color:var(--ground);font-weight:600}.proof-toc-n{font-family:var(--font-display);font-weight:600;color:var(--accent);min-width:14px}@media (min-width: 768px){.proof-card{padding:36px}}.proof-card .muted{color:#1e1e1e8f;margin-top:4px}.proof-title{font-family:var(--font-display);font-weight:600;font-size:var(--fs-h3);letter-spacing:var(--ls-title)}.proof-index{display:flex;align-items:flex-end;gap:24px;margin:28px 0;flex-wrap:wrap}.proof-index>div{display:flex;flex-direction:column;gap:8px}.proof-index .numeral{color:var(--ground)}.proof-after .numeral{color:var(--accent)}.proof-caption{font-size:var(--fs-small);color:#1e1e1e8f}.proof-arrow{width:48px;height:2px;background:var(--ground);margin-bottom:36px;position:relative}.proof-arrow:after{content:"";position:absolute;right:0;top:-5px;width:10px;height:10px;border-top:2px solid var(--ground);border-right:2px solid var(--ground);transform:rotate(45deg)}.proof-shots{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (min-width: 768px){.proof-shots{grid-template-columns:repeat(4,1fr)}}.proof-shots img{width:100%;border-radius:var(--radius);display:block}.proof-shots figcaption{font-size:13px;color:var(--text-2);margin-top:6px}.tags{display:flex;flex-wrap:wrap;gap:8px}.tag{font-size:14px;padding:4px 10px;border-radius:var(--radius-tag);box-shadow:inset 0 0 0 1px currentColor}.tags-lg{margin:36px 0 28px;gap:10px}.tags-lg .tag{font-size:17px;padding:8px 14px;color:var(--text);box-shadow:inset 0 0 0 1px var(--rule)}.offer{padding:0 var(--gutter);margin:var(--section-y) auto;max-width:calc(var(--page-max) + 2 * var(--gutter))}.offer-inner{display:grid;gap:32px;background:var(--gradient-ember);border-radius:var(--radius-lg);padding:28px}@media (min-width: 960px){.offer-inner{grid-template-columns:1.3fr 1fr;padding:48px;gap:64px}}.offer-text{margin-top:16px;font-size:var(--fs-lead);max-width:44ch}.offer-side{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.offer-price{font-size:clamp(44px,6vw,64px);line-height:1;letter-spacing:var(--ls-display)}.offer-terms li{padding:6px 0;border-top:.5px solid rgba(255,255,255,.4);width:100%}.offer-side .btn-light{margin-top:8px}.faq-wrap{display:grid;gap:32px}@media (min-width: 960px){.faq-wrap{grid-template-columns:1fr 1.6fr;gap:64px}}.faq details,.query details{border-top:.5px solid var(--rule)}.faq details:last-child{border-bottom:.5px solid var(--rule)}.faq summary{cursor:pointer;list-style:none;padding:20px 32px 20px 0;position:relative;font-family:var(--font-display);font-weight:600;font-size:20px;letter-spacing:var(--ls-title)}.faq summary::-webkit-details-marker,.query summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";position:absolute;right:0;top:16px;font-size:26px;color:var(--text-2);font-weight:500}.faq details[open] summary:after{content:"−"}.faq details p{padding:0 0 22px;color:var(--text-2);max-width:60ch}.final{position:relative;overflow:hidden;isolation:isolate;padding-bottom:calc(var(--section-y) * 1.4)}.final:before{content:"";position:absolute;z-index:-1;pointer-events:none;width:1100px;height:1100px;left:-520px;bottom:-760px;background:radial-gradient(circle at center,rgba(243,76,8,.55) 0%,rgba(243,76,8,.22) 30%,rgba(243,76,8,.06) 52%,transparent 70%)}.final .h2{font-size:var(--fs-hero);max-width:16ch;line-height:1.02}.final .btn-primary{margin-top:36px}.footer{border-top:.5px solid var(--rule);padding:32px 0 40px;font-size:var(--fs-small)}.footer-row{display:flex;flex-direction:column;gap:16px}@media (min-width: 768px){.footer-row{flex-direction:row;justify-content:space-between}}.footer-links{display:flex;flex-wrap:wrap;gap:8px 24px}.footer-links a{color:var(--text-2)}.footer-links a:hover{color:var(--text)}.screen{min-height:70vh;position:relative;overflow:hidden;isolation:isolate}.screen:before{content:"";position:absolute;z-index:-1;pointer-events:none;width:900px;height:900px;right:-520px;top:-560px;background:radial-gradient(circle at center,rgba(243,76,8,.45) 0%,rgba(243,76,8,.15) 35%,transparent 68%)}.result{padding-top:24px;padding-bottom:24px}.result-company{color:var(--text-2);font-size:var(--fs-lead)}.result-score{margin:20px 0 48px;max-width:760px}.result-score .h2{margin-top:28px}.result-score .muted{margin-top:12px}.result-block{max-width:760px;padding:28px 0;border-top:.5px solid var(--rule)}.result-block-head{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:16px}.result-count{font-family:var(--font-display);font-weight:600;font-size:22px;color:var(--accent);white-space:nowrap}.query{border-top:.5px solid var(--rule);padding:14px 0}.query-head{display:flex;justify-content:space-between;gap:16px}.query-prompt{color:var(--text)}.query details{border:0;margin-top:8px}.query summary{cursor:pointer;color:var(--text-2);font-size:var(--fs-small);list-style:none;text-decoration:underline;text-underline-offset:3px}.query-answer{margin-top:10px;padding:14px 16px;background:var(--ground-raised);border-radius:var(--radius);color:var(--text-2);font-size:15px;white-space:pre-line}.status-yes{color:var(--text);white-space:nowrap}.status-no{color:var(--accent);white-space:nowrap}.footprint{margin-bottom:12px}.footprint a{color:#8f95ff;white-space:nowrap}.manual{color:var(--text-2);padding:14px 16px;background:var(--ground-raised);border-radius:var(--radius)}.result-next{max-width:760px;font-size:var(--fs-lead);padding-top:28px;border-top:.5px solid var(--rule)}.restart{padding-bottom:48px}.prose{padding-top:24px;padding-bottom:64px;max-width:760px;margin-left:0}.prose .h2{margin:24px 0 20px}.prose .h3{margin:28px 0 8px}.prose p{color:var(--text-2)}@media (min-width: 800px){.prose{margin-left:max(0px,calc((100vw - var(--page-max)) / 2 - var(--gutter)))}}@media (max-width: 599px){.hero-chat .chat{padding:14px;gap:8px}.hero-chat .chat-ai-lead,.hero-chat .chat-list{display:none}.hero-chat .chat-question{font-size:18px}.hero-grid{gap:20px}}@media (max-width: 767px){.step{flex-direction:row;align-items:flex-start;gap:18px}.step-num{font-size:56px;min-width:36px}}@media (min-width: 960px) and (max-width: 1199px){.hero-form .field-row{grid-template-columns:1fr}}
