Don Valley North Hyundai

Back To School VIP Offers

:root {
--hyundai-blue: #00376d;
--hyundai-deep: #00284f;
--hyundai-sky: #18a7df;
--ink: #162c43;
--muted: #5e6d7b;
--line: #dfe5ea;
--soft: #f3f6f8;
--red: #e31b2b;
font-family: Arial, Helvetica, sans-serif;
color: var(--ink);
background: #fff;
line-height: 1.55;
}

* {
box-sizing: border-box;
text-align: center;
}
html {
scroll-behavior: smooth;
}
body {
background: #fff;
text-align: center;
width: 100wh;
}
a {
color: inherit;
}

body.page-id-18253 main > .page-title {
display: none !important;
}

.brand-lockup {
display: flex;
align-items: center;
gap: 15px;
text-decoration: none;
}
.brand-mark {
color: var(--hyundai-blue);
font-size: 16px;
font-weight: 800;
letter-spacing: 0.16em;
}
.brand-name {
color: #333;
font-size: 14px;
}
.header-label {
color: #697681;
font-size: 11px;
letter-spacing: 0.12em;
text-transform: uppercase;
}

.hero-banner {
position: relative;
min-height: 360px;
display: grid;
place-items: center;
padding: 64px 22px;
color: #fff;
text-align: center;
isolation: isolate;
background: linear-gradient(120deg, #001d3c 0%, var(--hyundai-blue) 48%, #16a5db 130%);
}
.hero-banner::before,
.hero-banner::after {
position: absolute;
z-index: -1;
content: "";
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
}
.hero-banner::before {
width: 520px;
height: 520px;
right: -130px;
bottom: -300px;
box-shadow:
0 0 0 36px rgba(255, 255, 255, 0.07),
0 0 0 72px rgba(255, 255, 255, 0.04);
}
.hero-banner::after {
width: 260px;
height: 260px;
left: -130px;
top: -150px;
}
.hero-content {
max-width: 820px;
}
.hero-kicker {
display: inline-block;
margin-bottom: 14px;
color: #bceeff;
font-size: 12px;
font-weight: 800;
letter-spacing: 0.16em;
text-transform: uppercase;
}
.hero-title {
margin: 0;
font-size: clamp(38px, 7vw, 72px);
line-height: 0.98;
letter-spacing: -0.05em;
}
.hero-subtitle {
max-width: 650px;
margin: 20px auto 0;
color: #e6f5fb;
font-size: 18px;
}

.campaign-intro {
width: min(850px, calc(100% - 32px));
margin: 0 auto;
padding: 42px 16px 48px;
text-align: center;
}
.eyebrow {
margin: 0 0 10px;
color: var(--hyundai-blue);
font-size: 14px;
font-weight: 800;
letter-spacing: 0.15em;
text-transform: uppercase;
}
h1,
h2,
h3,
p {
overflow-wrap: anywhere;
}
.campaign-intro h1 {
max-width: 760px;
margin: 0 auto 18px;
color: #222;
font-size: clamp(30px, 5vw, 48px);
line-height: 1.08;
}
.campaign-copy {
max-width: 700px;
margin: 0 auto 22px;
color: #4d5c68;
font-size: 18px;
}
.date-badge {
display: inline-block;
margin: 0 auto 22px;
padding: 10px 18px;
background: var(--hyundai-blue);
color: #fff;
font-size: 14px;
font-weight: 800;
border-radius: 4px;
}
.button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 0 24px;
border-radius: 4px;
background: #fff;
border: 1px solid var(--hyundai-blue);
color: var(--hyundai-blue);
text-decoration: none;
font-size: 14px;
font-weight: 800;
transition:
background 0.2s,
transform 0.2s;
}
.button:hover {
background: var(--hyundai-deep);
transform: translateY(-1px);
color: white;
}
.button.light {
background: #fff;
color: var(--hyundai-blue);
}
.button.light:hover {
background: #e8f7fd;
}

