/* Privacy and Terms Sections */
.privacy-section, .terms-section {
    padding: 100px 0;
    background: #f8fafc;
}

.content-text {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #374151;
}

.content-text p {
    margin-bottom: 20px;
}

.key-benefits {
    margin-top: 30px;
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.key-benefits h3 {
    color: #1f2937;
    margin-bottom: 15px;
}

.key-benefits ul {
    list-style: none;
}

.key-benefits li {
    margin-bottom: 8px;
    color: #4b5563;
}

.key-benefits li i {
    margin-right: 8px;
    color: #2563eb;
}

.privacy-link {
    color: #2563eb;
    text-decoration: none;
}

.privacy-link:hover {
    text-decoration: underline;
}

/* Thanks Actions */
.thanks-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    animation: slideInUp 0.8s ease-out 0.8s both;
}

.thanks-actions a {
    display: inline-block;
    padding: 10px 20px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.thanks-actions a:hover {
    background: #1d4ed8;
}
li {
    margin-bottom: 8px;
    color: #4b5563;
}
ul {
    list-style: none;
}