#moveCalc{background:#fff;padding:25px;max-width:900px;margin:auto;font-family:Arial}#moveCalc h2{font-size:28px}#moveCalc .tabs{display:flex;gap:10px;margin-bottom:20px}#moveCalc .tab{flex:1;padding:12px;border-radius:10px;border:none;background:#e67e22;color:#fff;font-size:16px}#moveCalc .tab.active{background:#c75f00}#moveCalc .items-wrapper{display:flex;flex-wrap:wrap;gap:6px}#moveCalc .item-card{width:100%}@media (min-width:768px){#moveCalc .item-card{width:48%}}@media (min-width:1024px){#moveCalc .item-card{width:23%}}#moveCalc .item-card{display:flex;justify-content:space-between;align-items:center;padding:12px;border-radius:14px;background:#2f80ed;color:#fff;font-size:16px}#moveCalc .item-left{display:flex;align-items:center;gap:10px}#moveCalc .icon{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,0.2);display:flex;align-items:center;justify-content:center}#moveCalc .boxes-toggle{margin-top:15px;text-align:center}#moveCalc .boxes-text{display:block;margin-bottom:8px;font-size:16px}#moveCalc .toggle-buttons{display:flex;justify-content:center;gap:10px}#moveCalc .toggle-btn{padding:8px 16px;border-radius:20px;border:none;background:#ddd;cursor:pointer}#moveCalc .toggle-btn.active{background:#2f80ed;color:#fff}#moveCalc .summary{margin-top:20px;font-weight:bold}#moveCalc button{margin-top:20px;padding:14px;width:100%;border:none;background:#2f80ed;color:#fff;border-radius:10px}#moveCalc input{width:100%;padding:12px;margin:8px 0}.hidden{display:none}@media (max-width:767px){#moveCalc .item-card{margin:0!important;padding:10px!important}}#moveCalc .next-btn{background:#e67e22!important}#moveCalc .next-btn:hover{background:#c75f00!important}