Prices & Plans2
<div class="mail-bundles">
<style>
.mail-bundles {
max-width: 1000px;
margin: 20px auto;
font-family: inherit;
}
.bundle-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 25px;
}
.bundle-table th {
background: #2c3e50;
color: #fff;
padding: 15px;
text-align: center;
}
.bundle-table td {
border: 1px solid #ddd;
padding: 15px;
text-align: center;
}
.bundle-table tr:nth-child(even) {
background: #f8f9fa;
}
.bundle-price {
font-size: 1.8em;
font-weight: bold;
}
.bundle-rate {
color: #666;
font-size: 0.95em;
}
.bundle-terms {
background: #f8f9fa;
padding: 20px;
border-radius: 6px;
}
.bundle-terms h3 {
margin-top: 0;
}
.bundle-terms ul {
margin: 0;
padding-left: 20px;
}
.bundle-terms li {
margin-bottom: 10px;
}
@media (max-width: 768px) {
.bundle-table {
display: block;
overflow-x: auto;
}
}
</style>
<table class="bundle-table">
<thead>
<tr>
<th>Bundle & Save</th>
<th>Mini Mail Bundle</th>
<th>Medium Mail Bundle</th>
<th>Mega Mail Bundle</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Annual Cost</strong></td>
<td><span class="bundle-price">$120</span></td>
<td><span class="bundle-price">$180</span></td>
<td><span class="bundle-price">$240</span></td>
</tr>
<tr>
<td><strong>Letters Included</strong></td>
<td>2 per month<br>(24 per year)</td>
<td>5 per month<br>(60 per year)</td>
<td>10 per month<br>(120 per year)</td>
</tr>
<tr>
<td><strong>Effective Rate</strong></td>
<td>$5 per letter</td>
<td>$3 per letter</td>
<td>$2 per letter</td>
</tr>
<tr>
<td><strong>Unused Scans</strong></td>
<td>Carry Over</td>
<td>Carry Over</td>
<td>Carry Over</td>
</tr>
<tr>
<td><strong>Expiry</strong></td>
<td>12 Months</td>
<td>12 Months</td>
<td>12 Months</td>
</tr>
</tbody>
</table>
<div class="bundle-terms">
<h3>Terms & Conditions</h3>
<ul>
<li>Available on a 12-month term only.</li>
<li>Payment is made with your mailbox renewal.</li>
<li>Bundles may be added pro rata during an active term.</li>
<li>All Bundle & Save purchases are non-refundable.</li>
<li>Unused scan allowances accumulate throughout the term and expire after 12 months.</li>
<li>Additional letters beyond your allowance are charged at the standard Pay-As-You-Go rate of $5 per letter.</li>
<li>Letters scanned under a bundle are capped at 10 pages per item.</li>
<li>You may nominate specific mail items to be scanned and specify items you do not want scanned.</li>
<li>Junk mail and unsolicited advertising material will not be scanned.</li>
<li>Scanned mail is returned to your mailbox unless alternative instructions are provided.</li>
</ul>
</div>
</div>