Refund Policy
Refund Policy
Last Updated: June 2026
All Sales Are Final
Due to the digital nature of our products, all purchases made on
GrowthCodes are final and non-refundable.
Digital Products
GrowthCodes sells digital products including ebooks, AI prompt libraries,
templates, guides, workflows, and downloadable educational resources.
Once a product has been purchased and access has been provided,
it cannot be returned.
No Refunds
We do not offer refunds, exchanges, or cancellations for:
- Change of mind after purchase
- Accidental purchases
- Failure to read product descriptions
- Lack of usage or implementation
- Compatibility issues with third-party software
- Dissatisfaction with personal results
Please Review Before Purchasing
We encourage all customers to carefully review the product description,
features, and requirements before making a purchase.
By completing your purchase, you acknowledge and agree to this
No Refund Policy.
Access Issues
If you experience any issues receiving or accessing your digital product,
please contact us and we will be happy to assist you.
Technical support is provided to ensure customers receive the products
they have purchased.
.gc-refund-policy{
background:
radial-gradient(circle at top right, rgba(255,122,1,.10), transparent 35%),
linear-gradient(180deg,#ffffff 0%,#fff8f2 100%);
padding:70px 16px;
font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.gc-container{
max-width:950px;
margin:auto;
}
.gc-hero{
text-align:center;
margin-bottom:34px;
}
.gc-badge{
display:inline-block;
padding:8px 14px;
border-radius:999px;
background:#FFF4EB;
border:1px solid rgba(255,122,1,.15);
color:#FF7A01;
font-size:12px;
font-weight:800;
}
.gc-hero h1{
margin:18px 0 10px;
font-size:clamp(46px,8vw,82px);
font-weight:950;
line-height:.95;
letter-spacing:-3px;
color:#111111;
}
.gc-date{
color:#FF7A01;
font-size:14px;
font-weight:700;
}
.gc-card{
background:rgba(255,255,255,.92);
backdrop-filter:blur(12px);
border:1px solid rgba(0,0,0,.06);
border-radius:36px;
padding:40px;
box-shadow:0 25px 80px rgba(0,0,0,.06);
}
.gc-alert{
background:#111111;
color:#ffffff;
border-radius:28px;
padding:28px;
margin-bottom:24px;
}
.gc-alert h2{
margin:0 0 10px;
font-size:28px;
}
.gc-alert p{
margin:0;
color:#d6d6d6;
line-height:1.8;
}
.gc-block{
padding:24px 0;
border-bottom:1px solid #eeeeee;
}
.gc-block:last-of-type{
border-bottom:none;
}
.gc-block h2{
margin:0 0 12px;
font-size:24px;
color:#111111;
}
.gc-block p{
margin:0 0 14px;
color:#555555;
font-size:16px;
line-height:1.8;
}
.gc-block ul{
margin:10px 0 0 20px;
}
.gc-block li{
color:#555555;
font-size:16px;
line-height:1.8;
margin-bottom:6px;
}
.gc-contact{
margin-top:28px;
background:#FFF4EB;
border:1px solid rgba(255,122,1,.15);
border-radius:28px;
padding:28px;
text-align:center;
}
.gc-contact h3{
margin:0 0 10px;
font-size:26px;
color:#111111;
}
.gc-contact p{
margin:0 0 18px;
color:#555555;
line-height:1.7;
}
.gc-contact a{
display:inline-flex;
align-items:center;
justify-content:center;
background:#FF7A01;
color:#ffffff;
text-decoration:none;
padding:14px 22px;
border-radius:999px;
font-weight:800;
}
@media(max-width:768px){
.gc-refund-policy{
padding:45px 14px;
}
.gc-card{
padding:22px;
border-radius:26px;
}
.gc-alert{
padding:22px;
border-radius:22px;
}
.gc-alert h2{
font-size:24px;
}
.gc-hero h1{
letter-spacing:-1.5px;
}
.gc-block h2{
font-size:20px;
}
.gc-block p,
.gc-block li{
font-size:14.5px;
}
.gc-contact{
padding:22px;
}
.gc-contact a{
width:100%;
}
}