:root{--paper:#f7f6f1;--paper-deep:#eeece5;--ink:#111;--muted:#6d6c68;--line:#11111129;--acid:#c8ff00;--yellow:#f5d56d;--serif:Georgia, "Times New Roman", serif;--sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0}body,button,input{font-family:var(--sans)}a{color:inherit;text-decoration:none}a,button{touch-action:manipulation}button,input{border:0}button{cursor:pointer}button:disabled{cursor:wait}img{display:block}.site-shell{width:min(1240px,100% - 64px);margin:0 auto}.site-header{border-bottom:1px solid var(--line);z-index:10;justify-content:space-between;align-items:center;min-height:88px;display:flex;position:relative}.wordmark{letter-spacing:-.055em;font-size:1.24rem;font-weight:760}.seo-logo{width:190px;height:auto;display:block}.site-nav{align-items:center;gap:.25rem;font-size:.84rem;display:flex}.site-nav a{color:#31312e;border-radius:.6rem;align-items:center;min-height:42px;padding:0 .9rem;transition:color .18s,background-color .18s,transform .18s;display:inline-flex}.site-nav a:hover,.site-nav a:focus-visible{color:var(--ink);background:#1111110e}.site-nav .login-link{border:1px solid var(--acid);background:var(--acid);color:var(--ink);margin-left:.45rem;padding-inline:1rem;font-weight:700}.site-nav .login-link:hover,.site-nav .login-link:focus-visible{color:var(--ink);background:#b9ef00;border-color:#b9ef00;transform:translateY(-1px)}.menu-toggle{width:44px;height:44px;color:var(--ink);background:0 0;padding:0;line-height:0;display:none}.menu-toggle svg{display:block}.hero-section{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:center;gap:clamp(2rem,6vw,7rem);min-height:735px;padding:5rem 0 6.5rem;display:grid}.section-label{color:#8fab00;letter-spacing:.22em;margin:0 0 1.2rem;font-size:.72rem;font-weight:800}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--serif);letter-spacing:-.045em;font-weight:400}h1{max-width:650px;margin-bottom:1.7rem;font-size:clamp(3.6rem,6vw,6.5rem);line-height:.92}h1 em,.footer-cta h2 em{font-style:italic}.hero-description{color:#4f4e49;max-width:490px;margin-bottom:2rem;font-size:1.03rem;line-height:1.65}.url-form{grid-template-columns:minmax(0,1fr) auto;gap:.55rem;max-width:620px;display:grid}.url-input-wrap{background:#ffffff6b;border:1px solid #2a2a28;border-radius:.9rem;align-items:center;gap:.75rem;min-height:62px;padding:0 1.15rem;display:flex}.url-input-wrap svg{color:#6d6c68;flex:none}.url-input-wrap input{width:100%;min-width:0;color:var(--ink);background:0 0;outline:0;font-size:1rem}.url-input-wrap input::placeholder{color:#9a9992}.url-input-wrap:focus-within{outline-offset:3px;outline:3px solid #c8ff0061}.primary-button,.secondary-button{border-radius:.9rem;justify-content:center;align-items:center;gap:.65rem;min-height:62px;padding:0 1.55rem;font-size:.95rem;font-weight:700;transition:transform .18s,background-color .18s,color .18s;display:inline-flex}.primary-button{background:var(--acid);color:var(--ink)}.secondary-button{border:1px solid var(--ink);background:0 0}.primary-button:hover,.secondary-button:hover{transform:translateY(-2px)}.primary-button:active,.secondary-button:active{transform:scale(.98)}.form-note{color:#71706a;grid-column:1/-1;align-items:center;gap:.45rem;margin:.05rem 0 0;font-size:.8rem;display:flex}.form-note--success{color:#718b00}.auth-prompt-backdrop{z-index:100;-webkit-backdrop-filter:blur(11px)saturate(86%);backdrop-filter:blur(11px)saturate(86%);background:#11111180;place-items:center;padding:1rem;animation:.18s ease-out both auth-prompt-fade;display:grid;position:fixed;inset:0}.auth-prompt{background:#fbfaf5;border:1px solid #11111121;border-radius:1.5rem;width:min(100%,448px);padding:1.25rem;animation:.24s cubic-bezier(.2,.8,.2,1) both auth-prompt-rise;position:relative;box-shadow:0 28px 80px #11111138,0 4px 12px #11111114}.auth-prompt-topline{justify-content:space-between;align-items:flex-start;display:flex}.auth-prompt-icon{background:var(--acid);width:3rem;height:3rem;color:var(--ink);border-radius:.95rem;place-items:center;display:grid}.auth-prompt-content{padding:1.7rem .4rem .15rem}.auth-prompt h2{max-width:17ch;font-family:var(--sans);letter-spacing:-.055em;margin:0 0 .8rem;font-size:clamp(1.85rem,5vw,2.45rem);font-weight:760;line-height:1.02}.auth-prompt-content>p{max-width:32rem;color:var(--muted);margin:0;font-size:.96rem;line-height:1.52}.auth-prompt-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin-top:1.55rem;display:grid}.auth-prompt-actions a{border-radius:.9rem;min-height:54px;text-decoration:none}.auth-prompt-actions a.primary-button{background:var(--acid);box-shadow:none}.auth-prompt-close{width:2.35rem;height:2.35rem;color:var(--muted);background:0 0;border:1px solid #1111111f;border-radius:.75rem;place-items:center;padding:0;transition:background-color .18s,color .18s,border-color .18s;display:grid}.auth-prompt-close:hover{color:var(--ink);background:#1111110f;border-color:#1111113d}@keyframes auth-prompt-fade{0%{opacity:0}to{opacity:1}}@keyframes auth-prompt-rise{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.hero-art{justify-content:flex-end;min-width:0;display:flex}.report-stack{width:min(100%,590px);padding:.8rem 1.4rem 1rem .4rem;position:relative}.report-sheet{background:#ffffffc7;border:1px solid #11111124;border-radius:.45rem;box-shadow:0 1.6rem 2.5rem #1111111f}.report-sheet--back{box-shadow:none;background:#fbfaf5;position:absolute;inset:1.25rem 0 .1rem 2.3rem;transform:rotate(3.3deg)}.report-sheet--main{padding:.9rem 1.75rem 1.35rem;position:relative;transform:rotate(-1.5deg)}.report-windowbar{border-bottom:1px solid var(--line);gap:.33rem;padding-bottom:.9rem;display:flex}.report-windowbar i{background:#1e1e1c;border-radius:50%;width:8px;height:8px}.report-topline{justify-content:space-between;align-items:center;padding:1.05rem 0 1.3rem;font-size:.77rem;display:flex}.report-topline span{color:var(--muted)}.report-summary{border-bottom:1px solid var(--line);grid-template-columns:140px minmax(0,1fr);align-items:center;gap:1.65rem;padding-bottom:1.6rem;display:grid}.score-ring{aspect-ratio:1;background:conic-gradient(var(--acid) 0 82%, #c8ff0038 82% 100%);border-radius:50%;place-content:center;justify-items:center;width:140px;display:grid;position:relative}.score-ring:after{content:"";background:#fbfaf5;border-radius:50%;position:absolute;inset:9px}.score-ring strong,.score-ring span{z-index:1;position:relative}.score-ring strong{font-family:var(--serif);font-size:3.2rem;font-weight:400;line-height:.85}.score-ring span{color:var(--muted);margin-top:.35rem;font-size:.75rem}.score-ring--compact{width:106px}.score-ring--compact strong{font-size:2.5rem}.report-summary h3{letter-spacing:-.045em;margin-bottom:.45rem;font-size:1.44rem}.report-summary p{color:#5f5e58;max-width:260px;margin:0;font-size:.87rem;line-height:1.55}.report-items{padding-top:.75rem}.report-item{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.9rem 0;display:grid}.report-item:last-child{border-bottom:0}.report-icon{border-radius:50%;place-items:center;width:39px;height:39px;display:grid}.report-icon--lime{background:var(--acid)}.report-icon--yellow{background:var(--yellow);font-size:1.35rem}.report-icon--gray{background:#e2e2de}.report-item b{margin-bottom:.22rem;font-size:.88rem;display:block}.report-item small{color:#696862;font-size:.76rem;display:block}.section-rule{border-top:1px solid var(--line)}.steps-section{--steps-acid:#b6df00;--steps-line:#11111147;--steps-muted:#858585;background:var(--paper);padding:clamp(5rem,7vw,7.5rem) 0 6.8rem;position:relative;overflow:hidden}.steps-section>.site-shell{z-index:1;width:min(1240px,100% - 64px);position:relative}.steps-section h2,.flow-copy h2,.faq-layout h2{max-width:650px;margin-bottom:4.3rem;font-size:clamp(3.1rem,5.4vw,5.2rem);line-height:.96}.steps-section h2{max-width:none;margin-bottom:clamp(2.8rem,4vw,3.8rem);font-size:clamp(2.8rem,4.4vw,4.4rem)}.steps-rail{grid-template-columns:repeat(4,1fr);align-items:center;height:16px;display:grid;position:relative}.steps-rail:before{content:"";background:linear-gradient(to right, var(--steps-acid) 0 9%, var(--steps-line) 9% 91%, var(--steps-acid) 91% 100%);height:2px;position:absolute;inset:7px 0 auto}.steps-dot{z-index:1;background:var(--steps-acid);width:16px;height:16px;box-shadow:0 0 0 2px var(--paper);border-radius:50%;position:relative}.steps-dot:first-child{justify-self:start}.steps-dot:last-child{justify-self:end}.steps-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.5rem,2.5vw,2.7rem);width:100%;margin-top:2.1rem;display:grid}.step-card{grid-template-columns:6rem minmax(0,1fr);column-gap:1.15rem;min-width:0;display:grid}.step-meta{align-content:start;gap:1.65rem;display:grid}.step-number{color:var(--steps-acid);font:300 clamp(3.2rem, 3.5vw, 3.9rem) / .9 var(--sans);letter-spacing:-.06em}.step-icon{width:60px;height:60px;color:var(--ink);place-items:center;display:grid}.step-icon svg{width:60px;height:60px}.step-card:first-child .step-icon svg{transform:rotate(-45deg)}.step-copy{max-width:17rem;padding-top:4.2rem}.step-card h3{font-family:var(--sans);letter-spacing:-.035em;margin:0 0 .55rem;font-size:1.35rem;font-weight:700;line-height:1.18}.step-card p{color:var(--steps-muted);margin:0;font-size:1.08rem;line-height:1.45}.hackseo-page{overflow-x:hidden}.flow-section{grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);align-items:center;gap:5rem;min-width:0;padding:8rem 0 8.5rem;display:grid;overflow-x:hidden}.flow-section>*{min-width:0}.flow-copy h2{margin-bottom:2rem}.flow-copy p{color:#5f5e58;max-width:460px;margin-bottom:1.1rem;font-size:1.05rem;line-height:1.68}.flow-visual{justify-content:flex-end;align-items:center;min-height:490px;display:flex;position:relative}.site-pill{z-index:2;border:1px solid var(--line);background:#fffc;border-radius:.95rem;align-items:center;gap:.7rem;padding:1.15rem 1.35rem;display:inline-flex;position:absolute;top:50%;left:4%;transform:translateY(-20%);box-shadow:0 .8rem 2.3rem #11111114}.flow-path{color:#a8d600;width:42%;position:absolute;top:44%;left:28%;overflow:visible}.flow-visual .report-stack{width:min(100%,530px);transform:translate(4%)}.flow-visual .report-sheet--main{padding:.8rem 1.4rem 1rem}.flow-visual .report-summary{grid-template-columns:105px minmax(0,1fr);gap:1rem;padding-bottom:1rem}.flow-visual .report-summary h3{font-size:1.1rem}.flow-visual .report-summary p{font-size:.8rem}.audience-section{padding:7rem 0 7.5rem}.center-heading{text-align:center;margin-bottom:3.5rem}.center-heading h2{margin-bottom:.8rem;font-size:clamp(3.1rem,5.4vw,5rem);line-height:.95}.center-heading p{color:var(--muted);margin:0;font-size:1.05rem}.audience-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:4.5rem;display:grid}.audience-card-heading{align-items:center;gap:1.05rem;display:flex}.audience-card h3{font-family:var(--serif);letter-spacing:-.035em;margin:0;font-size:1.8rem;font-weight:400}.audience-card>p{max-width:330px;min-height:3.2rem;color:var(--muted);margin:1rem 0 1.65rem;line-height:1.6}.outline-icon{border:1.5px solid var(--acid);border-radius:50%;place-items:center;width:47px;height:47px;display:grid}.audience-image{background:var(--paper-deep);border-radius:.85rem;height:230px;position:relative;overflow:hidden}.audience-image img{object-fit:cover;filter:saturate(.78)contrast(.96)}.audience-card:first-child .audience-image img{object-position:50% 56%}.audience-card:nth-child(2) .audience-image img{object-position:50% 54%}.audience-card:nth-child(3) .audience-image img{object-position:50% 53%}.pricing-section{padding:7.3rem 0 8rem}.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,1.5rem);max-width:1180px;margin:0 auto;display:grid}.price-option{border:1px solid var(--line);background:#ffffff85;border-radius:.9rem;flex-direction:column;min-width:0;min-height:570px;padding:2.2rem 2.15rem 2rem;display:flex;position:relative}.price-option--featured{box-shadow:inset 0 3px 0 var(--acid)}.price-option-badge{background:var(--acid);border-radius:.55rem;justify-content:center;align-self:center;align-items:center;min-height:30px;margin:-.4rem 0 .7rem;padding:.25rem .75rem;font-size:.78rem;line-height:1;display:inline-flex}.price-option-title{text-align:center;letter-spacing:-.035em;font-size:1.45rem;font-weight:760}.price-option>p{min-height:1.5rem;color:var(--muted);text-align:center;margin:.55rem 0 0;line-height:1.5}.price-value{border-bottom:1px solid var(--line);font-family:var(--serif);letter-spacing:-.06em;text-align:center;margin:2rem 0 1.6rem;padding-bottom:1.65rem;font-size:clamp(3.7rem,5vw,4.7rem);line-height:.92}.price-value small{color:var(--muted);font-family:var(--sans);letter-spacing:0;margin-top:.7rem;font-size:.92rem;font-weight:400;line-height:1.2;display:block}.price-option ul{border-bottom:1px solid var(--line);color:#3f3e3a;gap:1rem;min-height:150px;margin:0 0 1.7rem;padding:0 0 1.7rem;list-style:none;display:grid}.price-option li{align-items:center;gap:.65rem;display:flex}.price-option li svg{color:var(--ink);stroke-width:2px;flex:none}.price-option .primary-button,.price-option .secondary-button{width:100%;margin-top:auto}.pricing-note{color:var(--muted);justify-content:center;align-items:center;gap:.6rem;margin:2.8rem 0 0;display:flex}.faq-section{padding:7.3rem 0 7.8rem}.faq-layout{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:7rem;display:grid}.faq-layout h2{margin:0}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{width:100%;color:var(--ink);text-align:left;font-family:var(--serif);background:0 0;justify-content:space-between;align-items:center;gap:1rem;padding:1.35rem 0;font-size:1.32rem;display:flex}.faq-item button svg{flex:none}.faq-item p{max-width:670px;color:var(--muted);margin:-.2rem 0 1.35rem;line-height:1.65}.faq-answer{display:none}.faq-item--open .faq-answer,.faq-item:focus-within .faq-answer{display:block}.footer-cta{color:#f8f7f2;background:#151514}.footer-cta-inner{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:4rem;min-height:375px;display:grid}.footer-cta h2{max-width:620px;margin-bottom:.9rem;font-size:clamp(3rem,5vw,5rem);line-height:.98}.footer-cta h2 em{color:var(--acid)}.footer-cta p{color:#b8b7b1;margin:0;font-size:1.04rem}.footer-cta .url-form{max-width:none}.footer-cta .url-input-wrap{color:var(--ink);background:#fffffff0;border-color:#ffffff4d}.footer-cta .form-note{color:#c4c3bd}.site-footer{background:var(--paper)}.footer-main{grid-template-columns:1.3fr repeat(3,1fr) auto;gap:3.3rem;padding:4rem 0 4.4rem;display:grid}.footer-brand p{max-width:190px;color:var(--muted);margin:.8rem 0 0;font-size:.83rem;line-height:1.55}.footer-column{align-content:start;gap:.7rem;font-size:.83rem;display:grid}.footer-column b{margin-bottom:.2rem}.footer-column a{color:var(--muted)}.footer-social{flex-wrap:wrap;align-items:flex-start;gap:.55rem;max-width:100px;display:flex}.footer-social a{background:var(--ink);width:37px;height:37px;color:var(--paper);border-radius:50%;place-items:center;display:grid}.footer-social small{width:100%;color:var(--muted);margin-top:.55rem;font-size:.72rem}.legal-page{background:var(--paper);min-height:100svh}.legal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:88px;display:flex}.legal-wordmark{letter-spacing:-.055em;font-size:1.2rem;font-weight:780}.legal-back{color:var(--muted);font-size:.86rem}.legal-back:hover,.legal-back:focus-visible{color:var(--ink)}.legal-shell{padding:6.2rem 0 7rem}.legal-intro{max-width:850px;padding-bottom:3.3rem}.legal-intro h1{max-width:850px;margin-bottom:1.25rem;font-size:clamp(3.4rem,6vw,6rem);line-height:.95}.legal-lead{color:#4f4e49;max-width:690px;margin-bottom:1rem;font-size:1.08rem;line-height:1.65}.legal-date{color:var(--muted);margin:0;font-size:.83rem}.legal-placeholder{color:#4b5600;background:#c8ff001f;border:1px solid #8fab0073;border-radius:.75rem;max-width:850px;margin:0 0 3rem;padding:1rem 1.2rem;font-size:.88rem;line-height:1.55}.legal-placeholder code{font:inherit;background:#1111110f;border-radius:.25rem;padding:.1rem .25rem;font-weight:700}.legal-content{max-width:850px}.legal-section{border-top:1px solid var(--line);padding:2.5rem 0}.legal-section h2{font-family:var(--sans);letter-spacing:-.045em;align-items:baseline;gap:1rem;margin-bottom:1.25rem;font-size:clamp(1.35rem,2vw,1.75rem);font-weight:700;line-height:1.1;display:flex}.legal-section h2 span{color:#8fab00;letter-spacing:.08em;min-width:2.2rem;font-size:.73rem}.legal-section p,.legal-section li{color:#4f4e49;font-size:.97rem;line-height:1.75}.legal-section p{margin-bottom:1rem}.legal-section p:last-child{margin-bottom:0}.legal-section ul{gap:.6rem;margin:0 0 1rem;padding-left:1.3rem;display:grid}.legal-section li::marker{color:#8fab00}.legal-section a{color:#668000;text-underline-offset:.16em;text-decoration:underline}.legal-section a:hover,.legal-section a:focus-visible{color:var(--ink)}.legal-details{border:1px solid var(--line);background:#ffffff75;border-radius:.75rem;margin:1.4rem 0;padding:1.2rem 1.35rem}.legal-details p{margin-bottom:.4rem}.legal-details p:last-child{margin-bottom:0}.legal-footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem 0 2.5rem;font-size:.78rem;display:flex}.legal-footer nav{flex-wrap:wrap;justify-content:flex-end;gap:1.2rem;display:flex}.legal-footer a:hover,.legal-footer a:focus-visible{color:var(--ink)}.auth-page{--auth-surface:#fbfbf8;--auth-quiet:#f0f2eb;--auth-line:#d9ddd2;background:var(--auth-surface);min-height:100dvh;color:var(--ink);grid-template-columns:minmax(360px,42%) minmax(0,1fr);display:grid}.auth-side{border-right:1px solid var(--auth-line);background:radial-gradient(circle at 12% 88%,#c8ff0047,#0000 34%),#edf0e7;flex-direction:column;justify-content:space-between;min-height:100dvh;padding:clamp(2rem,4vw,4rem);display:flex;position:relative;overflow:hidden}.auth-wordmark{z-index:2;background:0 0;align-items:center;width:max-content;display:inline-flex;position:relative}.auth-wordmark:not(:has(img)){letter-spacing:-.045em;font-size:1.25rem;font-weight:750}.auth-logo{width:clamp(142px,13vw,178px);height:auto}.auth-side-visual{background:#e2e7da;position:absolute;inset:0;overflow:hidden}.auth-side-visual:after{content:"";pointer-events:none;background:linear-gradient(#f7f8f214,#0000 24%);position:absolute;inset:0}.auth-side-image{object-fit:cover;object-position:50% 50%;width:100%;height:100%}.auth-side-tagline{color:#60655b;max-width:18rem;margin:0;font-size:.9rem;line-height:1.5}.auth-content{flex-direction:column;min-width:0;padding:clamp(1.5rem,3vw,3rem) clamp(2rem,6vw,7rem) 2.5rem;display:flex}.auth-content-top{justify-content:flex-end;align-items:center;width:min(100%,440px);margin:0 auto;display:flex}.auth-mobile-wordmark{display:none}.auth-mobile-wordmark img{width:138px;height:auto}.auth-panel{width:min(100%,440px);margin:auto;padding:clamp(2.5rem,7vh,5rem) 0}.auth-content:not(:has(.auth-panel)){justify-content:center}.auth-content:not(:has(.auth-panel))>.auth-tabs{width:min(100%,440px);margin-left:auto;margin-right:auto}.auth-content:not(:has(.auth-panel))>h1{width:min(100%,440px);margin-left:auto;margin-right:auto}.auth-content:not(:has(.auth-panel))>.auth-description{width:min(100%,440px);margin-left:auto;margin-right:auto}.auth-content:not(:has(.auth-panel))>.auth-form{width:min(100%,440px);margin-left:auto;margin-right:auto}.auth-page--admin{display:block}.auth-page--admin .auth-side{display:none}.auth-page--admin .auth-content{width:min(100% - 4rem,510px);min-height:100dvh;margin:0 auto;padding-inline:0}.auth-page--admin .auth-tabs{grid-template-columns:1fr}.auth-page--admin .auth-back-link{margin-bottom:2rem;display:inline-flex}.auth-page--admin .auth-content h1{margin-top:2rem}.auth-back-link{width:max-content;color:var(--muted);align-items:center;gap:.5rem;font-size:.82rem;font-weight:550;transition:color .18s,transform .18s;display:inline-flex}.auth-back-link:hover{color:var(--ink);transform:translate(-2px)}.auth-heading{margin-top:2.6rem}.auth-content h1{max-width:none;font-family:var(--sans);letter-spacing:-.055em;text-wrap:balance;margin:0 0 .55rem;font-size:clamp(2.25rem,3vw,2.8rem);font-weight:680;line-height:1.02}.auth-description{color:var(--muted);letter-spacing:-.02em;margin:0;font-size:.94rem;line-height:1.5}.auth-tabs{border:1px solid var(--auth-line);background:var(--auth-quiet);border-radius:.75rem;grid-template-columns:repeat(2,1fr);gap:.25rem;padding:.25rem;display:grid}.auth-tab{min-height:2.7rem;color:var(--muted);letter-spacing:-.015em;background:0 0;border-radius:.55rem;padding:0 1rem;font-size:.88rem;font-weight:600;transition:background-color .18s,color .18s,box-shadow .18s}.auth-tab--active{color:var(--ink);background:#fff;box-shadow:0 1px 3px #1a1f1717}.auth-form{gap:1.15rem;padding-top:1.3rem;display:grid}.auth-social{gap:1rem;padding-top:1.8rem;display:grid}.auth-yandex{height:52px;color:var(--ink);letter-spacing:0;background:#fff;border:1px solid #cfd3ca;border-radius:.75rem;justify-content:center;align-items:center;gap:10px;font-family:Arial,Helvetica,sans-serif;font-size:.94rem;font-weight:500;transition:border-color .18s,background-color .18s,transform .18s;display:flex}.auth-yandex:hover{color:var(--ink);background:#f7f8f4;border-color:#aeb4a8;transform:translateY(-1px)}.auth-yandex:active{transform:scale(.99)}.auth-yandex-logo{flex:0 0 22px;width:22px;height:22px}.auth-divider{color:#8a8e85;align-items:center;gap:.75rem;font-size:.72rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--auth-line);flex:1;height:1px}.auth-social+.auth-form{padding-top:0}.auth-field{color:var(--ink);letter-spacing:-.01em;gap:.45rem;font-size:.82rem;font-weight:600;display:grid}.auth-field input{width:100%;height:3.45rem;color:var(--ink);background:#fff;border:1px solid #c9cec3;border-radius:.72rem;outline:0;padding:0 .95rem;font-size:.94rem;font-weight:400;transition:border-color .16s,box-shadow .16s,background-color .16s}.auth-field input::placeholder{color:#9a9e96}.auth-password-wrap{position:relative}.auth-password-wrap input{padding-right:3.5rem}.auth-password-toggle{color:#8b9087;background:0 0;border-radius:.55rem;place-items:center;width:2.25rem;height:2.25rem;padding:0;transition:color .16s,background-color .16s;display:grid;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.auth-password-toggle:hover{color:var(--ink);background:#f0f2ed}.auth-field input:focus{border-color:#829454;box-shadow:0 0 0 3px #a8d6002e}.auth-submit{color:#fff;letter-spacing:-.01em;background:#1d211b;border:0;border-radius:.72rem;height:3.45rem;margin-top:.2rem;font-size:.92rem;font-weight:650;transition:transform .18s,background-color .18s;box-shadow:inset 0 0 0 1px #ffffff14}.auth-submit:hover{background:#30372b;transform:translateY(-1px)}.auth-submit:active{transform:scale(.99)}.auth-submit:disabled{opacity:.65;transform:none}.auth-consent{color:var(--muted);align-items:flex-start;gap:.65rem;font-size:.78rem;line-height:1.5;display:flex}.auth-consent input{accent-color:#7f9500;width:1rem;height:1rem;margin-top:.12rem}.auth-consent a{color:#454a41;text-underline-offset:.16em;-webkit-text-decoration:underline #aeb3a9;text-decoration:underline #aeb3a9}.auth-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.65rem 1rem;margin-top:.2rem;display:flex}.auth-link{width:max-content;color:var(--muted);letter-spacing:-.01em;background:0 0;border-bottom:1px solid #b7bbb3;padding:0;font-size:.8rem;font-weight:550}.auth-link:hover{border-color:var(--ink);color:var(--ink)}.auth-link--inline{display:inline}.auth-switch{color:var(--muted);letter-spacing:-.01em;margin:0;font-size:.8rem}.auth-terms{color:#8a8e86;max-width:31rem;margin:.25rem 0 0;font-size:.72rem;line-height:1.55}.auth-terms a{border-bottom:1px solid}.auth-status{color:#55680b;background:#eef3df;border-radius:.6rem;margin:0;padding:.75rem .85rem;font-size:.78rem;line-height:1.5}.auth-status--error{color:#963b3b;background:#f7eaea}.auth-back-link:focus-visible,.auth-tab:focus-visible,.auth-yandex:focus-visible,.auth-password-toggle:focus-visible,.auth-submit:focus-visible,.auth-link:focus-visible,.auth-consent input:focus-visible{outline-offset:2px;outline:3px solid #a8d60057}.admin-login-help{color:var(--muted);margin:-.4rem 0 0;font-size:.8rem;line-height:1.5}.profile-page{background:var(--paper);min-height:100svh;color:var(--ink)}.profile-header{border-bottom:1px solid var(--line);background:#183028;justify-content:space-between;align-items:center;min-height:82px;padding:0 4vw;display:flex}.profile-wordmark{color:#fff;font-size:1.7rem}.profile-header .auth-link{color:#ffffffd9}.profile-shell{width:min(100% - 3rem,1080px);margin:0 auto;padding:clamp(3rem,7vw,6rem) 0}.profile-intro>p{color:#718b00;text-transform:uppercase;letter-spacing:.08em;margin:0 0 1rem;font-size:.78rem;font-weight:700}.profile-intro h1{letter-spacing:-.065em;margin:0;font-size:clamp(2.4rem,5vw,4.5rem)}.profile-intro span{color:var(--muted);margin-top:.7rem;display:block}.profile-badges{flex-wrap:wrap;gap:.6rem;margin-top:1.35rem;display:flex}.profile-badge{border:1px solid var(--line);border-radius:999px;width:max-content;padding:.45rem .7rem;font-size:.8rem;color:var(--muted)!important;margin:0!important;display:inline-flex!important}.profile-badge--verified{background:#c8ff0029;border-color:#718b0066;color:#587000!important}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin-top:3rem;display:grid}.profile-card{border:1px solid var(--line);background:#ffffff47;border-radius:1rem;align-content:start;gap:1.25rem;padding:clamp(1.5rem,3vw,2.3rem);display:grid}.profile-card h2{letter-spacing:-.04em;margin:0 0 .3rem;font-size:1.4rem}.profile-card .auth-submit{margin-top:.5rem}.profile-card input[readonly]{cursor:not-allowed;color:var(--muted);background:#11111109}.profile-field-note{color:var(--muted);margin:-.7rem 0 0;font-size:.78rem;line-height:1.45}.profile-security{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:2rem;margin-top:1.25rem;padding:1.5rem 0;display:flex}.profile-security h2{margin:0;font-size:1.1rem}.profile-security p{max-width:620px;color:var(--muted);margin:.45rem 0 0;font-size:.9rem;line-height:1.5}.profile-danger{color:#a33434;background:0 0;border-bottom:1px solid;flex:none;padding:.75rem 0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:no-preference){.report-sheet--main{animation:.7s cubic-bezier(.2,.8,.2,1) both settle-in}.flow-visual .report-sheet--main{animation-delay:.12s}@keyframes settle-in{0%{opacity:0;transform:translateY(18px)rotate(-3deg)}to{opacity:1;transform:translateY(0)rotate(-1.5deg)}}}@media (max-width:980px){.site-shell,.steps-section>.site-shell{width:min(100% - 40px,760px)}.auth-page{grid-template-columns:1fr}.auth-side{display:none}.auth-content{width:100%;min-height:100dvh;padding:1.75rem max(2rem,50% - 280px) 3rem}.auth-content-top{justify-content:space-between;width:min(100%,440px)}.auth-mobile-wordmark{display:block}.profile-grid{grid-template-columns:1fr}.profile-security{flex-direction:column;align-items:flex-start}.site-header{min-height:76px}.site-header .seo-logo{width:155px}.menu-toggle{flex:none;align-self:center;place-items:center;display:grid}.site-nav{border:1px solid var(--line);background:var(--paper);border-radius:18px;width:min(100%,320px);padding:10px;display:none;position:absolute;top:calc(100% + 12px);left:auto;right:0;box-shadow:0 18px 42px #11111124}.site-nav--open,.site-header:focus-within .site-nav{gap:4px;display:grid}.site-nav a{color:#31312e;border-radius:10px;align-items:center;min-height:48px;padding:0 14px;font-size:.96rem;display:flex}.site-nav a:hover,.site-nav a:focus-visible{color:var(--ink);background:#1111110e}.site-nav .login-link{border:0;border-top:1px solid var(--line);color:#31312e;background:0 0;border-radius:0 0 10px 10px;margin:6px 0 0;padding-top:0;font-weight:400}.site-nav .login-link:hover,.site-nav .login-link:focus-visible{color:var(--ink);background:#1111110e;transform:none}.hero-section,.flow-section,.footer-cta-inner{grid-template-columns:1fr}.hero-section{gap:3rem;padding-top:4.2rem}.hero-art{justify-content:center}.flow-section{gap:3rem}.flow-visual{min-height:430px}.audience-grid{gap:2rem}.faq-layout{gap:3rem}.pricing-grid{grid-template-columns:1fr;max-width:520px}.footer-cta-inner{gap:2rem;padding-top:4rem;padding-bottom:4rem}.footer-main{grid-template-columns:repeat(2,1fr);gap:2.5rem 2rem}}@media (max-width:680px){.site-shell,.steps-section>.site-shell{width:min(100% - 32px,520px)}.hero-section{gap:2.25rem;min-height:auto;padding:3.5rem 0 3.25rem}h1{font-size:clamp(3.2rem,15vw,5rem)}.url-form{grid-template-columns:1fr}.primary-button,.secondary-button{min-height:58px}.hero-art{display:none}.report-stack{width:min(100%,420px);padding:.45rem .7rem .6rem .15rem}.report-sheet--back{inset:.85rem 0 .05rem 1.35rem}.report-sheet--main{padding:.65rem .8rem .75rem}.report-windowbar{padding-bottom:.6rem}.report-topline{padding:.7rem 0 .8rem;font-size:.68rem}.report-summary{grid-template-columns:78px minmax(0,1fr);gap:.75rem;padding-bottom:.8rem}.score-ring{width:78px}.score-ring:after{inset:6px}.score-ring strong{font-size:2rem}.score-ring span{margin-top:.18rem;font-size:.62rem}.report-summary h3{margin-bottom:.25rem;font-size:.93rem}.report-summary p,.report-item small{font-size:.63rem}.report-items{padding-top:.35rem}.report-item{gap:.45rem;padding:.55rem 0}.report-item b{margin-bottom:.1rem;font-size:.68rem}.report-icon{width:27px;height:27px}.report-icon svg,.report-item>svg{width:14px;height:14px}.steps-section,.flow-section,.audience-section,.pricing-section,.faq-section{padding:4rem 0}.steps-section h2,.flow-copy h2,.faq-layout h2{margin-bottom:2.8rem;font-size:clamp(2.8rem,14vw,4.2rem)}.steps-section h2{margin-bottom:1.55rem;font-size:clamp(2.15rem,10vw,2.85rem)}.steps-section{padding-block:3.5rem 3.8rem}.steps-rail{display:none}.steps-grid{grid-template-columns:1fr;gap:0;width:100%;margin-top:0;padding-left:0}.steps-grid:before,.step-card:before{display:none}.step-card{border-bottom:1px solid var(--line);grid-template-columns:2.75rem minmax(0,1fr);column-gap:.75rem;padding:1rem 0}.step-card:last-child{border-bottom:0}.step-meta{gap:.35rem}.step-number{font-size:2rem}.step-icon,.step-icon svg{width:28px;height:28px}.step-copy{max-width:31ch;padding-top:.1rem}.step-card h3{margin-bottom:.25rem;font-size:1.05rem}.step-card p{font-size:.88rem;line-height:1.4}.step-desktop-break{display:none}.steps-section--reveal .step-card{opacity:0;transition:opacity .42s,transform .42s cubic-bezier(.2,.8,.2,1);transform:translateY(14px)}.steps-section--reveal .step-card:nth-child(2){transition-delay:80ms}.steps-section--reveal .step-card:nth-child(3){transition-delay:.16s}.steps-section--reveal .step-card--visible{opacity:1;transform:translateY(0)}.flow-visual{min-height:400px;padding-top:4.5rem;display:block;overflow-x:hidden}.site-pill{top:0;left:2%;transform:none}.flow-path{width:50%;top:10%;left:20%}.flow-visual .report-stack{width:calc(100% - 12px);max-width:100%;margin:0 auto;transform:none}.flow-visual .report-sheet--back{left:1.45rem;right:.35rem}.flow-visual .report-sheet--main{margin-inline:.2rem}.audience-grid{grid-template-columns:1fr;gap:3.1rem}.pricing-grid{gap:1.25rem}.audience-card>p{min-height:0}.audience-image{height:250px}.price-option{min-height:0;padding:1.8rem 1.35rem 1.35rem}.price-option-badge{margin-top:-.1rem}.price-value{margin-top:1.6rem}.faq-layout{grid-template-columns:1fr;gap:2rem}.faq-item button{font-size:1.18rem}.footer-cta h2{font-size:clamp(2.8rem,13vw,4rem)}.auth-prompt{border-radius:1.25rem;padding:1rem}.auth-prompt-content{padding:1.35rem .15rem .1rem}.auth-prompt h2{max-width:18ch;font-size:clamp(1.7rem,8vw,2.15rem)}.auth-prompt-content>p{font-size:.9rem}.auth-prompt-actions{grid-template-columns:1fr}.auth-prompt-actions a{min-height:50px}.footer-main{grid-template-columns:1fr 1fr;gap:2.1rem 1.2rem;padding:3rem 0}.footer-brand,.footer-social{grid-column:1/-1}.auth-content{width:100%;padding:1.25rem 1.25rem 2.5rem}.auth-mobile-wordmark img{width:124px}.auth-back-link{display:inline-flex}.auth-panel{padding:3.5rem 0 2rem}.auth-heading{margin-top:2.25rem}.auth-content h1{font-size:clamp(2.05rem,9vw,2.65rem)}.auth-description{max-width:34ch;font-size:.91rem}.auth-tab{min-height:2.75rem}.auth-form{gap:1.1rem}.auth-actions{flex-direction:column;align-items:flex-start}.legal-shell{padding:4rem 0 4.8rem}.legal-intro{padding-bottom:2.5rem}.legal-intro h1{font-size:clamp(2.8rem,14vw,4.4rem)}.legal-lead{font-size:.98rem}.legal-section{padding:2rem 0}.legal-section h2{gap:.65rem;font-size:1.3rem}.legal-section h2 span{min-width:1.8rem}.legal-section p,.legal-section li{font-size:.92rem;line-height:1.65}.legal-placeholder{margin-bottom:2rem;padding:.9rem 1rem;font-size:.82rem}.legal-footer{flex-direction:column;align-items:flex-start;padding-bottom:2rem}.legal-footer nav{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){.steps-section--reveal .step-card{opacity:1;transition:none;transform:none}}@media (min-width:681px) and (max-height:800px){.auth-panel{padding-block:2rem}.auth-heading{margin-top:1.5rem}.auth-content h1{font-size:clamp(2rem,4vw,2.35rem)}.auth-social{padding-top:1.25rem}.auth-form{gap:.85rem}.auth-field input,.auth-submit{height:3.2rem}}@media (max-width:760px){.hero-art{display:none}}
