*{box-sizing:border-box;margin:0;padding:0}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#222;background:#fff;padding:20px}
.container{max-width:1000px;margin:0 auto}
header{margin-bottom:30px;text-align: center;}
footer{text-align: center;}
h1{font-size:2.2rem;margin-bottom:12px;color:#111}
.subtitle{font-size:1.1rem;color:#444;margin-bottom:24px}
section{margin-bottom:40px}
h2{font-size:1.5rem;margin-bottom:16px;color:#222;border-bottom:1px solid #eee;padding-bottom:6px}
h3{font-size:1.25rem;margin:16px 0 10px}
p{margin-bottom:12px}
ul,ol{margin-left:22px;margin-bottom:16px}
.feature-box{background:#f8f9fa;padding:16px 20px;border-radius:8px;margin-bottom:16px}
.btn{display:inline-block;padding:12px 24px;background:#005fcc;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;margin-top:10px}
.btn:hover{background:#004d99}
.faq-item{margin-bottom:16px}
.faq-question{font-weight:600;margin-bottom:4px}
.steps{background:#fcfcfc;padding:16px;border-radius:8px;margin-bottom:20px}
.cta-section {text-align: center;margin-top: 30px;}