.article-page .logo a {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: inherit;
}

.article-content {
    max-width: 800px;
    margin: 0 auto;
}

.hero-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 30px;
}

.article-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.article-meta {
    color: #666;
    font-size: 0.95rem;
}

.article-body {
    font-size: 1.1rem;
    line-height: 1.8;
}

.article-body .lead {
    font-size: 1.3rem;
    font-weight: 500;
    color: #2E75B6;
    margin-bottom: 30px;
}

.article-body h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2E75B6;
    margin-top: 40px;
    margin-bottom: 20px;
}

.article-body a {
    color: #2E75B6;
    text-decoration: none;
    border-bottom: 1px solid #2E75B6;
}

.value-summary {
    background: #f8f9fa;
    border-left: 4px solid #2E75B6;
    padding: 25px;
    margin: 40px 0;
}

.cta {
    background: #f0f7fc;
    border: 2px solid #2E75B6;
    padding: 25px;
    margin: 40px 0;
    text-align: center;
}

.signature {
    font-style: italic;
    color: #666;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}
