body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #333;
}

.main-container {
    min-height: 80vh;
}

/* Card Styling */
.article-section {
    background: white;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Typography */
.generated-content h1 {
    margin-bottom: 2rem;
    color: #2c3e50;
    font-weight: 700;
}

.generated-content h2 {
    color: #34495e;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 0.8rem;
}

.generated-content p {
    line-height: 1.7;
    color: #555;
}

.text-primary {
    color: #0d6efd !important;
}

/* Footer */
footer {
    background-color: #212529;
    color: #adb5bd;
}

footer h5 {
    color: #fff;
    margin-bottom: 1.2rem;
    font-weight: 600;
}

footer a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

/* Honeypot hidden */
a[href*="trap=1"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
