/* Скин платного инстанса: спокойный изумрудный акцент, акцент на цене и доверии */
:root{--accent:#0f766e;--accent-dark:#115e59;--ok:#059669}
html[data-theme=dark]{--accent:#2dd4bf;--accent-dark:#14b8a6}
.btn{background:var(--accent)}
.btn:hover{background:var(--accent-dark)}
.btn.ghost{background:transparent;color:var(--accent);border-color:var(--accent)}
.logo .dot{color:var(--accent)}
.result .okmark{background:var(--ok)}

/* главная */
.hero-pay{text-align:center;padding:56px 20px 36px}
.hero-pay h1{font-size:clamp(28px,4vw,44px);margin:14px auto 12px;max-width:820px}
.hero-pay p{max-width:640px;margin:0 auto 22px;font-size:17px;color:var(--muted)}
.hero-badge{display:inline-block;background:var(--accent);color:#fff;font-weight:700;border-radius:999px;padding:8px 18px;font-size:15px}
.steps{margin-top:40px}
.steps-row,.why-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:14px}
.step,.why-card{background:var(--panel,#fff);border:1px solid var(--line,#e5e7eb);border-radius:14px;padding:20px}
.step .num{width:34px;height:34px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:10px}
.step p,.why-card p{color:var(--muted);margin:6px 0 0;font-size:14px}
.why{margin-top:32px}
.why-ic{font-size:26px;margin-bottom:6px}
.faq{margin:40px auto 50px;max-width:820px}
.faq details{border-bottom:1px solid var(--line,#e5e7eb);padding:12px 0}
.faq summary{cursor:pointer;font-weight:600;font-size:16px}
.faq p{color:var(--muted);margin:8px 0 0}

/* страница оплаты и результата */
.pay-box{max-width:640px;margin:0 auto}
.pay-files{margin:10px 0 6px}
.pay-price{margin:16px 0 6px}
.pay-price .now{font-size:40px;font-weight:800;color:var(--accent)}
.pay-price .old{font-size:20px;color:var(--muted);text-decoration:line-through;margin-right:10px}
.pay-form{margin-top:10px}
.pay-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 18px;margin-top:18px;font-size:13px;color:var(--muted)}
.errbox{display:none;background:#fde8e8;color:#b91c1c;border-radius:10px;padding:10px 14px;margin:10px auto;max-width:480px}

/* информационные блоки на страницах инструментов */
.tinfo{max-width:860px;margin:44px auto 40px;padding:0 4px}
.tinfo h2{font-size:22px;margin:34px 0 14px}
.tinfo-intro{font-size:16.5px;color:var(--muted);line-height:1.55}
.tinfo-steps{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.tinfo-steps li{display:flex;gap:12px;align-items:flex-start;background:var(--panel,#fff);border:1px solid var(--line,#e5e7eb);border-radius:12px;padding:12px 14px}
.tinfo-steps .num{flex:0 0 28px;height:28px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}
.tinfo-two{display:grid;grid-template-columns:1fr 260px;gap:20px;align-items:start}
@media (max-width:700px){.tinfo-two{grid-template-columns:1fr}}
.tinfo-feats{padding-left:20px;line-height:1.6}
.tinfo-price{background:var(--panel,#fff);border:2px solid var(--accent);border-radius:14px;padding:18px;text-align:center;margin-top:52px}
.tinfo-price .big{font-size:38px;font-weight:800;color:var(--accent);line-height:1.1}
.tinfo-price .small{font-size:12.5px;margin-top:8px}
.tinfo-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px}
.tinfo-card{background:var(--panel,#fff);border:1px solid var(--line,#e5e7eb);border-radius:12px;padding:14px}
.tinfo-card .ic{font-size:24px;margin-bottom:6px}
.tinfo-card p{color:var(--muted);font-size:13.5px;margin:4px 0 0}
.tinfo-faq details{border-bottom:1px solid var(--line,#e5e7eb);padding:10px 0}
.tinfo-faq summary{cursor:pointer;font-weight:600}
.tinfo-faq p{color:var(--muted);margin:8px 0 0;line-height:1.5}
.tinfo-tools{display:flex;flex-wrap:wrap;gap:8px}
