body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
}

header {
    background-color: #2d9cdb;
    color: white;
    text-align: center;
    padding: 50px 20px;
}

h1 {
    font-size: 36px;
    margin: 0;
}

p {
    font-size: 18px;
}

.cta-button {
    display: inline-block;
    background-color: #ff4b2b;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 20px;
}

.cta-button:hover {
    background-color: #ff2a1d;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #333;
    color: white;
}

/* Pricing Styling */
.pricing {
    font-size: 20px;
    color: #333;
    margin-top: 10px;
}

.original-price {
    text-decoration: line-through;
    color: #c8b8b8;
    margin-right: 10px;
}

.discounted-price {
    color: gold;
    font-weight: bold;
    font-size: 22px;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
    position: fixed;
    width: 100%;
    bottom: 0;
}

footer p {
    margin: 0;
}

.terms {
    font-size: 14px;
    color: #555;
    text-align: center;
    margin-top: 20px;
}

.terms a {
    color: #007bff;
    text-decoration: none;
}

.terms a:hover {
    text-decoration: underline;
}