.giveaway-page { font-family: inherit; color: #333; line-height: 1.7; }
.giveaway-page * { box-sizing: border-box; }
.giveaway-hero { background: linear-gradient(135deg, #1a3a5c 0%, #2b5797 50%, #1a3a5c 100%); color: #fff; padding: 80px 30px; text-align: center; margin: 0 calc(-50vw + 50%) 0 calc(-50vw + 50%); width: 100vw; }
.giveaway-hero h1 { font-size: 46px; font-weight: 800; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 1px; color: #fff; }
.giveaway-hero .subtitle { font-size: 20px; font-weight: 600; margin-bottom: 8px; color: #f0c040; text-transform: uppercase; letter-spacing: 2px; }
.giveaway-hero p { font-size: 18px; max-width: 700px; margin: 10px auto; color: #fff; opacity: 0.95; }
.giveaway-section { max-width: 1100px; margin: 0 auto 50px; padding: 0 20px; }
.giveaway-section h2 { font-size: 32px; font-weight: 700; color: #2b5797; margin-bottom: 30px; text-align: center; }
.prize-section-wrap { background: linear-gradient(135deg, #1a3a5c 0%, #2b5797 50%, #1a3a5c 100%); margin: 0 calc(-50vw + 50%) 0 calc(-50vw + 50%); width: 100vw; padding: 60px 20px; text-align: center; }
.prize-section-wrap h2 { font-size: 32px; font-weight: 700; color: #f0c040; margin-bottom: 10px; }
.prize-box { max-width: 600px; margin: 0 auto 30px; text-align: center; }
.prize-box .detail { font-size: 18px; color: rgba(255,255,255,0.85); margin: 0; }
.prize-box .amount { font-size: 64px; font-weight: 800; color: #f0c040; margin: 5px 0; line-height: 1.1; }
.prize-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin: 30px auto 0; max-width: 1000px; }
.prize-feature { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 12px; padding: 25px 20px; flex: 1 1 200px; max-width: 230px; text-align: center; transition: background 0.3s; }
.prize-feature:hover { background: rgba(255,255,255,0.18); }
.prize-feature .icon { font-size: 32px; margin-bottom: 12px; color: #f0c040; }
.prize-feature strong { display: block; color: #fff; font-size: 17px; margin-bottom: 4px; }
.prize-feature span { color: rgba(255,255,255,0.8); font-size: 14px; }
.important-box { background: rgba(240,192,64,0.1); border-left: 4px solid #f0c040; padding: 25px 30px; border-radius: 0 10px 10px 0; margin: 40px auto 0; max-width: 800px; }
.important-box h3 { color: #f0c040; margin-top: 0; font-size: 20px; }
.important-box ul { margin: 10px 0 0; padding-left: 20px; }
.important-box li { margin-bottom: 8px; color: rgba(255,255,255,0.9); }
.important-box li strong { color: #fff; }
.how-to-enter-wrap { padding: 60px 20px; max-width: 1100px; margin: 0 auto; }
.how-to-enter-wrap h2 { font-size: 32px; font-weight: 700; color: #2b5797; margin-bottom: 10px; text-align: center; }
.how-to-enter-wrap > p { text-align: center; color: #555; font-size: 17px; margin-bottom: 35px; }
.steps-container { display: flex; flex-wrap: wrap; gap: 25px; justify-content: center; margin: 0 auto; max-width: 900px; }
.step-card { background: #f7f9fc; border: 2px solid #e0e7ef; border-radius: 14px; padding: 35px 25px; flex: 1 1 240px; max-width: 280px; text-align: center; transition: border-color 0.3s, box-shadow 0.3s; }
.step-card:hover { border-color: #2b5797; box-shadow: 0 4px 20px rgba(43,87,151,0.12); }
.step-number { background: #2b5797; color: #fff; width: 50px; height: 50px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 700; margin-bottom: 15px; }
.step-card h3 { color: #2b5797; margin: 0 0 10px; font-size: 20px; }
.step-card p { color: #555; font-size: 15px; margin: 0; line-height: 1.6; }
.form-section-wrap { background: #f7f9fc; margin: 0 calc(-50vw + 50%) 0 calc(-50vw + 50%); width: 100vw; padding: 60px 20px; }
.form-section-inner { max-width: 860px; margin: 0 auto; }
.form-section-inner h2 { text-align: center; color: #2b5797; font-size: 32px; font-weight: 700; margin-bottom: 10px; }
.form-section-inner > p { text-align: center; color: #555; margin-bottom: 30px; }
.timeline-wrap { background: linear-gradient(135deg, #1a3a5c 0%, #2b5797 100%); margin: 0 calc(-50vw + 50%) 0 calc(-50vw + 50%); width: 100vw; padding: 50px 20px; text-align: center; }
.timeline-wrap h3 { color: #f0c040; font-size: 24px; margin: 0 0 15px; }
.timeline-wrap p { color: #fff; font-size: 17px; margin: 8px 0; opacity: 0.95; }
.timeline-wrap strong { color: #fff; }
.verification-box { background: #fff; border: 1px solid #e0e7ef; border-radius: 14px; padding: 35px; margin: 50px auto; max-width: 800px; }
.verification-box h3 { color: #2b5797; font-size: 22px; margin-top: 0; }
.verification-box p { color: #555; }
.verification-box ul { padding-left: 20px; }
.verification-box li { margin-bottom: 10px; color: #555; }
.legal-disclaimer { background: #f5f5f5; border-radius: 10px; padding: 30px; margin: 0 auto 40px; max-width: 800px; font-size: 13px; color: #777; line-height: 1.7; }
.legal-disclaimer h3 { font-size: 15px; color: #999; margin-top: 0; }
@media (max-width: 768px) { .giveaway-hero { padding: 50px 20px; } .giveaway-hero h1 { font-size: 28px; } .giveaway-hero .subtitle { font-size: 16px; letter-spacing: 1px; } .prize-section-wrap { padding: 40px 15px; } .prize-box .amount { font-size: 42px; } .prize-features { gap: 12px; } .prize-feature { max-width: 100%; flex: 1 1 45%; } .steps-container { flex-direction: column; align-items: center; } .step-card { max-width: 100%; } .form-section-wrap { padding: 40px 15px; } .timeline-wrap { padding: 35px 15px; } .verification-box { margin: 30px 15px; padding: 25px 20px; } .legal-disclaimer { margin: 0 15px 30px; } .important-box { margin: 30px 10px 0; } }
Sell To Bobby Mortgage Relief Giveaway
We’re Paying Someone’s Mortgage
for ONE YEAR
Florida homeowners — this is your opportunity. Sell To Bobby is giving back in a major way.
One Florida homeowner will receive mortgage relief payments for 12 months, up to $2,500 per month, paid directly to their lender.
.as-seen-on{background-color:#333!important;padding:25px 20px;text-align:center;margin:0 calc(-50vw + 50%);width:100vw}.as-seen-on-inner{display:flex;align-items:center;justify-content:center;gap:50px;max-width:900px;margin:0 auto;flex-wrap:wrap}.as-seen-on-label{color:#fff;font-size:14px;font-weight:600;letter-spacing:3px;text-transform:uppercase;white-space:nowrap}.as-seen-on-logos{display:flex;align-items:center;gap:40px;flex-wrap:wrap;justify-content:center}.as-seen-on-logos img{height:35px;width:auto;filter:brightness(0) invert(1);opacity:.9}@media(max-width:768px){.as-seen-on{padding:20px 15px}.as-seen-on-inner{gap:20px}.as-seen-on-label{font-size:12px;width:100%}.as-seen-on-logos{gap:25px}.as-seen-on-logos img{height:28px}}@media(max-width:480px){.as-seen-on-logos{gap:20px}.as-seen-on-logos img{height:24px}}




What You Could Win: Mortgage Relief Prize Details
Up to
$30,000
in mortgage payments — paid directly to your lender
Up to $2,500/mo
Monthly payment
Direct to Lender
Paid on your behalf
12 Months
Consecutive payments
$30,000 Max
Total prize value
Important Details
- Payments cover principal and interest only
- Taxes, insurance, HOA, and escrow are not included
- If your payment is less than $2,500, we pay the actual amount
- If your payment exceeds $2,500, you cover the difference
- Payments are made monthly for one (1) year
How To Enter
To qualify, you must complete ALL 3 steps:
Follow
Follow @SellToBobby on Instagram
Repost
Repost the official Mortgage Relief Giveaway post and tag @SellToBobby. Your profile must remain public during the giveaway period.
Register
Complete the official entry form below. All three steps are required.
Official Entry Form
Fill out every field below to complete your entry.
Entry Period
Entries close June 30, 2026 at 11:59 PM EST.
Winner will be selected by random drawing from all verified eligible entries.
Winner will be announced in July 2026.
Verification Process
If selected, winner must provide:
- Government-issued ID
- Current mortgage statement
- Proof the mortgage is in their name
- Verification of monthly principal & interest payment
Failure to verify eligibility will result in disqualification and selection of an alternate winner.
Legal Disclaimer
No purchase necessary. Open to Florida residents 18+. Void where prohibited. Instagram is not affiliated with this promotion. One winner will be selected via random drawing. Sell To Bobby will pay monthly principal and interest only, up to $2,500 per month, for twelve (12) consecutive months, paid directly to the mortgage lender. Maximum total prize value: $30,000. Taxes, insurance, HOA fees, and escrow items are not included. Full official rules available upon request.