/* =========================================
   AVOCATUL DIGITAL - SINGLE POST TEMPLATE
   Auto-applied hero + dark content layout
   ========================================= */

/* Hero Section */
.avocatul-hero {
    position: relative;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 40px;
    overflow: hidden;
}

.avocatul-hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.avocatul-hero .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(40%);
}

.avocatul-hero .hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

.avocatul-hero .hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 16px 0;
    letter-spacing: 1px;
}

.avocatul-hero .hero-meta {
    font-size: 0.95rem;
    color: #bbb;
    margin: 0;
}

.avocatul-hero .hero-meta .author-name {
    color: #B69D74;
}

/* Content Section */
.avocatul-content {
    background: #111827;
    padding: 60px 20px;
}

.avocatul-content .content-inner {
    max-width: 800px;
    margin: 0 auto;
    color: #E5E7EB;
    font-size: 1.05rem;
    line-height: 1.85;
}

.avocatul-content h2 {
    color: #B69D74;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 48px 0 20px;
    padding-left: 16px;
    border-left: 4px solid #B69D74;
}

.avocatul-content h3 {
    color: #B69D74;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 36px 0 16px;
}

.avocatul-content p {
    margin: 0 0 20px;
    color: #E5E7EB;
}

.avocatul-content strong {
    color: #fff;
}

.avocatul-content em {
    color: #ccc;
    font-style: italic;
}

.avocatul-content ul, .avocatul-content ol {
    margin: 0 0 24px;
    padding-left: 24px;
}

.avocatul-content li {
    margin-bottom: 12px;
    color: #E5E7EB;
}

.avocatul-content a {
    color: #B69D74;
    text-decoration: underline;
}

.avocatul-content blockquote {
    border-left: 4px solid #B69D74;
    padding: 16px 24px;
    margin: 24px 0;
    background: rgba(212, 168, 67, 0.05);
    color: #ccc;
    font-style: italic;
}

/* Related Posts / CTA */
.avocatul-post-footer {
    background: #0f1521;
    padding: 60px 20px;
    text-align: center;
}

.avocatul-post-footer h3 {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.avocatul-post-footer p {
    color: #aaa;
    margin-bottom: 24px;
}

.avocatul-post-footer .cta-button {
    display: inline-block;
    background: #B69D74;
    color: #111827;
    padding: 14px 36px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: background 0.2s;
}

.avocatul-post-footer .cta-button:hover {
    background: #A08A63;
}

/* Responsive */
@media (max-width: 768px) {
    .avocatul-hero {
        min-height: 350px;
        padding: 60px 20px;
    }

    .avocatul-hero .hero-title {
        font-size: 1.6rem;
    }

    .avocatul-content {
        padding: 40px 16px;
    }

    .avocatul-content h2 {
        font-size: 1.3rem;
    }
}
