.page-wrapper {
    max-width: 1100px;
    padding: 50px 20px;
    margin: auto;
    font-family: "Arial", sans-serif;
    color: #333;
}

.page-header {
    text-align: center;
    margin-bottom: 40px;
}

.page-header h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-header p {
    color: #666;
    font-size: 18px;
}

.page-section {
    margin-bottom: 35px;
}

.page-section h2 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #222;
}

.page-section p,
.page-section ul {
    line-height: 1.7;
}

.page-section ul {
    padding-left: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 6px;
}

.contact-form button {
    padding: 12px 20px;
    background: black;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form button:hover {
    background: #333;
}
