body {font-family: Arial, sans-serif; margin: 0; padding: 0; background: #fff; color: #333;}
header {background: #fff; border-bottom: 1px solid #eee; padding: 1rem 0;}
header h1 {margin: 0; font-size: 1.5rem; color: #b63c6d;}
header nav a {margin: 0 1rem; text-decoration: none; color: #333;}
header nav a:hover {color: #b63c6d;}
.container {width: 90%; max-width: 1000px; margin: auto;}
.hero {background: #fbeff5; padding: 2rem; text-align: center;}
.advantages .cards {display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem;}
.card {background: #fff; border-radius: 10px; padding: 1rem; box-shadow: 0 2px 6px rgba(0,0,0,0.1); text-align: center;}
form {display: flex; flex-direction: column; gap: 1rem; margin-top: 1rem;}
form input, form textarea {padding: 0.5rem; border: 1px solid #ccc; border-radius: 6px;}
form button {background: #b63c6d; color: #fff; padding: 0.7rem; border: none; border-radius: 6px; cursor: pointer;}
form button:hover {background: #9c2f59;}
footer {background: #f5f5f5; padding: 1rem; text-align: center; margin-top: 2rem;}
table.prices {width: 100%; border-collapse: collapse; margin-top: 1rem;}
table.prices th, table.prices td {border: 1px solid #ddd; padding: 0.5rem; text-align: left;}
table.prices th {background: #fbeff5;}
