/* ===== Декларация 3-НДФЛ ===== */
:root {
  --tx-acc: #00695c;
  --tx-acc-dark: #004d40;
  --tx-line: #e6e8eb;
  --tx-ink: #1c2024;
  --tx-muted: #6b7280;
  --tx-soft: #dcefe9;
  --tx-bg: #f4f3ee;
}
body.yvo-cabinet-route-tax { background: var(--tx-bg); }
.yvo-tax { max-width: 1040px; margin: 0 auto; padding: 22px 16px 60px; font-family: "Segoe UI", system-ui, sans-serif; color: var(--tx-ink); }
.yvo-tax-crumb { font-size: 13px; color: var(--tx-muted); margin-bottom: 14px; }
.yvo-tax-crumb a { color: var(--tx-acc); text-decoration: none; }
.yvo-tax-eyebrow { font-family: "IBM Plex Mono", monospace, monospace; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--tx-acc); }
.yvo-tax-hero h1 { font-size: clamp(26px, 4vw, 38px); font-weight: 800; margin: 8px 0 8px; letter-spacing: -.01em; }
.yvo-tax-lead { color: var(--tx-muted); font-size: 16px; max-width: 60ch; margin: 0 0 20px; }

.yvo-tax-tabs { display: inline-flex; gap: 6px; padding: 6px; background: #fff; border: 1px solid var(--tx-line); border-radius: 14px; margin-bottom: 18px; flex-wrap: wrap; }
.yvo-tax-tab { border: none; background: transparent; color: var(--tx-muted); font-weight: 700; font-size: 14px; padding: 10px 18px; border-radius: 10px; cursor: pointer; }
.yvo-tax-tab.is-active { background: var(--tx-acc); color: #fff; }

.yvo-tax-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.yvo-tax-card { background: #fff; border: 1px solid var(--tx-line); border-radius: 16px; padding: 20px; box-shadow: 0 1px 2px rgba(16,24,40,.04), 0 8px 26px rgba(16,24,40,.05); }

.yvo-tax-sec { margin-bottom: 18px; }
.yvo-tax-sec__t { font-weight: 800; font-size: 14px; color: var(--tx-ink); margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid var(--tx-line); }
.yvo-tax-f { display: block; margin-bottom: 11px; }
.yvo-tax-f > span { display: block; font-size: 12.5px; color: var(--tx-muted); font-weight: 600; margin-bottom: 4px; }
.yvo-tax-f > span small { font-weight: 400; }
.yvo-tax-f input, .yvo-tax-f select {
  width: 100%; box-sizing: border-box; border: 1px solid var(--tx-line); border-radius: 10px;
  padding: 11px 12px; font: inherit; font-size: 15px; background: #fff; color: var(--tx-ink);
}
.yvo-tax-f input:focus, .yvo-tax-f select:focus { outline: none; border-color: var(--tx-acc); box-shadow: 0 0 0 3px rgba(0,105,92,.12); }
.yvo-tax-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.yvo-tax-check { display: flex; gap: 8px; align-items: flex-start; font-size: 13px; color: var(--tx-ink); margin-bottom: 11px; line-height: 1.4; cursor: pointer; }
.yvo-tax-check input { margin-top: 2px; }
.yvo-tax-radio { display: flex; flex-direction: column; gap: 6px; }
.yvo-tax-radio label { display: flex; gap: 8px; align-items: center; font-size: 14px; cursor: pointer; }

.yvo-tax-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 50px; border: none; border-radius: 12px; font-size: 16px; font-weight: 800; cursor: pointer; }
.yvo-tax-btn--primary { background: var(--tx-acc); color: #fff; box-shadow: 0 2px 8px rgba(0,105,92,.24); }
.yvo-tax-btn--primary:hover { background: var(--tx-acc-dark); }
.yvo-tax-btn--primary:disabled { opacity: .6; cursor: default; }
.yvo-tax-note { font-size: 11.5px; color: var(--tx-muted); text-align: center; margin: 10px 0 0; }

/* Результат */
.yvo-tax-calc { background: var(--tx-soft); border-radius: 12px; padding: 16px 18px; margin-bottom: 16px; }
.yvo-tax-calc__big { font-size: 24px; font-weight: 800; color: var(--tx-acc-dark); margin: 0 0 4px; }
.yvo-tax-calc__sum { font-size: 14px; color: #234; line-height: 1.5; }
.yvo-tax-calc__rows { margin: 10px 0 0; font-size: 13.5px; }
.yvo-tax-calc__rows div { display: flex; justify-content: space-between; gap: 10px; padding: 3px 0; }
.yvo-tax-calc__rows b { font-variant-numeric: tabular-nums; }
.yvo-tax-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.yvo-tax-abtn { display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--tx-line); background: #fff; color: var(--tx-ink); font: inherit; font-size: 14px; font-weight: 700; padding: 11px 15px; border-radius: 11px; cursor: pointer; text-decoration: none; }
.yvo-tax-abtn:hover { background: #f5f5f2; }
.yvo-tax-abtn--acc { background: var(--tx-acc); color: #fff; border-color: transparent; }
.yvo-tax-abtn--acc:hover { background: var(--tx-acc-dark); }
.yvo-tax-abtn:disabled { opacity: .6; cursor: default; }

.yvo-tax-block { margin-bottom: 16px; }
.yvo-tax-block__t { font-weight: 800; font-size: 14px; margin-bottom: 8px; }
.yvo-tax-check-list, .yvo-tax-steps { margin: 0; padding-left: 20px; font-size: 14px; line-height: 1.6; color: #333; }
.yvo-tax-check-list li { margin-bottom: 4px; }
.yvo-tax-steps li { margin-bottom: 8px; }
.yvo-tax-disclaimer { font-size: 12px; color: var(--tx-muted); line-height: 1.5; border-top: 1px solid var(--tx-line); padding-top: 12px; margin: 4px 0 0; }

@media (max-width: 820px) {
  .yvo-tax-grid { grid-template-columns: 1fr; }
  .yvo-tax-tabs { display: flex; width: 100%; }
  .yvo-tax-tab { flex: 1 1 0; padding: 12px 8px; }
}
@media (max-width: 460px) {
  .yvo-tax-row { grid-template-columns: 1fr; }
  .yvo-tax-f input, .yvo-tax-f select { font-size: 16px; }
}
