body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.page-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 3rem;
}

.page-back-home {
    margin-bottom: 1.5rem;
}

.page-back-home a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.85);
    color: #f9fafb;
    text-decoration: none;
    font-size: 0.9rem;
}

.page-back-home a:hover {
    filter: brightness(1.05);
}

.page-article h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.page-featured-image {
    margin-bottom: 1.5rem;
}

.page-featured-image img {
    max-width: 100%;
    border-radius: 0.75rem;
    display: block;
}

.page-content {
    line-height: 1.7;
    font-size: 1rem;
}

.page-content a.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    border-radius: 0.75rem;
    text-decoration: none;
    font-weight: 600;
}

.page-content a.btn-primary { background: #2563eb; color: #ffffff; }
.page-content a.btn-secondary { background: #6b7280; color: #ffffff; }
.page-content a.btn-success { background: #16a34a; color: #ffffff; }
.page-content a.btn-danger { background: #dc2626; color: #ffffff; }

.page-content a.btn:hover { filter: brightness(0.95); }

/* Responsive objects */
.page-content iframe,
.page-content video,
.page-content embed,
.page-content object {
    max-width: 100%;
    border-radius: 0.5rem;
}
