/* Unique Design for Site 5: torzn.forum - Forum Orange Theme */
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.65;
    margin: 0;
    padding: 0;
    background: #2b2b2b;
    color: #e0e0e0;
}
.container {
    width: 88%;
    margin: auto;
    overflow: hidden;
    padding: 0 15px;
}
header {
    background: #ff6600;
    color: #fff;
    padding-top: 25px;
    min-height: 75px;
    border-bottom: #cc5200 4px solid;
}
header a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
header .logo {
    float: left;
    font-size: 27px;
    font-weight: bold;
    color: #fff;
}
header nav {
    float: right;
    margin-top: 13px;
}
header li {
    float: left;
    display: inline;
    padding: 0 17px;
}
main {
    padding: 28px 0;
}
.header-image-box {
    width: 100%;
    margin-bottom: 28px;
    text-align: center;
}
.header-img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    border: 4px solid #ff6600;
    border-radius: 6px;
}
.footer-promo {
    text-align: center;
    margin-top: 35px;
    padding: 25px;
    background: #3a3a3a;
    border-radius: 6px;
    border: 2px solid #ff6600;
}
.footer-img {
    width: 200px;
    height: auto;
    border-radius: 6px;
    margin-bottom: 15px;
    border: 2px solid #ff6600;
}
.hero {
    background: #3a3a3a;
    padding: 28px;
    margin-bottom: 28px;
    border-radius: 6px;
    border-left: 4px solid #ff6600;
}
.hero h1 {
    font-size: 30px;
    color: #ff6600;
}
section {
    background: #3a3a3a;
    padding: 28px;
    margin-bottom: 28px;
    border-radius: 6px;
}
h2 {
    color: #ff6600;
    border-bottom: 2px solid #ff6600;
    padding-bottom: 8px;
}
.article-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
    gap: 18px;
}
.article-card {
    background: #2b2b2b;
    padding: 18px;
    border: 2px solid #ff6600;
    border-radius: 6px;
}
.article-card a {
    color: #ff9944;
    text-decoration: none;
    font-weight: bold;
}
.community-box {
    background: #3a3a3a;
    border: 2px solid #ff6600;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
}
.community-box h3 {
    color: #ff9944;
    margin-top: 0;
}
.share-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.share-btn {
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    transition: opacity 0.3s;
    border: 2px solid #ff6600;
}
.share-btn:hover {
    opacity: 0.8;
}
.share-btn.twitter {
    background: #1DA1F2;
}
.share-btn.reddit {
    background: #FF4500;
}
.share-btn.linkedin {
    background: #0077B5;
}
footer {
    background: #ff6600;
    color: #fff;
    text-align: center;
    padding: 35px 20px;
    margin-top: 40px;
    border-top: 4px solid #cc5200;
}
footer p {
    margin: 8px 0;
    line-height: 1.6;
}
footer p:first-child {
    font-weight: bold;
    font-size: 16px;
}
footer p:last-child {
    font-size: 14px;
    color: #ffe0cc;
}
