<style>
.dt-success-page{
background:#050505;
color:#fff;
min-height:600px;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
padding:80px 20px;
font-family:Arial,Helvetica,sans-serif;
}
.dt-success-box{
max-width:700px;
}
.dt-success-icon{
font-size:32px;
color:#f97316;
margin-bottom:25px;
}
.dt-success-title{
font-size:42px;
font-weight:800;
letter-spacing:1px;
margin-bottom:20px;
}
.dt-success-title span{
color:#f97316;
}
.dt-success-desc{
font-size:18px;
line-height:1.8;
color:#ccc;
margin-bottom:35px;
}
.dt-success-list{
text-align:left;
display:inline-block;
color:#ddd;
font-size:16px;
line-height:2;
margin-bottom:40px;
}
.dt-success-btn{
display:inline-block;
background:#f97316;
color:#fff;
padding:16px 45px;
text-decoration:none;
font-weight:bold;
text-transform:uppercase;
}
.dt-success-btn:hover{
background:#ff8a3d;
}
@media(max-width:600px){
.dt-success-title{
font-size:30px;
}
.dt-success-desc{
font-size:16px;
}
}
</style>
<div class="dt-success-page">
<div class="dt-success-box">
<div class="dt-success-icon">
✓ Thanks for joining DAWNTIGER!
</div>
<div class="dt-success-title">
WELCOME TO
<span>
DAWNTIGER
</span>
</div>
<div class="dt-success-desc">
You are now part of a global pickleball community.
<br>
Get ready for exclusive updates, training tips, and stories from players around the world.
</div>
<div class="dt-success-list">
✓ New paddle releases
<br>
✓ Pickleball training tips
<br>
✓ Player stories
<br>
✓ Exclusive offers
</div>
<br>
<a class="dt-success-btn"
href="/collections/all">
SHOP PADDLES
</a>
</div>
</div>