Winย $200 Cash Sent Straight to Your Phone!ย
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
–green: #00d632;
–green2: #00a826;
–yellow: #ffd700;
–orange: #ff8c00;
–purple: #9b59b6;
–pink: #ff6eb4;
–white: #ffffff;
–cream: #f6fff8;
–dark: #0a1f0e;
}
body {
font-family: ‘Nunito’, sans-serif;
background: var(–cream);
color: var(–dark);
overflow-x: hidden;
}
/* โโ CONFETTI CANVAS โโ */
#confetti-canvas {
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
pointer-events: none;
z-index: 9998;
}
/* โโ PROGRESS BAR โโ */
#progress-bar {
position: fixed;
top: 0; left: 0;
height: 6px;
width: 0%;
background: linear-gradient(90deg, var(–green), var(–yellow), var(–green));
z-index: 9999;
transition: width 0.15s ease;
border-radius: 0 3px 3px 0;
}
/* sticky bar removed */
/* โโ HERO โโ */
.hero {
background: linear-gradient(160deg, #001a05 0%, #003d0f 35%, #00a826 70%, #00d632 100%);
color: #fff;
text-align: center;
padding: 70px 20px 60px;
position: relative;
overflow: hidden;
}
.hero::before {
content: ”;
position: absolute;
inset: 0;
background: url(“data:image/svg+xml,%3Csvg xmlns=’http://www.w3.org/2000/svg’ width=’60’ height=’60’%3E%3Ccircle cx=’10’ cy=’10’ r=’3′ fill=’rgba(255,255,255,0.05)’/%3E%3Ccircle cx=’40’ cy=’35’ r=’5′ fill=’rgba(255,255,255,0.03)’/%3E%3Ccircle cx=’55’ cy=’8′ r=’2′ fill=’rgba(255,255,255,0.06)’/%3E%3C/svg%3E”) repeat;
pointer-events: none;
}
.hero-badge {
display: inline-block;
background: rgba(255,255,255,0.15);
border: 2px solid rgba(255,255,255,0.35);
border-radius: 50px;
padding: 6px 20px;
font-size: 0.8rem;
font-weight: 800;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 20px;
animation: pulse-badge 2s infinite;
color: #ffffff !important;
}
@keyframes pulse-badge {
0%, 100% { box-shadow: 0 0 0 0 rgba(255,215,0,0.5); }
50% { box-shadow: 0 0 0 10px rgba(255,215,0,0); }
}
header h1 {
font-family: ‘Fredoka One’, cursive;
font-size: clamp(2.4rem, 9vw, 5rem);
line-height: 1.1;
margin-bottom: 16px;
text-shadow: 0 4px 20px rgba(0,0,0,0.3);
color: #ffffff !important;
}
.hero h1 .highlight {
color: var(–yellow);
display: inline-block;
animation: wiggle 1.5s ease-in-out infinite;
}
@keyframes wiggle {
0%, 100% { transform: rotate(-2deg); }
50% { transform: rotate(2deg); }
}
.hero-sub {
font-size: clamp(1rem, 3vw, 1.25rem);
opacity: 0.92;
max-width: 620px;
margin: 0 auto 30px;
line-height: 1.65;
font-weight: 600;
color: #ffffff !important;
}
/* โโ HERO IMAGE โโ */
.hero-img-wrap {
max-width: 700px;
margin: 0 auto 30px;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(0,0,0,0.4);
border: 4px solid rgba(255,215,0,0.5);
animation: float 3s ease-in-out infinite;
}
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-8px); }
}
.hero-img-wrap img { width: 100%; display: block; }
/* โโ COUNTDOWN โโ */
.countdown-wrap {
display: flex;
justify-content: center;
gap: 14px;
margin-bottom: 32px;
flex-wrap: wrap;
}
.cd-box {
background: rgba(0,0,0,0.35);
border: 2px solid rgba(255,215,0,0.4);
border-radius: 14px;
padding: 14px 20px;
min-width: 78px;
text-align: center;
}
.cd-num {
font-family: ‘Fredoka One’, cursive;
font-size: 2.4rem;
color: var(–yellow);
line-height: 1;
}
.cd-lbl {
font-size: 0.65rem;
letter-spacing: 0.12em;
text-transform: uppercase;
opacity: 0.65;
margin-top: 4px;
color: #ffffff !important;
}
/* โโ CTA BUTTON โโ */
.btn-enter {
display: inline-block;
background: linear-gradient(135deg, var(–yellow) 0%, var(–orange) 100%);
color: var(–dark);
font-family: ‘Fredoka One’, cursive;
font-size: 1.4rem;
letter-spacing: 0.04em;
padding: 18px 50px;
border-radius: 50px;
border: none;
cursor: pointer;
text-decoration: none;
box-shadow: 0 8px 30px rgba(255,140,0,0.5);
transition: transform 0.15s, box-shadow 0.15s;
animation: bounce-btn 2s ease-in-out infinite;
}
@keyframes bounce-btn {
0%, 100% { transform: translateY(0) scale(1); }
50% { transform: translateY(-5px) scale(1.03); }
}
.btn-enter:hover {
transform: translateY(-3px) scale(1.05);
box-shadow: 0 14px 40px rgba(255,140,0,0.65);
animation: none;
}
/* โโ STAT PILLS โโ */
.stat-row {
display: flex;
justify-content: center;
gap: 10px;
flex-wrap: wrap;
margin-top: 24px;
}
.stat-pill {
background: rgba(255,255,255,0.12);
border: 1px solid rgba(255,255,255,0.2);
border-radius: 8px;
padding: 8px 18px;
font-size: 0.82rem;
font-weight: 700;
text-align: center;
color: #ffffff !important;
}
.stat-pill strong {
display: block;
font-family: ‘Fredoka One’, cursive;
font-size: 1.3rem;
color: var(–yellow);
}
/* โโ MAIN CONTENT โโ */
.page-wrap {
max-width: 800px;
margin: 0 auto;
padding: 0 18px 100px;
}
/* โโ CARDS โโ */
.card {
background: #fff;
border-radius: 20px;
padding: 32px 28px;
margin: 28px 0;
border: 2px solid #d4f5dc;
box-shadow: 0 4px 24px rgba(0,168,38,0.08);
}
.card h2 {
font-family: ‘Fredoka One’, cursive;
font-size: 1.8rem;
color: var(–green2);
margin-bottom: 16px;
}
.card h2 .emoji { margin-right: 8px; }
.card p {
color: #444;
line-height: 1.8;
font-size: 1.02rem;
margin-bottom: 14px;
}
.card p:last-child { margin-bottom: 0; }
/* โโ HOW TO ENTER STEPS โโ */
.steps { list-style: none; margin: 16px 0; }
.steps li {
display: flex;
align-items: flex-start;
gap: 16px;
margin-bottom: 20px;
background: linear-gradient(135deg, #f0fff4, #e8fdf0);
border-radius: 14px;
padding: 18px 20px;
border: 1.5px solid #b8f0c8;
}
.step-icon {
font-size: 2rem;
flex-shrink: 0;
line-height: 1;
margin-top: 2px;
}
.step-text strong {
display: block;
font-size: 1.05rem;
font-weight: 800;
color: var(–dark);
margin-bottom: 4px;
}
.step-text span {
font-size: 0.95rem;
color: #555;
line-height: 1.6;
}
/* โโ PRIZE CARD โโ */
.prize-card {
background: linear-gradient(135deg, #fff9e6 0%, #fff3cc 100%);
border: 3px solid var(–yellow);
border-radius: 20px;
padding: 28px 24px;
text-align: center;
margin: 20px 0;
}
.prize-card .prize-icon { font-size: 4rem; display: block; margin-bottom: 10px; }
.prize-card .prize-title {
font-family: ‘Fredoka One’, cursive;
font-size: 1.6rem;
color: var(–orange);
margin-bottom: 8px;
}
.prize-card .prize-desc { color: #666; font-size: 0.98rem; line-height: 1.7; }
/* โโ URGENCY BOX โโ */
.urgency-box {
background: linear-gradient(135deg, #003d0f, #00a826);
color: #fff !important;
border-radius: 18px;
padding: 28px 24px;
text-align: center;
margin: 28px 0;
box-shadow: 0 8px 30px rgba(0,168,38,0.35);
}
.urgency-box h3 {
font-family: ‘Fredoka One’, cursive;
font-size: 1.6rem;
margin-bottom: 10px;
color: #ffffff !important;
}
.urgency-box p {
font-size: 1.02rem;
line-height: 1.7;
color: #ffffff !important;
}
.urgency-box strong { color: #ffffff !important; }
/* โโ ENTRY SECTION โโ */
.entry-section {
background: linear-gradient(160deg, #001a05 0%, #003d0f 50%, #00a826 100%);
color: #fff !important;
border-radius: 24px;
padding: 40px 28px;
text-align: center;
margin: 32px 0;
box-shadow: 0 12px 40px rgba(0,61,15,0.4);
}
.entry-section h2 {
font-family: ‘Fredoka One’, cursive;
font-size: clamp(1.8rem, 6vw, 2.6rem);
margin-bottom: 14px;
color: #ffd700 !important;
}
.entry-section p {
font-size: 1.05rem;
opacity: 0.9;
margin-bottom: 28px;
line-height: 1.7;
color: #ffffff !important;
}
.entry-section strong { color: #ffffff !important; }
.entry-section .legal {
font-size: 0.75rem;
opacity: 0.5;
margin-top: 20px;
line-height: 1.6;
color: #ffffff !important;
}
/* โโ TIPS LIST โโ */
.tips-list { list-style: none; margin: 16px 0; }
.tips-list li {
display: flex;
gap: 12px;
align-items: flex-start;
padding: 12px 0;
border-bottom: 1px dashed #d4f5dc;
font-size: 0.98rem;
color: #444;
line-height: 1.65;
}
.tips-list li:last-child { border-bottom: none; }
.tips-list li .tip-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 1px; }
/* โโ FAQ โโ */
.faq-item {
border: 1.5px solid #d4f5dc;
border-radius: 14px;
margin-bottom: 12px;
overflow: hidden;
}
.faq-q {
width: 100%;
background: #f0fff4;
border: none;
padding: 16px 20px;
text-align: left;
font-family: ‘Nunito’, sans-serif;
font-size: 1rem;
font-weight: 800;
color: var(–dark);
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
transition: background 0.2s;
}
.faq-q:hover { background: #d4f5dc; }
.faq-arrow {
font-size: 1.2rem;
transition: transform 0.3s;
flex-shrink: 0;
}
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a {
max-height: 0;
overflow: hidden;
transition: max-height 0.35s ease, padding 0.2s;
padding: 0 20px;
font-size: 0.97rem;
color: #555;
line-height: 1.75;
}
.faq-item.open .faq-a {
max-height: 300px;
padding: 14px 20px 18px;
}
/* โโ RELATED โโ */
.related-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 14px;
margin-top: 18px;
}
.related-card {
background: linear-gradient(135deg, #f0fff4, #e8fdf0);
border: 1.5px solid #b8f0c8;
border-radius: 14px;
padding: 16px 14px;
text-decoration: none;
color: var(–dark);
transition: transform 0.2s, box-shadow 0.2s;
display: block;
}
.related-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 24px rgba(0,168,38,0.15);
}
.related-card .rc-cat {
font-size: 0.72rem;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(–green2);
margin-bottom: 6px;
}
.related-card .rc-title {
font-size: 0.92rem;
font-weight: 700;
line-height: 1.4;
color: var(–dark);
}
/* โโ RESPONSIVE โโ */
@media (max-width: 600px) {
.card { padding: 22px 16px; }
.entry-section { padding: 28px 16px; }
.hero { padding: 50px 16px 44px; }
.cd-box { padding: 10px 14px; min-width: 64px; }
.cd-num { font-size: 1.9rem; }
}
Win $200 Cash
Sent Straight to Your Phone! ๐ฒ
Block, Inc. is dropping $200 into 2,000 lucky Cash App accounts โ and entering is totally FREE! ๐ Closes April 16 at 11:59PM Eastern!
๐ธWhat Is This Sweepstakes?
Cash App and Afterpay just dropped one of the most generous cash giveaways of the year โ and you don’t need to spend a single penny to enter! Block, Inc. (the company behind both apps) is giving away $200 in real cash to 2,000 different winners, totaling a whopping $400,000 in prizes.
The best part? Winners get their money sent directly into their Cash App account โ no gift cards, no checks, no waiting around. Just real money hitting your $Cashtag. All you have to do is fill out a short Google Form with your name, $Cashtag, and a quick 2โ3 sentence answer about your financial goals.
This is completely legit โ sponsored by Block, Inc. at 1955 Broadway Street, Oakland, CA. The window is short, so don’t sleep on this one! The giveaway closes April 16, 2026 at 11:59PM Eastern. ๐โโ๏ธ๐จ
๐The Prize
Two thousand lucky winners will each receive $200 deposited directly into their Cash App account. No strings attached, no gift cards โ just cold, hard cash. The total prize pool is $400,000. With 2,000 winners, your odds are genuinely great!
๐How to Enter โ It’s Super Easy!
-
Step 1 โ Have an Eligible Cash App Account
Make sure your Cash App account has completed identity verification, has a physical address and email on file, and is in good standing (no negative balance, no suspensions, no unresolved B-Notices). -
Step 2 โ Fill Out the Free Google Form
Click the button below to open the official Alternate Method of Entry (AMOE) form. It’s hosted by Block, Inc. โ totally official and totally free. -
Step 3 โ Answer the Financial Goal Question
Write a genuine 2โ3 sentence response to: “What financial goal are you currently working toward and why?” Be real โ a personal, authentic answer keeps your entry valid. -
Step 4 โ Submit Before April 16, 2026 at 11:59PM ET
Hit submit and you’re officially entered! Remember: limit ONE entry per person. Duplicate entries will be disqualified, so submit once and submit right!
โฐ Don’t Wait โ Closes April 16!
The sweepstakes closes at 11:59PM Eastern on April 16, 2026. After that, entries are locked and 2,000 winners are chosen at random. You have a real shot at $200 โ but only if you enter before the deadline! ๐ฏ
๐กTips to Boost Your Chances
-
Enter right now! Don’t put it off โ the sooner you submit, the sooner you’re officially in the running for $200. -
Verify your Cash App account first. The #1 reason entries get disqualified is an incomplete or unverified account. Check your profile settings before submitting. -
Write a real, personal answer. The form asks about your financial goals โ a genuine, specific 2โ3 sentence response keeps your entry valid and shows you’re a real person. -
Double-check your $Cashtag. This is how Cash App finds your account if you win. One typo could mean your $200 never arrives โ triple-check it! -
Keep your account active through the award date. Don’t close or deactivate your Cash App after entering โ you need it open to receive your prize!
โFrequently Asked Questions
๐More Free Giveaways to Enter
๐ธ Ready to Win $200?
Don’t let this one slip by! 2,000 people are walking away with $200 cash in their Cash App โ and it takes less than 2 minutes to enter for free. Fill out your name, $Cashtag, and your financial goal answer before April 16 at 11:59PM ET!
๐ต ENTER THE SWEEPSTAKES NOW โ FREE!
No purchase necessary. Open to legal U.S. residents 18+ with an eligible Cash App account. Sweepstakes Period: April 3, 2026 at 9:00 AM PST โ April 16, 2026 at 11:59:59 PM PST. Limit one (1) entry per person. 2,000 winners will each receive $200 deposited to their Cash App account. Void where prohibited. Sponsored by Block, Inc., 1955 Broadway Street, Suite 600, Oakland, CA 94612. See Official Rules for full eligibility requirements.
document.addEventListener(‘DOMContentLoaded’, function () {
// โโ COUNTDOWN to April 16, 2026 at 11:59:59 PM ET โโ
function getDeadline() {
// April 16, 2026 23:59:59 EDT (UTC-4)
return new Date(‘2026-04-17T03:59:59Z’).getTime();
}
var deadline = getDeadline();
function pad(n) { return String(n).padStart(2, ‘0’); }
function updateCountdown() {
var diff = deadline – Date.now();
if (diff 0 ? (scrollTop / docH) * 100 : 0;
var bar = document.getElementById(‘progress-bar’);
if (bar) bar.style.width = Math.min(pct, 100) + ‘%’;
});
// โโ FAQ ACCORDION โโ
document.querySelectorAll(‘.faq-q’).forEach(function (btn) {
btn.addEventListener(‘click’, function () {
var item = this.closest(‘.faq-item’);
if (!item) return;
var isOpen = item.classList.contains(‘open’);
document.querySelectorAll(‘.faq-item.open’).forEach(function (el) { el.classList.remove(‘open’); });
if (!isOpen) item.classList.add(‘open’);
});
});
// โโ CONFETTI โโ
var canvas = document.getElementById(‘confetti-canvas’);
var ctx = canvas.getContext(‘2d’);
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
window.addEventListener(‘resize’, function () {
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
});
var colors = [‘#00d632′,’#ffd700′,’#00a826′,’#ffffff’,’#ff8c00′,’#b8f0c8′,’#ffe87a’];
var pieces = [];
for (var i = 0; i window.innerHeight + 20) {
p.y = -20;
p.x = Math.random() * window.innerWidth;
}
});
requestAnimationFrame(drawConfetti);
}
drawConfetti();
setTimeout(function () { animating = false; ctx.clearRect(0, 0, canvas.width, canvas.height); }, 8000);
});
Helpful Freebie Mom Guides
Keep going