body {
    background: linear-gradient(135deg, #f8fafc 0%, #e0e7ef 100%);
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
    margin: 0;
    min-height: 100vh;
    color: #23272f;
}

.container {
    max-width: 500px;
    margin: 60px auto 0 auto;
    background: white;
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(30, 41, 59, 0.08);
    padding: 32px 28px;
}

h1 {
    text-align: center;
    font-size: 2.4rem;
    color: #1656a3;
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
}

.subtitle {
    text-align: center;
    font-size: 1.15rem;
    color: #536483;
    margin-bottom: 2.2rem;
}

.contact h2 {
    color: #23272f;
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    margin-bottom: 0.4rem;
    font-size: 1rem;
}

a {
    color: #1656a3;
    text-decoration: none;
    border-bottom: 1px dashed #1656a3;
    transition: border-bottom 0.2s;
}

a:hover {
    border-bottom: 1px solid #1656a3;
}

footer {
    text-align: center;
    color: #b3b8c2;
    font-size: 0.98rem;
    padding: 28px 0 16px 0;
    letter-spacing: 0.01em;
}
