/* =========================================
   WRONGFUL TERMINATION STYLES 
   (Auto-Accident Aesthetic: Clean, Gold/Black/White)
   ========================================= */

.termination-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px 80px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #334155;
    line-height: 1.6;
}

/* --- INTRO SECTION --- */
.termination-intro {
    border-left: 4px solid #c5a059;
    padding-left: 20px;
    margin-bottom: 50px;
}

.termination-intro p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #334155;
    margin: 0;
}

.unlawful-featured-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: block;
}

/* --- UNLAWFUL GROUNDS (Text Block) --- */
.unlawful-grounds {
    background: #fff;
    padding: 40px;
    border: 1px solid #e2e8f0;
    border-top: 4px solid #c5a059;
    margin-bottom: 50px;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.unlawful-grounds h3 {
    font-family: "Playfair Display", serif;
    font-size: 1.6rem;
    color: #111;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.unlawful-grounds p {
    font-size: 1.05rem;
    margin-bottom: 20px;
    color: #475569;
}

.unlawful-grounds p:last-child {
    margin-bottom: 0;
}

/* --- IMPACT BOX (Light Theme) --- */
.impact-box {
    background: #F8F5EE;
    /* Light Beige / Off-White */
    border: 1px solid #e2e8f0;
    border-top: 4px solid #c5a059;
    /* Gold top border */
    padding: 40px;
    margin-bottom: 50px;
    border-radius: 4px;
}

.impact-box p {
    font-size: 1.15rem;
    font-style: italic;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    color: #334155;
    /* Dark Text */
}

/* --- STRATEGY SECTION --- */
.strategy-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    border-top: 1px solid #e2e8f0;
    padding-top: 40px;
}

@media (min-width: 768px) {
    .strategy-section {
        grid-template-columns: 1fr 1fr;
    }
}

.strategy-col h4 {
    color: #c5a059;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 700;
}

.strategy-col h3 {
    font-family: "Playfair Display", serif;
    font-size: 1.4rem;
    color: #1e293b;
    margin-top: 0;
    margin-bottom: 15px;
}

.strategy-col p {
    font-size: 1rem;
    color: #475569;
    margin-bottom: 15px;
}

.strategy-col.litigation {
    background: #f8fafc;
    padding: 30px;
    border-left: 3px solid #c5a059;
}

.winning-highlight {
    display: block;
    margin-top: 15px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #c5a059;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}