.total-sub font-size: 0.75rem; opacity: 0.8;
<!-- Workload cards --> <div class="workload-grid"> <!-- Virtual Machines (vSphere / Hyper-V) --> <div class="card"> <div class="card-header"> <h3><span class="icon">🖥️</span> Virtual Machines</h3> </div> <div class="card-body"> <div class="input-group"> <label>🔹 Number of VMs <span>(protected)</span></label> <input type="number" id="vmCount" value="25" min="0" step="1"> <span class="hint">Each VM instance = 1 VUL (standard protection)</span> </div> <div class="factor-note">✅ VMs include vSphere, Hyper-V, AHV, etc. One VUL per VM.</div> </div> </div> veeam universal license calculator
.input-group .hint font-size: 0.7rem; color: #6c86a0; margin-top: 0.3rem; display: block; For advanced scenarios (NAS capacity factor
<div class="footnote"> <strong>🔍 VUL licensing basics (Veeam Universal License):</strong> One VUL covers one workload instance (VM, physical server, workstation, NAS share, cloud instance) regardless of the backup source or target. This calculator provides an estimate based on typical instance mapping. For advanced scenarios (NAS capacity factor, multi-instance VMs) always consult Veeam licensing guide. <br> ⚡ <em>Protection with Veeam Data Platform – flexible, portable, and future-proof.</em> </div> </div> .total-sub font-size: 0.75rem
/* Header & branding */ .header text-align: center; margin-bottom: 2rem;