.landing-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.landing-hero {
    text-align: center;
    padding: 30px 0 20px;
}

.landing-icon {
    height: 80px;
    margin-bottom: 15px;
}

.landing-page h1 {
    font-size: 30px;
    margin: 0 0 10px;
}

.landing-subtitle {
    color: #666;
    font-size: 16px;
    margin-bottom: 0;
}

.supported-formats {
    text-align: center;
    margin-bottom: 20px;
}

.supported-formats .badge {
    display: inline-block;
    background: #5bc0de;
    color: #fff;
    padding: 4px 12px;
    border-radius: 3px;
    font-size: 13px;
    margin: 0 3px;
}

.how-it-works {
    margin: 30px 0;
    padding: 25px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.how-it-works h2 {
    text-align: center;
    font-size: 22px;
    margin: 0 0 20px;
}

.how-it-works .row {
    display: flex;
    justify-content: center;
}

.how-it-works .step {
    text-align: center;
    padding: 0 20px;
}

.how-it-works .step-number {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background: #337ab7;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.how-it-works .step h4 {
    font-size: 15px;
    margin: 0 0 5px;
}

.how-it-works .step p {
    color: #666;
    font-size: 13px;
    margin: 0;
}

.seo-content {
    margin-top: 30px;
    padding-top: 10px;
}

.seo-content h2 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.seo-content h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.seo-content p {
    line-height: 1.7;
    color: #333;
}

.seo-content ul {
    line-height: 1.7;
    color: #333;
}

.faq-section {
    margin-top: 15px;
}

.faq-item {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 15px 20px;
    margin-bottom: 10px;
}

.faq-item h3 {
    font-size: 16px;
    margin: 0 0 8px;
}

.faq-item p {
    margin: 0;
    font-size: 14px;
    color: #555;
}
