
body {
    font-family: 'Libre Baskerville', Georgia, serif;
    background: linear-gradient(to bottom right, #fefefe, #f3eef6);
    margin: 0;
    padding: 0;
    color: #2e2e2e;
    line-height: 1.8;
}
header {
    background: #6a004f;
    padding: 2rem;
    text-align: center;
}
.logo {
    font-size: 3rem;
    font-weight: bold;
    color: white;
    letter-spacing: 1.5px;
}
.hero {
    text-align: center;
    margin: 2rem 0;
}
.hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.content {
    max-width: 850px;
    margin: 2rem auto;
    padding: 1rem 1.5rem;
    background: white;
    border-radius: 10px;
}
.content p {
    margin-bottom: 1.3rem;
    font-size: 1.1rem;
}
.content p:first-child {
    font-size: 1.4rem;
    font-weight: bold;
}
.break {
    height: 40px;
}
.content ul, .content ol {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}
.faq {
    max-width: 850px;
    margin: 3rem auto;
    padding: 2rem;
    background: #f3edf6;
    border-radius: 12px;
}
.faq h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #4b0042;
}
details {
    margin-bottom: 1rem;
    font-size: 1rem;
}
footer {
    text-align: center;
    padding: 2rem;
    background: #eee;
    margin-top: 4rem;
    font-size: 0.9rem;
    color: #555;
}
