.home-emi { padding: 64px 0; background: #0c1216; color: #f7f5ef; }
.home-emi__heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr); gap: 60px; align-items: end; margin-bottom: 32px; }
.home-emi__heading > div > span { color: #c99a3d; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.home-emi__heading h2 { margin: 8px 0 0; color: #f7f5ef !important; font-size: clamp(32px, 3.8vw, 47px); line-height: 1.08; }
.home-emi__heading > p { margin: 0; color: #aeb8bd !important; font-size: 12.5px; line-height: 1.75; }
.home-emi__calculator { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, .72fr); border: 1px solid #3d4951; background: #161f25; }
.home-emi__controls { display: grid; gap: 27px; padding: 34px; }
.home-emi__field { min-width: 0; }
.home-emi__field-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 15px; }
.home-emi__field-top > label { margin: 0; color: #dce1e3 !important; font-size: 11px; font-weight: 800; }
.home-emi__number { display: flex; min-height: 42px; align-items: center; border: 1px solid #4b575f; background: #0f171c; }
.home-emi__number > span { padding: 0 11px; color: #c99a3d; font-size: 11px; font-weight: 800; white-space: nowrap; }
.home-emi__number input { width: 130px; min-height: 40px !important; padding: 0 10px !important; border: 0 !important; background: transparent !important; color: #f7f5ef !important; font-size: 13px; font-weight: 800; text-align: right; box-shadow: none !important; }
.home-emi__number input::-webkit-inner-spin-button { margin: 0; opacity: .35; }
.home-emi__range { width: 100%; height: 4px; border: 0 !important; border-radius: 0; outline: 0; background: linear-gradient(90deg,#c99a3d,#5b4720) !important; accent-color: #c99a3d; cursor: pointer; appearance: none; }
.home-emi__range::-webkit-slider-thumb { width: 18px; height: 18px; border: 3px solid #0c1216; border-radius: 50%; background: #c99a3d; box-shadow: 0 0 0 1px #dcb65d; cursor: pointer; appearance: none; }
.home-emi__range::-moz-range-thumb { width: 14px; height: 14px; border: 3px solid #0c1216; border-radius: 50%; background: #c99a3d; box-shadow: 0 0 0 1px #dcb65d; cursor: pointer; }
.home-emi__scale { display: flex; justify-content: space-between; margin-top: 8px; color: #78858c; font-size: 8px; }
.home-emi__tip { display: flex; gap: 11px; padding: 14px 16px; border-left: 3px solid #c99a3d; background: #202a31; }
.home-emi__tip i { color: #c99a3d; font-size: 21px; }
.home-emi__tip p { margin: 0; color: #9da8ad !important; font-size: 9.5px; line-height: 1.55; }
.home-emi__result { display: flex; padding: 34px; flex-direction: column; border-left: 1px solid #3d4951; background: linear-gradient(145deg,#202a31,#11191f); }
.home-emi__result > span { color: #c99a3d; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.home-emi__result > strong { margin-top: 7px; color: #f7f5ef !important; font-size: clamp(31px, 3.3vw, 45px); line-height: 1.1; }
.home-emi__result > small { margin-top: 6px; color: #89959b; font-size: 9px; }
.home-emi__breakdown { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid #3d4951; }
.home-emi__breakdown > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px 0; border-bottom: 1px solid #3d4951; }
.home-emi__breakdown span { color: #9da8ad; font-size: 9.5px; }
.home-emi__breakdown strong { color: #e6eaec !important; font-size: 11px; }
.home-emi__bar { height: 8px; margin-top: 24px; overflow: hidden; background: #453718; }
.home-emi__bar > span { display: block; width: 50%; height: 100%; background: #c99a3d; transition: width .25s ease; }
.home-emi__legend { display: flex; gap: 18px; margin-top: 9px; color: #929da3; font-size: 8px; }
.home-emi__legend span { display: inline-flex; align-items: center; gap: 6px; }
.home-emi__legend i { display: block; width: 8px; height: 8px; background: #c99a3d; }
.home-emi__legend span:last-child i { background: #5b4720; }
.home-emi__result > a { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; margin-top: auto; padding: 0 16px; background: #c99a3d; color: #111820; font-size: 10px; font-weight: 800; }
.home-emi__result > a:hover { background: #ddb55d; color: #111820; }
.home-emi__result > p { margin: 13px 0 0; color: #7f8b91 !important; font-size: 8px; line-height: 1.5; text-align: center; }
@media (max-width: 991px) {
  .home-emi__heading,.home-emi__calculator { grid-template-columns: 1fr; }
  .home-emi__heading { gap: 14px; }
  .home-emi__result { min-height: 440px; border-top: 1px solid #3d4951; border-left: 0; }
}
@media (max-width: 575px) {
  .home-emi { padding: 46px 0; }
  .home-emi__controls,.home-emi__result { padding: 24px 18px; }
  .home-emi__field-top { align-items: flex-start; flex-direction: column; gap: 10px; }
  .home-emi__number { width: 100%; }
  .home-emi__number input { width: 100%; text-align: left; }
}
