
h1, h2, h3 {
   color: #2c3e50;
}
h2 {
   margin-top: 30px;
}
ul {
   padding-left: 20px;
}
code {
   padding: 2px 5px;
   border-radius: 3px;
   font-family: monospace;
}
pre {
   padding: 15px;
   border-radius: 5px;
   overflow-x: auto;
}
.title-highlight { color: #38D191; }
.feature-card:hover, .benefit-card:hover {
    border-color: #38D191;
    box-shadow: 0 0 0.5rem rgba(56, 209, 145, 0.5);
    transition: all 0.3s ease-in-out;
}
.code-block {
    border: 1px solid #dee2e6;
    padding: 1rem;
    border-radius: .5rem;
}
.preview-area {
    min-height: 200px;
    background: #f5f5f5;
}