.hero{position:relative;padding:150px 0;color:#0b1533}
.hero--photo{background:url("/img/header-background.webp") center center/cover no-repeat}
.hero__inner{max-width:1350px;margin:0 auto;padding:0 15px}
.hero__left{width:100%;display:flex;flex-direction:column;align-items:flex-start}
.hero__title h1{font-size:clamp(40px,3.6vw,56px);line-height:1.1;margin:0 0 6px;font-weight:800;color:#0b1533}
.hero__title h1 span{color:#fff}
.hero__terms{display:inline-block;margin-top:8px;color:#2f7bf2;text-decoration:underline}
.calc--hero{width:100%;max-width:440px;margin-bottom:28px;background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(9,20,52,.12);padding:22px}
.calc__field{margin-bottom:18px}
.calc__label{display:flex;align-items:center;justify-content:space-between;font-size:20px;color:#6b778c;margin-bottom:6px;font-weight:300}
.calc__label strong{color:#0b1533;font-size:20px;font-weight:700}
.slider{width:100%;appearance:none;height:12px;border-radius:999px;background:#ffdd00;outline:none}
.slider::-webkit-slider-thumb{appearance:none;width:35px;height:35px;border-radius:50%;background:#fff;border:6px solid #ffdd00;box-shadow:0 5px 20px rgba(231,172,21,.5);cursor:pointer}
.slider::-moz-range-thumb{width:35px;height:35px;border-radius:50%;background:#fff;border:6px solid #ffdd00;box-shadow:0 5px 20px rgba(231,172,21,.5);cursor:pointer}
.calc__summary{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:30px 0 20px}
.calc__item-title{font-size:16px;color:#8a96a8;margin-bottom:4px;font-weight:300}
.calc__item-value{font-weight:700;color:#0b1533;font-size:18px}
.btn.btn-xl{width:100%;padding:24px 18px;font-size:19px}
.calc__hint{margin-top:22px;font-size:12.5px;color:#2f7bf2;cursor:help;position:relative;display:inline-block;text-align:center;width:100%}
.calc__hint:hover::after{content:attr(data-tooltip);position:absolute;left:0;top:120%;min-width:260px;max-width:360px;background:#0b1533;color:#fff;padding:10px 12px;border-radius:10px;box-shadow:0 10px 30px rgba(9,20,52,.18);z-index:5}
.hero__pay{background:#fff;border-radius:16px;box-shadow:0 18px 60px rgba(9,20,52,.1);padding:16px 18px;max-width:440px;width:100%;text-align:center}
.hero__pay-list{display:flex;gap:22px;align-items:center;justify-content:center;width:100%}
.hero__pay-list img{height:24px;width:auto;flex:0 0 auto}
.hero__pay-note{margin-top:10px;padding-top:10px;border-top:1px solid #edf1f7;font-size:13px;color:#6b778c}
@media(max-width:992px){.hero{padding:50px 0}.calc--hero{max-width:100%}.hero--photo{background-position:center right -120px}}
@media(max-width:600px){.hero--photo{background-position:center left -160px}}
.loan-switch{display:flex;gap:8px;background:#eceff3;padding:6px;border-radius:999px;width:max-content;margin:0 auto 24px}
.loan-switch__btn{border:0;background:transparent;padding:12px 24px;border-radius:999px;font-size:16px;font-weight:600;cursor:pointer}
.loan-switch__btn.is-active{background:#0b1533;color:#fff}
