/* ===== Калькулятор налога с продажи квартиры ===== */
.yvo-tc { font-family: "Inter","Segoe UI",system-ui,sans-serif; color: #14231e; margin: 8px 0; }
.yvo-tc-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 20px; align-items: start; }
.yvo-tc-form { display: flex; flex-direction: column; gap: 14px; background: #fff; border: 1px solid #e6ece9; border-radius: 18px; padding: 22px; box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 16px 40px -26px rgba(9,40,34,.4); }
.yvo-tc-f { display: flex; flex-direction: column; gap: 6px; }
.yvo-tc-f > span { font-size: 13px; font-weight: 700; color: #37514a; }
.yvo-tc-f > span em { font-weight: 500; color: #8a9691; font-style: normal; }
.yvo-tc-f input, .yvo-tc-f select { border: 1px solid #dce3e0; border-radius: 11px; padding: 12px 14px; font: inherit; font-size: 16px; background: #fff; color: #14231e; box-sizing: border-box; width: 100%; }
.yvo-tc-f input:focus, .yvo-tc-f select:focus { outline: none; border-color: #00695c; box-shadow: 0 0 0 3px rgba(0,105,92,.12); }

.yvo-tc-result { position: sticky; top: 16px; border-radius: 18px; padding: 24px; color: #eafcf5;
  background: radial-gradient(400px 200px at 20% -10%, rgba(0,201,168,.5), transparent 60%), linear-gradient(150deg,#00796b,#023a30);
  box-shadow: 0 26px 60px -28px rgba(0,77,64,.7), inset 0 1px 0 rgba(255,255,255,.16); }
.yvo-tc-res-label { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; opacity: .85; }
.yvo-tc-res-sum { font-size: clamp(34px, 5vw, 46px); font-weight: 900; letter-spacing: -.02em; margin: 4px 0 14px; }
.yvo-tc-result--free .yvo-tc-res-sum { color: #8bf5c9; }
.yvo-tc-res-lines { list-style: none; margin: 0 0 14px; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.yvo-tc-res-lines li { display: flex; justify-content: space-between; gap: 12px; font-size: 14.5px; border-bottom: 1px solid rgba(255,255,255,.14); padding-bottom: 8px; }
.yvo-tc-res-lines li:last-child { border-bottom: none; }
.yvo-tc-res-lines li span { opacity: .85; }
.yvo-tc-res-lines li b { text-align: right; font-weight: 800; }
.yvo-tc-mut { display: block; font-size: 11.5px; opacity: .6; font-weight: 500; }
.yvo-tc-res-note { font-size: 13px; line-height: 1.5; opacity: .95; margin-bottom: 16px; }
.yvo-tc-res-note:empty { display: none; }
.yvo-tc-cta { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 48px; border-radius: 12px; background: #fff; color: #00695c; font-weight: 800; font-size: 15px; text-decoration: none; box-shadow: 0 12px 26px -10px rgba(0,0,0,.35); }
.yvo-tc-cta:hover { transform: translateY(-1px); }

.yvo-tc-disc { font-size: 12px; color: #6b7280; line-height: 1.5; margin: 14px 0 0; }

@media (max-width: 720px) {
  .yvo-tc-grid { grid-template-columns: 1fr; }
  .yvo-tc-result { position: static; }
}
