#main.wrapper {
    padding-top: 2em;
    padding-bottom: 1em;
    background: linear-gradient(135deg, #f8f9ff, #ffffff);
}

#cta.wrapper {
    text-align: center;
    padding: 1em 0;
}

#cta.wrapper h5 {
    font-size: 2em;
    color: #333;
    font-family: 'Poppins', sans-serif;
}


.content-section {
    background: #ffffff;
    padding: 2em;
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.06);
    margin: 0 auto 1.5em auto;
    max-width: 900px;
    text-align: left;
}

.content-section p {
    margin-bottom: 1em;
    line-height: 1.8;
    color: #555;
}

.content-section .signature {
    margin-top: 1.5em;
    text-align: right;
    font-weight: 500;
    color: #333;
}

.history-section .history-item {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #e9ecef;
}

.history-section .history-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.history-section p {
    margin-bottom: 0.7em;
}

.history-section p:last-child {
    margin-bottom: 0;
}

.history-section strong {
    color: var(--primary-color, #DA0D38);
    font-size: 1.2em;
}

.download-section {
    text-align: center;
}

.download-section h6 {
    font-size: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    color: #333;
}

.download-section a {
    color: #007bff;
    font-weight: 500;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.download-section a:hover {
    color: #0056b3;
}
