1. Buy
Maximize long-term savings and take full ownership of your machine.
Own the equipment outright.
A one-time investment for long-term use.
Greater total cost savings over time.
2. Hire
Start from as little as 12 months with predictable weekly payments.
Low upfront cost.
Maintenance & servicing included.
Flexible up-/downgrade terms.
3. Refurbished baler
Cost-effective, fully serviced balers backed by warranty.
Budget-friendly quality.
Fully serviced & tested.
Warranty for peace of mind.
All options come with
All options come with:
– Professional installation for immediate use.
– Operator training to ensure safety and efficiency.
– Ongoing servicing to keep your operations hassle-free.
/* ====== Theme (matches your other blocks) ====== */
.mt-options{
--mt-text:#1b1f24;
--mt-muted:#5b656f;
--mt-accent:#16a34a; /* Mil-tek green */
--mt-border:#e7eaf0;
--mt-frame:#eff0ec;
--mt-card:#f8f9fb;
--mt-radius:14px;
--mt-shadow-soft:0 6px 18px rgba(0,0,0,.08);
--mt-shadow:0 10px 24px rgba(0,0,0,.12);
background:#fff;
color:var(--mt-text);
font-family:"Open Sans",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
margin:0;
padding:40px 0;
}
.mt-options__inner{max-width:1200px;margin:0 auto;padding:0 20px;}
.mt-options__head{
background:var(--mt-frame);
border-radius:16px;
padding:24px 20px;
box-shadow:var(--mt-shadow-soft);
margin-bottom:20px;
}
.mt-options__title{
font-family:"Roboto Condensed",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
font-weight:700; line-height:1.15;
font-size:clamp(28px,3vw,40px);
margin:0 0 8px;
text-align:center;
}
.mt-options__intro{
margin:0; text-align:center; color:var(--mt-muted); font-size:15.5px;
}
/* Cards grid */
.mt-options__grid{
display:grid; gap:18px;
grid-template-columns:repeat(3,minmax(0,1fr));
margin-top:18px;
align-items:stretch;
}
@media (max-width:980px){.mt-options__grid{grid-template-columns:1fr;}}
/* Card */
.mt-card{
background:var(--mt-card);
border:1px solid var(--mt-border);
border-radius:var(--mt-radius);
box-shadow:var(--mt-shadow-soft);
display:flex; flex-direction:column; overflow:hidden;
transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
height:100%;
}
.mt-card:hover{transform:translateY(-4px);box-shadow:var(--mt-shadow);border-color:#c8d1ff;}
/* Card media */
.mt-card__media{position:relative;margin:0;aspect-ratio:16/9;background:#e9edf3;}
.mt-card__media img{
position:absolute;inset:0;width:100%;height:100%;
object-fit:contain;padding:10px;display:block;background:#eff0ec;
}
/* Card body */
.mt-card__body{
padding:18px;
display:grid;
grid-template-rows:auto auto 1fr auto;
gap:12px;
max-width:44ch;
}
.mt-card__title{
margin:0;
font-family:"Roboto Condensed",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
font-weight:700;line-height:1.12;font-size:22px;
}
.mt-card__desc{
margin:0;color:var(--mt-text);line-height:1.5;
min-height:3em;
}
/* Bullets */
.mt-list{
margin:0;padding:0;list-style:none;display:grid;gap:8px;
font-size:15.5px;color:var(--mt-muted);min-height:4.8em;
}
.mt-list li{
position:relative;padding-left:24px;white-space:nowrap;
}
@media (max-width:720px){.mt-list li{white-space:normal;}}
.mt-list li::before{
content:"";position:absolute;left:0;top:0.15em;
width:16px;height:16px;
background-repeat:no-repeat;background-size:16px 16px;
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%2316a34a'/%3E%3Cpath d='M17 9l-5.5 6L7 12.5' stroke='%23fff' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
filter:drop-shadow(0 1px 1px rgba(0,0,0,.08));
}
/* Buttons */
.mt-card__ctas{display:flex;gap:10px;margin-top:4px;align-self:start;}
.mt-btn{
display:inline-block;text-decoration:none;text-align:center;
border-radius:14px;padding:12px 16px;font-weight:700;font-size:15px;
transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease;
border:1px solid transparent;
}
.mt-btn--primary{
background:var(--mt-accent);color:#fff;
box-shadow:0 6px 14px rgba(22,163,74,.18);
}
.mt-btn--primary:hover{
transform:translateY(-1px);
box-shadow:0 10px 22px rgba(22,163,74,.25);
}
/* Centered info block */
.mt-options__note{
margin:30px auto 10px;
background:var(--mt-frame);
border:1px solid var(--mt-border);
border-radius:16px;
padding:20px 24px;
box-shadow:var(--mt-shadow-soft);
text-align:center;
max-width:800px;
}
.mt-options__note-text{
margin:0 auto;
max-width:60ch;
color:var(--mt-muted);
font-size:14.5px;
line-height:1.6;
}
.sr-only{
position:absolute !important;width:1px;height:1px;
padding:0;margin:-1px;overflow:hidden;
clip:rect(0,0,0,0);white-space:nowrap;border:0;
}