.offers-section {
padding: 34px 16px 60px;
background: #f3f6f8;
}
.content-width {
width: min(1080px, 100%);
margin: 50px auto;
text-align: center;
}
.section-title {
margin: 0 0 10px;
color: #30363b;
font-size: clamp(28px, 4vw, 38px);
line-height: 1.1;
}
.section-intro {
max-width: 650px;
margin: 0 auto 30px;
color: var(--muted);
}
.offer-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 18px;
text-align: center;
}
.offer-card {
flex: 0 0 calc(33.333% - 12px);
min-height: 150px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 22px 16px;
border-radius: 6px;
background: var(--hyundai-blue);
color: #fff;
box-shadow: 0 8px 18px rgba(0, 55, 109, 0.1);
}
.offer-card.featured {
flex-basis: calc(66.666% - 6px);
min-height: 190px;
background: linear-gradient(135deg, var(--hyundai-deep), var(--hyundai-blue));
}
.offer-card:nth-child(even) {
background: #004d88;
}
.offer-label {
color: #9ee3fb;
font-size: 11px;
font-weight: 800;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.offer-card strong {
font-size: 15px;
line-height: 1.35;
}
.offer-card.featured strong {
max-width: 620px;
font-size: clamp(19px, 3vw, 27px);
}
.offer-mark {
display: block;
margin-bottom: 7px;
color: #fff;
font-size: 27px;
font-weight: 800;
line-height: 1;
}

.offer-description {
display: block;

color: #fff;
font-size: 16px;
font-weight: 600;
line-height: 1;
}

.cta-strip {
padding: 38px 20px;
text-align: center;
border-bottom: 1px solid var(--line);
}
.cta-strip p {
margin: 0 0 18px;
color: #3e4d58;
font-size: 17px;
}
.benefits-section {
padding: 20px 16px 60px;
background: #fff;
}
.benefit-grid {
display: flex;
flex-direction: row;
gap: 20px;
align-items: center;
justify-content: center;
margin: 28px auto 0;
}

.benefit {
width: 100%;
padding: 10px;
border: 1px solid var(--line);
border-radius: 10px;
background: var(--soft);
box-shadow: 0 8px 20px rgba(0, 55, 109, 0.08);
overflow: hidden;
}
.benefit a {
display: block;
width: 100%;
text-decoration: none;
}

.benefit h3 {
margin: 0 0 7px;
color: var(--hyundai-blue);
font-size: 18px;
}
.benefit p {
margin: 0;
color: var(--muted);
font-size: 14px;
}

.faq-section {
padding: 48px 16px 52px;
background: var(--soft);
}
.faq-list {
max-width: 760px;
margin: 28px auto 0;
text-align: left;
}
.faq-list details {
border-top: 1px solid #cbd5dc;
}
.faq-list details:last-child {
border-bottom: 1px solid #cbd5dc;
}
.faq-list summary {
cursor: pointer;
padding: 17px 4px;
color: var(--hyundai-blue);
font-size: 15px;
font-weight: 800;
}
.faq-list p {
margin: 0;
padding: 0 4px 18px;
color: #55636d;
font-size: 14px;
}

.final-cta {
padding: 60px 20px;
color: #fff;
text-align: center;
background: var(--hyundai-blue);
}
.final-cta h2 {
margin: 0 0 12px;
font-size: clamp(28px, 4vw, 40px);
}
.final-cta p {
margin: 0 auto 24px;
color: #d7edf6;
}
.terms {
width: min(820px, calc(100% - 32px));
margin: 0 auto;
padding: 28px 0 34px;
color: #687681;
font-size: 12px;
line-height: 1.7;
}
.terms summary {
cursor: pointer;
color: var(--hyundai-blue);
font-size: 13px;
font-weight: 800;
text-align: center;
}
.terms .missing-terms {
margin: 18px 0;
padding: 12px 14px;
border-left: 3px solid var(--red);
background: #fff3f4;
color: #8b1520;
}
.site-footer {
padding: 22px 20px 34px;
color: #687681;
font-size: 12px;
text-align: center;
border-top: 1px solid var(--line);
}

@media (max-width: 720px) {
.hero-banner {
min-height: 420px;
padding: 56px 18px;
}
.hero-subtitle {
font-size: 16px;
}
.campaign-intro {
padding-top: 34px;
}
.offer-grid {
display: flex;
justify-content: center;
align-items: center;
}
.benefit-grid {
display: flex;
flex-direction: column;
align-items: stretch;
width: 100%;
}
.offer-card {
flex: initial;
}
.offer-card.featured {
grid-column: span 2;
}
}
@media (max-width: 500px) {
.brand-lockup {
align-items: flex-start;
flex-direction: column;
gap: 3px;
}
.offer-grid {
grid-template-columns: 1fr;
}
.offer-card.featured {
grid-column: auto;
}
.offer-card {
min-height: 125px;
}
}
@media (max-width: 600px) {
.benefit-grid {
display: flex;
flex-direction: column;
align-items: stretch;
}
}

Back-to-School Sales Event

More ways to make your next move count

Save more on your next Hyundai before the season gets busy.

Back-to-school season brings new routines, more time on the road, and plenty to prepare for. Get ahead of the rush by exploring a new Hyundai that fits the year ahead—from the 2026 Kona EV and Elantra to in-stock and demo vehicles.

For a limited time, Hyundai of Aurora is offering special savings, financing opportunities, trade-in bonuses, and upgrade offers on select vehicles.

Explore the offers below and book your appointment before August 31, 2026.

Offers end August 31, 2026

Book an appointment

Limited-time event offers

Find the offer that fits your next move.

Finance opportunity

Finance rate as low

0%

on 2026 Kona EV for up to 36 months*

Winter ready

Receive a set of winter tires for

$140 + HST

with purchase of any in-stock vehicle§

Trade-in value
$1,000

Trade-in Bonus available

Extra Bonuse

Receive up to

$1,000

Upgrade Bonuses on select 2026 IONIQ 9,**

Delay Your Payment

Don’t pay for

90 Days

on select models^^

Demo vehicles

Huge savings available on demo vehicles

TV-Offer

Ready to review your options before the event ends?

Complete the form below to connect with the Hyundai of Aurora team to confirm eligibility and details for your vehicle.

Disclaimer and terms

Hyundai of Aurora is a division of WEINS Auto Group. Offers are valid until August 31, 2026, unless otherwise stated, and are subject to vehicle availability, customer and vehicle eligibility, financing approval where applicable, and all applicable program terms. Offers may be modified, cancelled, or withdrawn without notice and may not be combined with other offers unless expressly stated. Additional taxes, licensing, registration, insurance, documentation, and other charges may apply. See Hyundai of Aurora for complete details.

^The total incentive of up to $7,500 includes up to $2,500 in Stackable Cash and up to $5,000 through the Electric Vehicle Affordability Program (EVAP). A $2,000 cash incentive is available on the 2026 Kona EV Preferred and Preferred with Trend Package; $2,500 is available on the Preferred with Ultimate Package. The EVAP incentive is available only to eligible Canadian residents and applies to vehicles with a final transaction value not exceeding $50,000, calculated according to EVAP program guidelines. The EVAP incentive is available only on the purchase, finance, or lease of an eligible vehicle. Lease terms of less than 48 months may qualify for a reduced incentive amount. The incentive is deducted from the vehicle's negotiated selling price after taxes, is available on a first-come, first-served basis or until funds are exhausted, and cannot be applied to past transactions. Limit of one EVAP incentive per person during the lifetime of the program. Conditions apply.

*Finance rates as low as 0% are available on the 2026 Hyundai Kona EV for up to 36 months on finance purchases through Hyundai Motor Finance. Offers cannot be combined unless expressly stated. Offers are valid until the end of the program, August 31, 2026, and are subject to financing approval, applicable program terms, change, or cancellation without notice.

§ Receive a set of winter tires for $140 plus HST with the purchase of any in-stock vehicle. Tire make, model, installation, storage, availability, and other conditions may apply.

‡ Receive a $1,000 Trade-in Bonus when you trade in an eligible vehicle during the promotion period. Vehicle valuation, eligibility, and conditions apply.

**A $1,000 bonus price adjustment is available on select 2026 IONIQ 9 models on lease, finance, and cash purchases from August 1, 2026 through August 31, 2026. Price adjustments are applied before taxes. Offer is non-transferable and cannot be assigned. Eligible models, terms, and conditions apply.

^^ No payments for 90 days begins on the date of financing. Interest may accrue during the deferral period depending on the lender program, and any accrued interest may be added to the balance. Actual down payment, term, and APR may vary based on creditworthiness and lender approval. Not all applicants will qualify. This offer may be changed or withdrawn without notice and cannot be combined with certain other offers. On approved credit (O.A.C.). Conditions apply. Speak with an advisor for complete details.

† Huge savings are available on in-stock demonstrator vehicles. Savings vary by model, mileage, equipment, and availability. See inventory for details.

†† Receive a complimentary 50-inch TV with the purchase of any in-stock new vehicle. Each eligible purchase qualifies for one TV. TV model is selected by the dealership. Available while supplies last. Conditions apply.