/* ── Intimidation Policy – page-specific styles ───────────────────────────── */
/* Reset, back-to-top, home-button  →  ../css/base.css                        */
/* Cover banner, page-container, section-block, accents  →  shared.css        */

/* Intro block */
.intro-block {
    background: #ffffff;
    border-left: 4px solid #1e88e5;
    border-radius: 8px;
    padding: 24px 28px;
    margin-bottom: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
}

.intro-block p {
    font-size: 0.97rem;
    line-height: 1.85;
    color: #444;
}

/* Definition items */
.definition-item {
    padding: 14px 0;
    border-bottom: 1px solid #f0f4f8;
}

.definition-item.last {
    border-bottom: none;
    padding-bottom: 0;
}

.def-tag {
    display: inline-block;
    background: #e3f0fc;
    color: #1565c0;
    font-family: Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.definition-item p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #444;
}

/* Policy lists */
.policy-list {
    list-style: none;
    padding: 0;
    margin-top: 14px;
}

.policy-list li {
    padding: 7px 0 7px 24px;
    font-size: 0.93rem;
    line-height: 1.75;
    color: #444;
    position: relative;
    border-bottom: 1px solid #f0f4f8;
}

.policy-list li:last-child {
    border-bottom: none;
}

.policy-list li::before {
    content: '★';
    position: absolute;
    left: 0;
    color: #1e88e5;
    font-size: 0.6rem;
    top: 11px;
}

/* Note text */
.note-text {
    margin-top: 14px !important;
    font-size: 0.88rem !important;
    color: #777 !important;
    font-style: italic;
}

/* Conclusion block */
.conclusion-block {
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    border-radius: 8px;
    padding: 30px 32px;
    color: #cde8f5;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.conclusion-title {
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #ffffff;
    margin-bottom: 14px;
    font-family: Arial, sans-serif;
}

.conclusion-block p {
    font-size: 0.95rem;
    line-height: 1.85;
    color: #b8d8ed;
}
