Kia vs Honda | Canada Version
Why Kia Crushes Honda in 2026 Canada
Get a Price Tailored to You
We’ll apply current incentives and dealer promos to build your best offer.
');
opacity: 0.3;
}
.kia-stats h2 {
font-size: 2.2rem;
margin-bottom: 25px;
position: relative;
z-index: 1;
font-weight: 800;
}
.kia-stats-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 25px;
margin-top: 25px;
position: relative;
z-index: 1;
}
.kia-stat-item {
background: rgba(255, 255, 255, 0.15);
border-radius: 15px;
padding: 25px;
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2);
transition: all 0.3s ease;
}
.kia-stat-item:hover {
transform: translateY(-5px);
background: rgba(255, 255, 255, 0.25);
}
.kia-stat-number {
font-size: 3.2rem;
font-weight: 900;
margin-bottom: 10px;
color: #f39c12;
text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.kia-stat-label {
font-size: 1.1rem;
font-weight: 600;
}
.kia-cta {
background: linear-gradient(135deg, #27ae60, #229954);
color: white;
padding: 45px;
text-align: center;
position: relative;
}
.kia-cta h2 {
font-size: 2rem;
margin-bottom: 20px;
font-weight: 800;
}
.kia-cta p {
font-size: 1.2rem;
margin-bottom: 25px;
opacity: 0.95;
}
.kia-button {
background: linear-gradient(135deg, #e74c3c, #c0392b);
color: white;
border: none;
padding: 15px 35px;
font-size: 1.1rem;
border-radius: 30px;
cursor: pointer;
transition: all 0.4s ease;
margin: 10px;
text-decoration: none;
display: inline-block;
font-weight: 700;
box-shadow: 0 8px 20px rgba(231, 76, 60, 0.3);
text-transform: uppercase;
letter-spacing: 1px;
}
.kia-button:hover {
background: linear-gradient(135deg, #c0392b, #a93226);
transform: translateY(-3px) scale(1.05);
box-shadow: 0 12px 30px rgba(231, 76, 60, 0.4);
}
.canada-pricing {
background: #ecf0f1;
padding: 20px;
border-radius: 10px;
margin: 15px 0;
border-left: 4px solid #e74c3c;
}
.price-highlight {
font-size: 1.3rem;
font-weight: bold;
color: #27ae60;
}
@media (max-width: 768px) {
.kia-header h1 {
font-size: 2.2rem;
}
.kia-grid {
grid-template-columns: 1fr;
padding: 25px;
gap: 20px;
}
.kia-stats-grid {
grid-template-columns: repeat(2, 1fr);
}
.kia-card {
padding: 20px;
}
}
@media (max-width: 480px) {
.kia-stats-grid {
grid-template-columns: 1fr;
}
.kia-header h1 {
font-size: 1.8rem;
}
}