Gas Card Giveaway | Five Star Auto Body *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Barlow', sans-serif; background-color: #0f172a; color: #e2e8f0; overflow-x: hidden; } /* ── NAVBAR ── */ .fsab-navbar { position: fixed; top: 0; left: 0; right: 0; background-color: #0f172a; border-bottom: 3px solid #f97316; z-index: 9999; padding: 0.6rem 0; } .fsab-nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; } .fsab-nav-logo img { height: 58px; width: auto; display: block; } .fsab-nav-links { display: flex; gap: 0.8rem; align-items: center; } .fsab-nav-links a { color: #cbd5e1; text-decoration: none; font-weight: 600; font-size: 0.95rem; padding: 0.5rem 1.1rem; border-radius: 30px; transition: background 0.2s, color 0.2s; } .fsab-nav-links a:hover { color: #ffffff; background-color: #1e293b; } .fsab-nav-links .fsab-nav-cta { background-color: #f97316; color: #ffffff; } .fsab-nav-links .fsab-nav-cta:hover { background-color: #ea580c; } /* ── SHARED ── */ .fsab-label { display: block; text-align: center; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.78rem; letter-spacing: 4px; text-transform: uppercase; color: #f97316; margin-bottom: 0.4rem; } .fsab-title { text-align: center; font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(2rem, 5vw, 3rem); text-transform: uppercase; color: #ffffff; line-height: 1.1; margin-bottom: 2.5rem; letter-spacing: 1px; } .fsab-title span { color: #f97316; } /* ── HERO ── */ .fsab-hero { min-height: 100vh; padding: 120px 24px 70px; background-color: #0f172a; display: flex; align-items: center; justify-content: center; text-align: center; } .fsab-hero-inner { max-width: 860px; width: 100%; margin: 0 auto; } .fsab-badge { display: inline-block; background-color: #1d4ed8; color: #ffffff; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.8rem; letter-spacing: 3px; text-transform: uppercase; padding: 0.4rem 1.4rem; border-radius: 30px; margin-bottom: 1.2rem; border: 1px solid #3b82f6; } .fsab-eyebrow { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-style: italic; font-size: clamp(1.2rem, 3vw, 1.8rem); color: #f97316; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 0.3rem; } .fsab-hero-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(3.5rem, 10vw, 7.5rem); line-height: 0.9; text-transform: uppercase; letter-spacing: -1px; } .fsab-hero-title .w-gas { color: #fbbf24; } .fsab-hero-title .w-card { color: #ffffff; } .fsab-hero-title .w-give { display: block; color: #f97316; } .fsab-divider { width: 70px; height: 4px; background-color: #f97316; margin: 1.6rem auto; border-radius: 2px; } .fsab-hero-sub { font-size: clamp(1rem, 2.5vw, 1.2rem); color: #94a3b8; max-width: 520px; margin: 0 auto; line-height: 1.6; } .fsab-hero-sub strong { color: #e2e8f0; } /* ── PRIZES ── */ .fsab-prizes-section { padding: 80px 24px; background-color: #111827; border-top: 1px solid #1e293b; } .fsab-prizes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 860px; margin: 0 auto; } .fsab-prize-card { border-radius: 16px; padding: 2.8rem 1.5rem; text-align: center; border-width: 2px; border-style: solid; transition: transform 0.35s ease, box-shadow 0.35s ease; } .fsab-prize-card:hover { transform: translateY(-8px); } .fsab-prize-card.silver { background-color: #1e293b; border-color: #475569; } .fsab-prize-card.silver:hover { box-shadow: 0 16px 40px rgba(71,85,105,0.4); } .fsab-prize-card.blue { background-color: #172554; border-color: #3b82f6; } .fsab-prize-card.blue:hover { box-shadow: 0 16px 40px rgba(59,130,246,0.35); } .fsab-prize-card.gold { background-color: #1c1408; border-color: #fbbf24; } .fsab-prize-card.gold:hover { box-shadow: 0 16px 40px rgba(251,191,36,0.35); } .fsab-prize-amount { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(3rem, 7vw, 4.8rem); line-height: 1; margin-bottom: 0.4rem; } .silver .fsab-prize-amount { color: #94a3b8; } .blue .fsab-prize-amount { color: #60a5fa; } .gold .fsab-prize-amount { color: #fbbf24; } .fsab-prize-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1rem; letter-spacing: 2px; text-transform: uppercase; color: #64748b; } /* ── DEADLINE ── */ .fsab-deadline { background-color: #ea580c; padding: 1.8rem 24px; text-align: center; border-top: 3px solid #f97316; border-bottom: 3px solid #f97316; } .fsab-deadline-text { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(1.5rem, 4vw, 2.6rem); text-transform: uppercase; color: #ffffff; letter-spacing: 1px; margin-bottom: 0.3rem; } .fsab-deadline-sub { font-size: 1rem; color: #fed7aa; font-weight: 500; } /* ── HOW TO ENTER ── */ .fsab-enter-section { padding: 80px 24px; background-color: #0f172a; border-top: 1px solid #1e293b; } .fsab-enter-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 960px; margin: 0 auto 2rem; } .fsab-enter-card { background-color: #1e293b; border-radius: 16px; padding: 2rem 1.5rem; border: 2px solid #334155; text-align: center; transition: border-color 0.3s ease, transform 0.3s ease; } .fsab-enter-card:hover { border-color: #f97316; transform: translateY(-5px); } .fsab-enter-icon { width: 64px; height: 64px; border-radius: 50%; background-color: #f97316; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.2rem; font-size: 1.6rem; } .fsab-enter-card h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.25rem; text-transform: uppercase; color: #ffffff; margin-bottom: 0.7rem; letter-spacing: 1px; } .fsab-enter-card p { color: #94a3b8; font-size: 0.95rem; line-height: 1.6; } .fsab-enter-card p strong { color: #e2e8f0; } .fsab-nopurchase { text-align: center; font-size: 0.88rem; color: #64748b; max-width: 960px; margin: 0 auto; line-height: 1.5; } /* ── LOCATIONS ── */ .fsab-locations-section { padding: 80px 24px; background-color: #111827; border-top: 1px solid #1e293b; } .fsab-locations-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; max-width: 820px; margin: 0 auto; } .fsab-loc-card { background-color: #1e293b; border-radius: 14px; padding: 1.5rem; border: 2px solid #334155; display: flex; align-items: flex-start; gap: 1rem; transition: border-color 0.3s ease, transform 0.3s ease; } .fsab-loc-card:hover { border-color: #f97316; transform: translateX(4px); } .fsab-loc-pin { width: 42px; height: 42px; border-radius: 50%; background-color: #1d4ed8; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; } .fsab-loc-info h4 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.1rem; color: #ffffff; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 0.25rem; } .fsab-loc-info p { font-size: 0.88rem; color: #64748b; line-height: 1.5; } .fsab-loc-info a { display: inline-block; margin-top: 0.4rem; color: #f97316; font-weight: 600; font-size: 0.9rem; text-decoration: none; } .fsab-loc-info a:hover { color: #fbbf24; } /* ── CTA ── */ .fsab-cta-section { padding: 80px 24px; background-color: #0f172a; text-align: center; border-top: 1px solid #1e293b; } .fsab-cta-inner { max-width: 600px; margin: 0 auto; } .fsab-cta-inner p { font-size: 1.05rem; color: #94a3b8; margin-bottom: 2rem; line-height: 1.6; } .fsab-cta-inner p strong { color: #e2e8f0; } .fsab-btn-row { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; } .fsab-btn { display: inline-block; padding: 0.85rem 2.2rem; border-radius: 50px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.1rem; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease; } .fsab-btn-primary { background-color: #f97316; color: #ffffff; border: 2px solid #f97316; box-shadow: 0 8px 24px rgba(249,115,22,0.35); } .fsab-btn-primary:hover { background-color: #ea580c; border-color: #ea580c; transform: translateY(-3px); } .fsab-btn-outline { background-color: transparent; color: #e2e8f0; border: 2px solid #475569; } .fsab-btn-outline:hover { border-color: #f97316; color: #f97316; transform: translateY(-3px); } /* ── RULES ── */ .fsab-rules-section { padding: 60px 24px; background-color: #080d18; border-top: 1px solid #1e293b; } .fsab-rules-inner { max-width: 860px; margin: 0 auto; } .fsab-rules-btn { width: 100%; background-color: #1e293b; border: 1px solid #334155; color: #64748b; padding: 1rem 1.5rem; border-radius: 10px; font-family: 'Barlow', sans-serif; font-size: 0.95rem; font-weight: 500; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: border-color 0.3s, color 0.3s; margin-bottom: 1rem; } .fsab-rules-btn:hover { border-color: #f97316; color: #94a3b8; } .fsab-chevron { font-size: 0.75rem; transition: transform 0.3s; display: inline-block; } .fsab-rules-btn.open .fsab-chevron { transform: rotate(180deg); } .fsab-rules-body { display: none; background-color: #111827; border-radius: 12px; padding: 2rem; border: 1px solid #1e293b; } .fsab-rules-body.open { display: block; } .fsab-rules-body p { font-size: 0.85rem; color: #64748b; line-height: 1.8; margin-bottom: 0.9rem; } .fsab-rules-body p:last-child { margin-bottom: 0; } .fsab-rules-body strong { color: #94a3b8; } /* ── FOOTER ── */ .fsab-footer { background-color: #050a14; padding: 2rem 24px; text-align: center; border-top: 1px solid #1e293b; } .fsab-footer p { font-size: 0.82rem; color: #334155; line-height: 1.7; } .fsab-footer a { color: #475569; text-decoration: none; } .fsab-footer a:hover { color: #f97316; } /* ── RESPONSIVE ── */ @media (max-width: 768px) { .fsab-prizes-grid { grid-template-columns: 1fr; max-width: 320px; margin-left: auto; margin-right: auto; } .fsab-enter-grid { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; } .fsab-locations-grid { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; } } @media (max-width: 480px) { .fsab-btn-row { flex-direction: column; align-items: center; } .fsab-btn { width: 100%; max-width: 280px; text-align: center; } }
Five Star Auto Body
Home Contact Us
⛽ Limited Time Promotion
Five Star Auto Body Presents

