/* Journal scope — resources/views/journal/scope.blade.php */
.scope-title-strip {
    background-image:
        linear-gradient(90deg, rgba(234, 241, 248, 0.92) 0%, rgba(231, 239, 247, 0.80) 45%, rgba(227, 236, 246, 0.22) 100%),
        url("../../images/slider/banner4.jpeg");
    background-size: cover;
    background-position: right center;
    border-top: 1px solid #d5dfeb;
    border-bottom: 1px solid #d5dfeb;
    padding: 34px 0;
}

.scope-strip-title {
    margin: 0 0 20px;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 700;
    color: #0d355f;
}

.scope-title-strip .sj-breadcrumb li,
.scope-title-strip .sj-breadcrumb li a {
    color: #1f4b7a;
    font-size: 13px;
}

.scope-title-strip .sj-breadcrumb li:after {
    color: #3b6795;
}

.scope-main {
    background: #f8fafc;
    padding: 42px 0 56px;
}

.scope-left-card {
    background: #fff;
    border: 1px solid #e4ebf2;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(15, 43, 76, 0.08);
    padding: 26px;
}

.scope-left-card h2 {
    font-size: 42px;
    margin: 0 0 12px;
    color: #0f2f59;
    font-weight: 700;
}

.scope-left-card h2::after {
    content: "";
    display: block;
    margin-top: 10px;
    width: 74px;
    height: 3px;
    background: #1bb39d;
    border-radius: 2px;
}

.scope-left-card p {
    color: #334155;
    line-height: 1.8;
}

.scope-objectives-heading {
    margin: 18px 0 10px;
    color: #0f2f5d;
}

.scope-objectives {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.scope-objectives li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 30px;
    color: #334155;
}

.scope-objectives li::before {
    content: "\f058";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    color: #22b573;
}

.scope-side-card {
    background: #fff;
    border: 1px solid #e4ebf3;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(15, 50, 90, 0.08);
    padding: 22px 20px;
    margin-bottom: 18px;
}

.scope-side-green { background: #f2faf6; }
.scope-side-blue { background: #f3f8ff; }
.scope-side-yellow { background: #fff9ef; }

.scope-side-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 19px;
}

.scope-side-green .scope-side-icon { background: #e4f4ec; color: #24b277; }
.scope-side-blue .scope-side-icon { background: #e8f0ff; color: #3b82f6; }
.scope-side-yellow .scope-side-icon { background: #ffefca; color: #d4a22d; }

.scope-side-card h4 {
    margin: 0 0 8px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #13406e;
}

.scope-side-card p {
    margin: 0 0 14px;
    color: #475569;
    font-size: 14px;
    line-height: 1.7;
}

.scope-btn {
    display: inline-block;
    border: 1px solid var(--jh-orange);
    background: var(--jh-orange);
    color: #fff;
    border-radius: 6px;
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.scope-btn:hover {
    background: var(--jh-orange-hover);
    border-color: var(--jh-orange-hover);
    color: #fff;
}

@media (max-width: 991px) {
    .scope-left-card { margin-bottom: 20px; }
    .scope-strip-title { font-size: 34px; }
    .scope-left-card h2 { font-size: 34px; }
}
