/* Публичные страницы-описания инструментов. */
body{padding:0}
.tool-page-shell{max-width:none;padding:0}
.tool-page-shell .hero{margin-top:0;padding:96px 24px 72px;background:var(--bg2);border-bottom:1px solid var(--border)}
.tool-page{max-width:920px;margin:0 auto;padding:0 24px 72px}
.tool-page .section{margin-bottom:48px}
.tool-page .section:last-child{margin-bottom:0}
.tool-page h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;margin-bottom:16px}
.tool-page p{color:var(--text);line-height:1.65}
.tool-lead{max-width:680px;margin:0 auto 28px!important;color:var(--muted)!important;font-size:1.05rem}
.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.tool-card{padding:22px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}
.tool-card h3{font-size:1rem;margin-bottom:8px}
.tool-card p{font-size:.88rem;color:var(--muted);line-height:1.5}
.tool-card strong{color:var(--primary)}
.tool-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}
.tool-list li{position:relative;padding:14px 16px 14px 38px;background:var(--bg2);border:1px solid var(--border);border-radius:10px;color:var(--text);line-height:1.5}
.tool-list li::before{content:'✓';position:absolute;left:16px;top:14px;color:var(--primary);font-weight:700}
.tool-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;counter-reset:tool-step}
.tool-step{padding:22px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}
.tool-step::before{counter-increment:tool-step;content:counter(tool-step);display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin-bottom:14px;border-radius:50%;background:rgba(73,204,144,.12);color:var(--primary);font-weight:700}
.tool-step h3{font-size:.98rem;margin-bottom:8px}
.tool-step p{font-size:.86rem;color:var(--muted)}
.tool-note{margin-top:16px;padding:18px 20px;background:rgba(73,204,144,.06);border:1px solid rgba(73,204,144,.2);border-radius:var(--radius);font-size:.88rem;color:var(--muted)!important}
.tool-note a,.tool-page a{color:var(--primary)}
.tool-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.tool-page-shell .hero .tool-actions{justify-content:center}
.tool-action{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:8px;background:var(--green);color:var(--primary-foreground)!important;font-weight:700;font-size:14px;text-decoration:none}
.tool-action-secondary{background:transparent;color:var(--text)!important;border:1px solid var(--border)}
.report-preview{padding:12px;background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.report-preview img{display:block;width:100%;height:auto;border-radius:8px}
.report-preview .hero-img-light-theme{display:none}
[data-theme="light"] .report-preview .hero-img-dark-theme{display:none}
[data-theme="light"] .report-preview .hero-img-light-theme{display:block}
.tool-footer{border-top:1px solid var(--border);padding:32px 24px;text-align:center;color:var(--muted);font-size:.8rem}
.tool-footer a{color:var(--muted)}
.tool-footer a:hover{color:var(--primary)}
@media(max-width:700px){.tool-page{padding:0 16px 48px}.tool-grid,.tool-steps{grid-template-columns:1fr}.tool-page .hero{padding-left:16px;padding-right:16px}.tool-lead{font-size:.98rem}}