Gas Card Giveaway!

Win a $50, $100, or $150 gas card — because we take care of your car and your wallet. Winners drawn every week!

Weekly Prizes

Choose Your Winner's Circle

$50
Gas Card
$100
Gas Card
$150
Gas Card
⏰ Giveaway Ends April 30th — Enter Now!
Winners drawn every week by random drawing  ·  No purchase necessary
3 Easy Ways

How to Enter

🔧

Stop In

Visit any location for an estimate or repair. While you're here, we'd love to enter you in the drawing!

📍

Walk In Free

Visit any participating location and complete a free entry form. No service needed — just show up and enter!

✉️

Mail It In

Send a 3"×5" card with your name, phone & email to:
Five Star Auto Body Giveaway
3019 NE 68th St, Vancouver, WA 98665

⚠️ No purchase necessary to enter or win. A purchase does not increase your chances of winning. One entry per person per week. Open to Washington State residents 18+.

4 Locations

Find Us Near You

📍

Vancouver

3019 NE 68th Street
Vancouver, WA 98665

360-699-4887
📍

Downtown Vancouver

1813 Columbia Street
Vancouver, WA 98660

360-258-1612
📍

Longview

760 Commerce Ave
Longview, WA 98632

360-353-3018
📍

Chehalis

55 N Market Blvd
Chehalis, WA 98532

