* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
body {
    line-height: 1.6;
    color: #333;
    background: #f9f9f9;
    padding: 20px;
}
.container {
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
h1 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #222;
}
.subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}
h2 {
    font-size: 24px;
    margin: 30px 0 15px;
    color: #222;
}
h3 {
    font-size: 20px;
    margin: 20px 0 10px;
}
p {
    margin-bottom: 12px;
}
ul, ol {
    margin-left: 20px;
    margin-bottom: 15px;
}
.feature-box {
    margin-bottom: 25px;
}
.faq-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.faq-question {
    font-weight: bold;
    margin-bottom: 5px;
}
.btn {
    display: inline-block;
    padding: 12px 24px;
    background: #2563eb;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    margin-top: 10px;
}
.btn:hover {
    background: #1d4ed8;
}
.cta-section {text-align: center;margin-top: 30px;}
header{margin-bottom:30px;text-align: center;}
footer{margin-top:30px;text-align: center;}