body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background: #0f1621;
    color: #111;
}

.container {
    width: 90%;
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.contact-email {
    font-size: 38px;
    margin-top: 50px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.contact-email a {
    color: white;
    text-decoration: none;
}

.contact-email a:hover {
    text-decoration: underline;
}

.top-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
    font-weight: 600;
}

.action-btn {
    background: #1f2937;
    border: none;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    margin: 30px auto;
    margin-bottom: -30px;
    margin-right: 300px;
}

.action-btn:hover {
    opacity: 0.85;
}

.privacy-text {
    line-height: 1.7;
    color: #eaeaea;
    font-size: 15px;
}

.privacy-text h3,
.privacy-text h4 {
    color: #ffffff;
    margin-top: 25px;
    text-align: start;
}

.privacy-text p,
ul {
    text-align: start;

}