360-748-8344
Don't Miss Out

Ready to Win?

Drop by any location, walk in for free, or mail your entry. Weekly drawings mean more chances to win — and the giveaway closes April 30th.

Contact Us Back to Home

NO PURCHASE NECESSARY TO ENTER OR WIN. A PURCHASE DOES NOT INCREASE YOUR CHANCES OF WINNING.

Eligibility: Open to legal residents of Washington State who are 18 years of age or older at time of entry.

Promotion Period: Begins upon posting and ends April 30th at 11:59 PM PST. Winners will be selected every week by random drawing during the promotion period.

How to Enter: Participants may enter by (1) visiting any participating Five Star Auto Body location and completing a free entry form; or (2) mailing a 3"×5" card with full name, phone number, and email address to: Five Star Auto Body Giveaway, 3019 NE 68th Street, Vancouver, WA 98665. Limit one (1) entry per person per week, regardless of method of entry. All entries have an equal chance of winning.

Prize(s): Gas cards valued at $50, $100, or $150 will be awarded for each weekly drawing. Approximate retail value (ARV) varies. Total number of prizes depends on number of drawings conducted.

Winner Selection & Notification: Winners will be selected in weekly random drawings from all eligible entries received prior to each drawing date. Winners will be notified by phone and/or email within five (5) business days. Sponsor reserves the right to disqualify any entrant not in compliance with these Official Rules.

Odds: Odds of winning depend on the total number of eligible entries received.

General Conditions: Prizes are non-transferable and no substitution or cash equivalent is permitted except at Sponsor's sole discretion. Sponsor reserves the right to substitute a prize of equal or greater value if advertised prize becomes unavailable. Winners are responsible for all applicable federal, state, and local taxes.

Publicity Release: By entering, participants grant Sponsor the right to use their name, likeness, and entry for promotional purposes without further compensation, unless prohibited by law.

Release & Limitation of Liability: By participating, entrants agree to release and hold harmless Five Star Auto Body, its affiliates, employees, and agents from any and all liability, loss, damage, or injury resulting from participation in the promotion or acceptance/use of any prize.

Sponsor: Five Star Auto Body, 3019 NE 68th Street, Vancouver, WA 98665.

Winner List: For a list of winners, mail a self-addressed, stamped envelope to the Sponsor address above within thirty (30) days of April 30th.

Additional Terms: Sponsor reserves the right to cancel, suspend, or modify the promotion if fraud, technical failures, or any other factor impairs the integrity or proper functioning of the promotion, as determined by Sponsor in its sole discretion. Sponsor reserves the right to disqualify any individual found to be tampering with the entry process or acting in violation of these Official Rules.

Platform Disclaimer: This promotion is in no way sponsored, endorsed, administered by, or associated with Facebook or Instagram.

Void Where Prohibited. This promotion is intended to comply with all applicable federal, state, and local laws and regulations, including Washington State promotional contest laws.

© 2026 Five Star Auto Body. All rights reserved.

Home  ·  Contact

Vancouver WA  ·  Longview WA  ·  Chehalis WA