/* Shared styles for Stellar help pages (features, faq, hashtags, contact) */

.navbar { margin-bottom: 0; border-radius: 0; }

.stellar-hero {
    background: #07070b;
    background-image: url('image/Arp273Main_HubblePestana_small.jpg');
    background-size: cover;
    background-position: center 30%;
    padding: 3em 1.5em 2.5em;
    text-align: center;
}
.stellar-hero h1 {
    font-family: "Times New Roman", Times, serif;
    color: #fff;
    font-size: 2.4em;
    text-shadow: 0 2px 18px rgba(0,0,0,0.95);
    margin: 0 0 0.3em;
}
.stellar-hero .hero-tagline {
    color: #ddd;
    font-size: 1.1em;
    text-shadow: 0 1px 10px rgba(0,0,0,0.9);
    margin: 0;
}

.stellar-content {
    max-width: 860px;
    margin: 0 auto;
    padding: 2em 1.5em 3em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    box-sizing: border-box;
}
.stellar-content * { box-sizing: border-box; }
.stellar-content h2 { font-size: 1.4em; color: #222; margin-top: 0; margin-bottom: 0.4em; }
.stellar-content h2 .icon { margin-right: 0.35em; }
.stellar-content h3 { font-size: 1.05em; color: #444; margin: 1.4em 0 0.3em; }
.stellar-content a { color: #0066cc; }
.stellar-content code {
    font-family: "SF Mono", "Menlo", "Consolas", monospace;
    font-size: 0.88em;
    background: #f5f5f5;
    border-radius: 3px;
    padding: 0.1em 0.35em;
    color: #c7254e;
}
.stellar-content .note {
    background: #fffbe6;
    border-left: 3px solid #f0c040;
    border-radius: 3px;
    padding: 0.6em 0.9em;
    font-size: 0.9em;
    color: #555;
    margin-top: 1em;
}

.stellar-footer {
    background-color: #555;
    color: #ccc;
    text-align: center;
    padding: 1em;
    font-size: 0.9em;
}
.stellar-footer a { color: #ddd; margin: 0 0.5em; }
.stellar-footer a:hover { color: #fff; text-decoration: none; }
