@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");body{color:#002e42;font-family:Poppins,sans-serif}.calculator-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin:0 auto;max-width:100%;padding:20px}.input-section{padding:20px}.input-section,.output-section{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);width:45%}.output-section{padding:5% 60px}input{border:1px solid #ccc!important;border-radius:5px;box-sizing:border-box;font-family:Poppins,sans-serif;margin-top:5px;padding:10px!important;width:100%}h2,input{color:#002e42}h2{font-size:1.5em;font-weight:600;margin-bottom:20px}label{color:#002e42;display:block;font-size:1em;margin-bottom:15px}label input{border:1px solid #ccc!important;border-radius:5px;box-sizing:border-box;color:#002e42;padding:10px;width:100%}a.btn,label input{font-family:Poppins,sans-serif}a.btn{background-color:#ed751d;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;margin-top:10px;padding:10px 20px;text-decoration:none;transition:background-color .3s ease}a.btn:hover{background-color:#002e42}#scale-container{margin-top:20px;position:relative}#scale{background:linear-gradient(90deg,#002e42,#007e69);border-radius:5px;height:10px;margin:20px 0;position:relative}#low-roi-dot{background-color:#002e42;transform:translateX(0)}#high-roi-dot,#low-roi-dot{border-radius:50%;height:20px;position:absolute;top:-5px;transition:transform .3s ease,background-color .3s ease;width:20px}#high-roi-dot{background-color:#007e69;transform:translateX(100%)}.output-range{color:#002e42;display:flex;font-size:1.4em;font-weight:700;justify-content:space-between;margin-bottom:60px;margin-top:10px}.output-section p{color:#002e42;font-size:22px;font-weight:700;line-height:30px;margin-bottom:70px;text-align:center}@media (max-width:768px){.calculator-container{align-items:center;flex-direction:column;padding:20px}.input-section,.output-section{margin-bottom:20px;width:100%}#scale{margin:20px auto}#scale,.output-range{width:100%}.output-section p{color:#002e42;font-size:20px;font-weight:700;line-height:24px;margin-bottom:40px;text-align:center}.output-section{padding:30px 20px}}#text-output{color:#002e42;font-size:16px;margin-top:20px;text-align:center}.calculator-header h1{color:#002e42!important;font-size:32px!important;font-weight:700!important;margin:0;text-align:center}.calculator-header h2{font-size:24px;font-weight:400;line-height:1;margin:0;padding:10px 0;text-align:center}#text-output p{font-weight:700;margin:5px 0}#low-roi-text{color:#002e42;font-weight:700}#high-roi-label,#high-roi-text{color:#007e69;font-weight:700}#roi-calculator-form{background-color:#fff!important}.button-heading{margin:0}