body {
    font-family: Arial, sans-serif;
    margin: 0;
    background: #f7f7f7;
    color: #222;
}

header {
    background:
        linear-gradient(rgba(0,0,0,0.18), rgba(0,0,0,0.18)),
        url('/images/header.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 85px 20px;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 42px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

header p {
    margin-top: 12px;
    font-size: 22px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

nav {
    background: #8e0038;
    padding: 12px;
    text-align: center;
}

nav a {
    color: white;
    margin: 0 12px;
    text-decoration: none;
    font-size: 18px;
}

nav a:hover {
    text-decoration: underline;
}

main {
    max-width: 850px;
    margin: 30px auto;
    background: white;
    padding: 35px 25px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

h2 {
    color: #c2185b;
    font-size: 30px;
}

p, li {
    font-size: 20px;
    line-height: 1.5;
}

.phone {
    font-size: 26px;
    font-weight: bold;
    margin-top: 25px;
}

.phone a {
    color: #c2185b;
    text-decoration: none;
}

footer {
    text-align: center;
    padding: 25px;
    color: #666;
}
