/* RKMCHRC Department Pages — Premium V2
   All selectors are scoped to .rkm-dept-page so the institutional
   top menu, main menu and footer retain their own website styling. */
:root{
  --rkm-dept-navy:#071f3b;
  --rkm-dept-blue:#0c527f;
  --rkm-dept-blue-2:#126b99;
  --rkm-dept-maroon:#7b1932;
  --rkm-dept-gold:#d6aa4f;
  --rkm-dept-text:#19354e;
  --rkm-dept-muted:#64798c;
  --rkm-dept-border:#dce6ef;
  --rkm-dept-bg:#f4f7fb;
  --rkm-dept-white:#fff;
  --rkm-dept-shadow:0 22px 54px rgba(7,31,59,.10);
  --rkm-dept-shadow-soft:0 10px 28px rgba(7,31,59,.065);
}
html{scroll-behavior:smooth;scroll-padding-top:95px}
.rkm-dept-page{min-height:60vh;overflow:clip;color:var(--rkm-dept-text);background:linear-gradient(180deg,#f9fbfd 0%,#f4f7fb 48%,#f8fafc 100%);font-family:"Segoe UI",Arial,sans-serif}
.rkm-dept-page *{box-sizing:border-box}
.rkm-dept-page a{text-decoration:none}

.rkm-dept-breadcrumb{border-bottom:1px solid #e3eaf1;background:#fff}
.rkm-dept-breadcrumb__inner{display:flex;align-items:center;gap:9px;width:min(100% - 36px,1360px);min-height:48px;margin:auto;color:#718396;font-size:.82rem;font-weight:650}
.rkm-dept-breadcrumb__inner a{color:#0c527f}.rkm-dept-breadcrumb__inner a:hover{color:#7b1932}.rkm-dept-breadcrumb__inner>i{font-size:.55rem;color:#a8b4bf}.rkm-dept-breadcrumb__inner span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

.rkm-dept-hero{position:relative;overflow:hidden;color:#fff;background:linear-gradient(118deg,#071f3b 0%,#0b466f 56%,#7b1932 118%);border-bottom:3px solid var(--rkm-dept-gold)}
.rkm-dept-hero::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 83% 20%,rgba(255,255,255,.11),transparent 25%),radial-gradient(circle at 8% 95%,rgba(214,170,79,.15),transparent 28%)}
.rkm-dept-hero::after{content:"";position:absolute;right:-120px;top:-185px;width:430px;height:430px;border:1px solid rgba(255,255,255,.13);border-radius:50%;box-shadow:0 0 0 48px rgba(255,255,255,.028),0 0 0 96px rgba(255,255,255,.018)}
.rkm-dept-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.42fr) minmax(330px,.72fr);gap:42px;align-items:center;width:min(100% - 40px,1360px);margin:auto;padding:48px 0}
.rkm-dept-hero__kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:13px;color:#f2ce70;font-size:.71rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.rkm-dept-hero__kicker i{font-size:.94rem}
.rkm-dept-hero h1{max-width:900px;margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.35rem,4.3vw,4rem);font-weight:700;line-height:1.02;letter-spacing:-.035em}
.rkm-dept-hero__lead{max-width:860px;margin:17px 0 0;color:rgba(255,255,255,.84);font-size:1.03rem;line-height:1.76}
.rkm-dept-hero__tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.rkm-dept-hero__tag{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:7px 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#f7f9fb;background:rgba(255,255,255,.075);font-size:.77rem;font-weight:750;backdrop-filter:blur(5px)}
.rkm-dept-hero__tag::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--rkm-dept-gold);box-shadow:0 0 0 3px rgba(214,170,79,.12)}
.rkm-dept-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.rkm-dept-hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:9px 15px;border-radius:999px;font-size:.82rem;font-weight:800;transition:transform .18s ease,background .18s ease}
.rkm-dept-hero__btn--primary{color:#10273d;background:linear-gradient(135deg,#f4d57d,var(--rkm-dept-gold));box-shadow:0 10px 24px rgba(0,0,0,.12)}
.rkm-dept-hero__btn--ghost{color:#fff;border:1px solid rgba(255,255,255,.23);background:rgba(255,255,255,.075)}
.rkm-dept-hero__btn:hover{transform:translateY(-1px)}
.rkm-dept-hero__btn--primary:hover{color:#071f3b}.rkm-dept-hero__btn--ghost:hover{color:#fff;background:rgba(255,255,255,.13)}

.rkm-dept-snapshot{padding:18px;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:rgba(255,255,255,.085);box-shadow:0 22px 45px rgba(0,0,0,.13);backdrop-filter:blur(10px)}
.rkm-dept-snapshot__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:13px;padding:0 2px 11px;border-bottom:1px solid rgba(255,255,255,.14)}
.rkm-dept-snapshot__head span{font-size:.72rem;font-weight:900;letter-spacing:.10em;text-transform:uppercase}.rkm-dept-snapshot__head i{color:#f3cf71;font-size:1.05rem}
.rkm-dept-snapshot__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.rkm-dept-snapshot__item{min-width:0;padding:13px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(7,31,59,.24)}
.rkm-dept-snapshot__item i{display:block;margin-bottom:9px;color:#f2cd6d;font-size:1rem}.rkm-dept-snapshot__value{display:block;color:#fff;font-size:1.03rem;font-weight:850;line-height:1.2;overflow-wrap:anywhere}.rkm-dept-snapshot__label{display:block;margin-top:5px;color:rgba(255,255,255,.67);font-size:.72rem;font-weight:650;line-height:1.35}

.rkm-dept-content-shell{max-width:1400px;margin-top:30px!important;margin-bottom:42px!important;padding-left:20px;padding-right:20px}
.rkm-dept-page .sidebar{position:sticky;top:18px;height:auto;padding:13px;border:1px solid var(--rkm-dept-border);border-radius:20px;background:rgba(255,255,255,.95);box-shadow:var(--rkm-dept-shadow-soft);backdrop-filter:blur(8px)}
.rkm-dept-page .sidebar::before{content:"EXPLORE DEPARTMENT";display:block;padding:4px 8px 11px;color:#8a681f;font-size:.64rem;font-weight:900;letter-spacing:.13em}
.rkm-dept-page .sidebar .list-group{display:flex;gap:7px}.rkm-dept-page .sidebar .list-group-item{display:flex;align-items:center;gap:9px;margin:0;padding:10px 11px;border:1px solid #e1e8ef!important;border-radius:11px!important;color:#334b60!important;background:#fff!important;font-size:.84rem;font-weight:700;line-height:1.25;box-shadow:none!important;transition:all .18s ease}.rkm-dept-page .sidebar .list-group-item i{width:19px;color:var(--rkm-dept-blue);text-align:center;flex:0 0 auto}.rkm-dept-page .sidebar .list-group-item:hover,.rkm-dept-page .sidebar .list-group-item:focus{transform:translateX(3px);color:var(--rkm-dept-navy)!important;border-color:#bed2e4!important;background:#f8fbfe!important;box-shadow:0 7px 17px rgba(7,31,59,.055)!important}
.rkm-dept-page main.col-lg-9{padding-left:12px}

.rkm-dept-page .content-section{position:relative;overflow:hidden;margin-bottom:23px;padding:27px;border:1px solid var(--rkm-dept-border);border-radius:22px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%);box-shadow:var(--rkm-dept-shadow-soft)}
.rkm-dept-page .content-section::before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--rkm-dept-navy),var(--rkm-dept-blue),var(--rkm-dept-maroon))}
.rkm-dept-page .section-title{display:flex;align-items:center;gap:10px;margin:0 0 18px;padding:0 0 13px;border-bottom:1px solid #e1e8ef;color:var(--rkm-dept-navy);font-size:1.34rem;font-weight:850;line-height:1.3}
.rkm-dept-page .section-title .section-count{margin-left:auto;padding:5px 9px;border-radius:999px;color:#765516;background:#fff5d8;border:1px solid #ead39b;font-size:.68rem;font-weight:850;white-space:nowrap}
.rkm-dept-page .icon-color{margin-right:0;color:var(--rkm-dept-blue)}
.rkm-dept-page .section-intro{margin:-5px 0 18px!important;color:#6d7f90!important;font-size:.87rem!important;line-height:1.6!important}
.rkm-dept-page .content-section p{color:#3e5265;font-size:.96rem;line-height:1.78}.rkm-dept-page .content-section>p:last-child{margin-bottom:0}

.rkm-dept-page .rkm-dept-overview{padding:31px;background:linear-gradient(135deg,#fff 0%,#fbfdff 64%,#fff9eb 135%)}
.rkm-dept-page .rkm-dept-overview .section-title{font-size:1.55rem}.rkm-dept-page .rkm-dept-overview__lead{color:#233f58!important;font-size:1.04rem!important;font-weight:550;line-height:1.82!important}
.rkm-dept-page .rkm-dept-focus{display:flex;align-items:flex-start;gap:13px;margin-top:19px;padding:15px 16px;border:1px solid #d7e4ee;border-radius:15px;background:#f6faff;color:#34526a;font-size:.91rem;line-height:1.65}.rkm-dept-page .rkm-dept-focus i{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:11px;color:#fff;background:linear-gradient(135deg,var(--rkm-dept-blue),var(--rkm-dept-maroon));font-size:.95rem}

.rkm-dept-page .custom-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:22px;list-style:none;padding:0;margin:0}.rkm-dept-page .custom-list li{display:flex;align-items:flex-start;gap:11px;min-width:0;padding:11px 5px;border-bottom:1px dashed #dce5ed;color:#344b5e;font-size:.92rem;line-height:1.58}.rkm-dept-page .custom-list i{margin-top:3px;color:#16835c;flex:0 0 auto}
.rkm-dept-page .service-card,.rkm-dept-page .special-card{height:100%;border:1px solid #dce6ef;border-radius:17px;background:linear-gradient(180deg,#fff,#f9fbfd);box-shadow:0 7px 20px rgba(7,31,59,.045)}.rkm-dept-page .service-card{padding:15px 16px;color:#344b5e;font-size:.91rem;line-height:1.58}.rkm-dept-page .service-card i{margin-right:7px;color:var(--rkm-dept-blue);font-size:1rem}.rkm-dept-page .special-card{padding:19px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.rkm-dept-page .special-card:hover{transform:translateY(-3px);border-color:#c8d8e7;box-shadow:0 14px 28px rgba(7,31,59,.08)}.rkm-dept-page .special-card>i{display:grid;place-items:center;width:50px;height:50px;margin-bottom:12px;border-radius:14px;color:#fff!important;background:linear-gradient(135deg,var(--rkm-dept-blue),var(--rkm-dept-maroon));font-size:1.3rem;box-shadow:0 9px 20px rgba(13,79,123,.16)}.rkm-dept-page .special-card h5{margin:0 0 8px;color:var(--rkm-dept-navy);font-size:1rem;font-weight:850;line-height:1.35}.rkm-dept-page .special-card p{margin:0;color:#5b6f81;font-size:.9rem;line-height:1.65}
.rkm-dept-page .badge-dept{display:inline-flex;align-items:center;gap:8px;margin-top:7px;padding:10px 15px;border:1px solid rgba(214,170,79,.38);border-radius:999px;color:#87631a;background:linear-gradient(135deg,#fff8e9,#fffdf8);font-size:.88rem;font-weight:800;box-shadow:0 6px 16px rgba(214,170,79,.10)}
.rkm-dept-page .content-section[class*="-box"]{border-color:#d8e4ee;background:linear-gradient(180deg,#fff,#fafcff)}.rkm-dept-page .content-section[class*="-box"]::before{background:linear-gradient(90deg,var(--rkm-dept-gold),var(--rkm-dept-blue),var(--rkm-dept-maroon))}

.rkm-dept-page .table-responsive{overflow:hidden;border:1px solid #d9e4ed;border-radius:15px;background:#fff}.rkm-dept-page .table{margin:0;vertical-align:middle}.rkm-dept-page .table thead th{padding:13px 12px;border:0;color:#fff;background:linear-gradient(135deg,var(--rkm-dept-navy),var(--rkm-dept-blue))!important;font-size:.88rem;font-weight:800;white-space:nowrap}.rkm-dept-page .table tbody td{padding:12px;color:#344b5e;border-color:#e1e8ef;font-size:.92rem}.rkm-dept-page .table-striped>tbody>tr:nth-of-type(odd)>*{background:#fbfdff;color:inherit}

.rkm-dept-page .rkm-dept-commitment{position:relative;overflow:hidden;margin-top:5px;padding:30px;border:1px solid #d8e3ed;border-radius:22px;color:#fff;background:linear-gradient(118deg,#071f3b,#0b4d78 65%,#7b1932 130%);box-shadow:var(--rkm-dept-shadow)}.rkm-dept-page .rkm-dept-commitment::after{content:"";position:absolute;right:-55px;bottom:-75px;width:210px;height:210px;border:1px solid rgba(255,255,255,.13);border-radius:50%;box-shadow:0 0 0 32px rgba(255,255,255,.025)}.rkm-dept-page .rkm-dept-commitment__label{position:relative;z-index:1;display:inline-flex;align-items:center;gap:7px;margin-bottom:10px;color:#f0cc70;font-size:.69rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.rkm-dept-page .rkm-dept-commitment h3{position:relative;z-index:1;max-width:900px;margin:0;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.35rem,2.4vw,2rem);font-weight:700;line-height:1.45}.rkm-dept-page .rkm-dept-commitment__actions{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.rkm-dept-page .rkm-dept-commitment__actions a{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:8px 13px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#fff;background:rgba(255,255,255,.08);font-size:.79rem;font-weight:800}.rkm-dept-page .rkm-dept-commitment__actions a:first-child{color:#10273d;background:linear-gradient(135deg,#f2d37b,var(--rkm-dept-gold));border-color:transparent}

.rkm-dept-page #scrollTopBtn{position:fixed;right:22px;bottom:22px;z-index:1100;display:none;width:48px;height:48px;padding:0;border:0;border-radius:50%!important;color:#fff;background:linear-gradient(135deg,var(--rkm-dept-blue),var(--rkm-dept-maroon));box-shadow:0 12px 26px rgba(7,31,59,.20)}

@media(max-width:1099.98px){.rkm-dept-hero__inner{grid-template-columns:1fr;gap:25px;padding:38px 0}.rkm-dept-snapshot{max-width:720px}.rkm-dept-page main.col-lg-9{padding-left:calc(var(--bs-gutter-x)*.5)}.rkm-dept-page .sidebar{position:static;margin-bottom:18px;padding:11px;overflow:hidden}.rkm-dept-page .sidebar::before{padding-bottom:8px}.rkm-dept-page .sidebar .list-group{flex-direction:row;overflow-x:auto;gap:8px;padding-bottom:3px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.rkm-dept-page .sidebar .list-group-item{flex:0 0 auto;min-height:42px;white-space:nowrap}.rkm-dept-page .sidebar .list-group-item:hover,.rkm-dept-page .sidebar .list-group-item:focus{transform:translateY(-1px)}}
@media(max-width:767.98px){.rkm-dept-breadcrumb__inner{width:min(100% - 24px,1360px);min-height:44px;font-size:.76rem}.rkm-dept-hero__inner{width:min(100% - 26px,1360px);padding:31px 0}.rkm-dept-hero h1{font-size:clamp(2rem,9vw,2.65rem)}.rkm-dept-hero__lead{font-size:.92rem;line-height:1.67}.rkm-dept-hero__tags{margin-top:16px}.rkm-dept-snapshot{padding:14px;border-radius:18px}.rkm-dept-snapshot__item{padding:11px}.rkm-dept-content-shell{margin-top:20px!important;padding-left:12px;padding-right:12px}.rkm-dept-page .content-section{padding:20px;border-radius:18px;margin-bottom:17px}.rkm-dept-page .rkm-dept-overview{padding:22px}.rkm-dept-page .section-title{font-size:1.16rem;margin-bottom:15px;padding-bottom:11px}.rkm-dept-page .rkm-dept-overview .section-title{font-size:1.28rem}.rkm-dept-page .content-section p{font-size:.91rem;line-height:1.68}.rkm-dept-page .custom-list{grid-template-columns:1fr}.rkm-dept-page .custom-list li{font-size:.89rem}.rkm-dept-page .special-card{padding:16px}.rkm-dept-page .rkm-dept-commitment{padding:23px}}
@media(max-width:480px){.rkm-dept-snapshot__grid{grid-template-columns:1fr 1fr}.rkm-dept-snapshot__value{font-size:.9rem}.rkm-dept-snapshot__label{font-size:.66rem}.rkm-dept-hero__actions{display:grid;grid-template-columns:1fr}.rkm-dept-hero__btn{width:100%}.rkm-dept-page #scrollTopBtn{right:15px;bottom:15px;width:44px;height:44px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.rkm-dept-page .special-card,.rkm-dept-page .sidebar .list-group-item,.rkm-dept-hero__btn{transition:none}}
