.content-page {
    max-width: 820px;
    margin: 0 auto 3rem;
    padding: 0 1rem;
}

.content-header {
    background: white;
    border-radius: 16px;
    padding: 2rem 2.25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.content-header h1 {
    font-size: 1.85rem;
    margin: 0 0 1rem;
    color: #1e293b;
    line-height: 1.3;
}

.content-lead {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

.content-section {
    background: white;
    border-radius: 12px;
    padding: 1.75rem 2rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.content-section h2 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
    color: #334155;
}

.content-section p {
    color: #475569;
    line-height: 1.75;
    margin: 0 0 1rem;
}

.content-section p:last-child {
    margin-bottom: 0;
}

.content-section ul {
    margin: 0;
    padding-left: 1.25rem;
    color: #475569;
    line-height: 1.8;
}

.hub-link-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.hub-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    text-decoration: none;
    color: #1e293b;
    font-weight: 600;
    transition: all 0.2s ease;
}

.hub-card:hover {
    border-color: #6366f1;
    background: #eef2ff;
    transform: translateY(-2px);
}

.hub-card-test {
    background: linear-gradient(135deg, #667eea15, #764ba215);
}

.content-cta {
    text-align: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 16px;
    padding: 2rem;
    margin: 2rem 0;
}

.content-cta h2 {
    color: white;
    margin-top: 0;
}

.content-cta p {
    color: rgba(255, 255, 255, 0.9);
}

.content-cta .btn-lg {
    margin-top: 0.5rem;
    background: white;
    color: #4f46e5;
    font-weight: 700;
    padding: 0.85rem 2rem;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
}

.content-related {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem 2rem;
}

.related-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
}

.related-link-list a {
    color: #4f46e5;
    font-weight: 600;
    text-decoration: none;
}

.related-link-list a:hover {
    text-decoration: underline;
}

.faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    padding: 0.75rem 1rem;
}

.faq-item summary {
    font-weight: 600;
    cursor: pointer;
    color: #1e293b;
}

.faq-item p {
    margin: 0.75rem 0 0;
}

.content-breadcrumb {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.content-breadcrumb a {
    color: var(--primary-color);
    text-decoration: none;
}

.content-breadcrumb a:hover {
    text-decoration: underline;
}

.blog-index .hub-card-meta {
    display: block;
    font-size: 0.8rem;
    color: var(--text-secondary);
    margin-top: 0.35rem;
    font-weight: 400;
}
