:root {
    color-scheme: light;
    font-family: 'Inter', sans-serif;
    color: #102041;
    background-color: #f5f7fb;
    scroll-padding-top: 90px;
}

html, body {
    min-height: 100%;
    background: #f5f7fb;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: #102041;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a {
    text-underline-offset: 3px;
}

img {
    max-width: 100%;
}

.container {
    --bs-gutter-x: 1.5rem;
}

.page-link {
    border-radius: 10px;
    margin: 0 0.12rem;
    color: #0f6b8d;
    border-color: rgba(16, 32, 65, 0.1);
}

.page-item.active .page-link {
    background: #0f6b8d;
    border-color: #0f6b8d;
}

.form-control,
.form-select {
    min-height: 46px;
    border-radius: 12px;
    border-color: rgba(16, 32, 65, 0.12);
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(15, 107, 141, 0.55);
    box-shadow: 0 0 0 0.2rem rgba(15, 107, 141, 0.12);
}

.input-group .form-control {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.input-group .btn {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    font-weight: 800;
}

.topbar {
    background: #073765;
    color: #fff;
    font-size: 0.85rem;
    position: relative;
    z-index: 1040;
    overflow: hidden;
}

.topbar::before {
    content: '';
    position: absolute;
    left: 2.25rem;
    top: -7.5rem;
    width: 11rem;
    height: 11rem;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 50%;
}

.topbar-inner {
    min-height: 40px;
    position: relative;
    z-index: 1;
    gap: 1.5rem !important;
}

.topbar .contact-item {
    display: none;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.01em;
}

@media (min-width: 1024px) {
    .topbar .contact-item {
        display: inline-flex;
    }
}

.topbar .contact-item i {
    font-size: 0.9rem;
    color: #ffd400;
}

.topbar .social-links span {
    color: rgba(255,255,255,.42);
    font-weight: 800;
    font-style: italic;
    margin-right: 0.85rem;
    text-transform: lowercase;
}

.topbar .social-links a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.96);
    background: transparent;
    border: none;
    border-radius: 8px;
    transition: color .2s ease, background .2s ease;
    font-size: 0.85rem;
    text-decoration: none;
}

.topbar .social-links a:hover {
    background: rgba(255,255,255,.12);
    color: #ffd400;
}

.navbar {
    padding: 0;
    transition: padding .25s ease, background .25s ease, box-shadow .25s ease;
    background: transparent;
    border-bottom: none;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 1030;
}

.nav-container {
    max-width: 1240px;
    padding: 0 1rem;
    margin: 0 auto;
}

.nav-shell {
    flex-direction: column;
    flex-wrap: nowrap;
    min-height: 70px;
    padding: 0.9rem 2rem;
    background: rgba(237, 241, 245, .95);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.72);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(5, 20, 43, 0.12);
}

.nav-main-row {
    min-height: 50px;
}

.nav-bos-ticker {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: 42px;
    overflow: hidden;
    border-top: 1px solid rgba(74, 86, 104, 0.12);
    border-radius: 0 0 12px 12px;
    background:
        linear-gradient(90deg, rgba(255, 209, 102, 0.16), rgba(15, 107, 141, 0.09) 42%, rgba(47, 158, 68, 0.1));
}

.nav-bos-label,
.nav-bos-more {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.55rem 0.9rem;
    font-size: 0.84rem;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.nav-bos-label {
    color: #0b2d68;
    background: rgba(255, 209, 102, 0.72);
}

.nav-bos-more {
    color: #0f6b8d;
    background: rgba(255, 255, 255, 0.46);
}

.nav-bos-label:hover,
.nav-bos-more:hover {
    color: #08384e;
}

.nav-bos-track-wrap {
    min-width: 0;
    overflow: hidden;
}

.nav-bos-track {
    width: max-content;
    display: flex;
    align-items: center;
    animation: bosTicker 28s linear infinite;
}

.nav-bos-track:hover {
    animation-play-state: paused;
}

.nav-bos-track a {
    position: relative;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 1.5rem;
    color: #243a5a;
    font-size: 0.9rem;
    font-weight: 780;
    text-decoration: none;
    white-space: nowrap;
}

.nav-bos-track a::after {
    content: "";
    position: absolute;
    right: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0f6b8d;
    opacity: 0.72;
}

.nav-bos-track a:hover {
    color: #0f6b8d;
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: inherit;
    text-decoration: none;
    min-width: 0;
    flex: 0 0 auto;
}

.brand-lockup:hover {
    color: inherit;
}

.brand-emblem {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.brand-emblem img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-copy {
    min-width: 0;
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #173b8f !important;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
    display: none;
}

@media (min-width: 1200px) {
    .navbar-brand {
        display: block;
    }
}

.navbar-nav .nav-link {
    color: #4a5668 !important;
    font-weight: 600;
    padding: 0.5rem 0.8rem;
    letter-spacing: -0.01em;
    border-radius: 8px;
    transition: color .2s ease, background .2s ease;
    font-size: 0.95rem;
}

.navbar-nav {
    gap: 0.1rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background: transparent;
    color: #1462ff !important;
}

.navbar-nav .dropdown-menu {
    border: none;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(16, 32, 65, 0.1);
    min-width: 200px;
    padding: 0.4rem;
    margin-top: 0.4rem;
}

.navbar-nav .dropdown-item {
    color: #1d2b56;
    padding: 0.55rem 0.8rem;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 8px;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    background: rgba(11, 45, 104, 0.08);
    color: #0b2d68 !important;
}

.btn-spmb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    background: #0f6b8d;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0.65rem 1.2rem;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    box-shadow: 0 8px 16px rgba(15, 107, 141, 0.18);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn-spmb:hover {
    background: #08384e;
    color: #fff;
    transform: translateY(-1px);
}

.nav-cta {
    border-left: 1px solid rgba(74, 86, 104, 0.16);
    padding-left: 1.8rem;
}

.hero-slide {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 680px;
    padding-top: 108px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(3, 16, 36, 0.9) 0%, rgba(4, 26, 61, 0.7) 48%, rgba(4, 26, 61, 0.2) 100%);
}

.hero-slide::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 7px;
    background: linear-gradient(90deg, #ffd166 0%, #0f6b8d 45%, #2f9e44 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 780px;
}

.hero-caption {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    border-radius: 999px;
    padding: 0.58rem 0.95rem;
    margin-bottom: 1.25rem;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-title {
    max-width: 700px;
    font-size: clamp(2.15rem, 3.4vw, 3.35rem);
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 1.15rem;
    color: #fff;
    letter-spacing: 0;
    text-wrap: balance;
}

.hero-text {
    max-width: 600px;
    font-size: 0.98rem;
    line-height: 1.6;
    color: rgba(255,255,255,.95);
    margin-bottom: 1.45rem;
}

.hero-buttons .btn {
    min-width: 156px;
    border-radius: 14px;
    font-size: 0.95rem;
    padding: 0.9rem 1.35rem;
    font-weight: 800;
}

.hero-buttons .btn-primary {
    background: #0f6b8d;
    border-color: #0f6b8d;
    box-shadow: 0 16px 34px rgba(15, 107, 141, .28);
}

.hero-buttons .btn-outline-light {
    border-color: rgba(255,255,255,.9);
    color: #fff;
}

.hero-buttons .btn-outline-light:hover {
    background: rgba(255,255,255,.14);
    color: #fff;
}

.carousel-control-prev,
.carousel-control-next {
    top: auto;
    bottom: 2.35rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.22);
    backdrop-filter: blur(10px);
    opacity: 1;
    transition: transform .2s ease, background .2s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(255,255,255,0.28);
    transform: translateY(-2px);
}

.carousel-control-prev {
    left: auto;
    right: 6rem;
}

.carousel-control-next {
    right: 2rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%);
}

.carousel-indicators {
    bottom: 2.65rem;
    justify-content: flex-start;
    margin-left: max(1.5rem, calc((100vw - 1140px) / 2));
    margin-right: 9rem;
    margin-bottom: 0;
}

.carousel-indicators [data-bs-target] {
    width: 34px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255,255,255,0.55);
    border: 0;
}

.carousel-indicators .active {
    background: #ffd166;
}

.profile-section {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.bos-ticker-section {
    position: relative;
    z-index: 2;
    padding: 1.3rem 0 0;
    background: #fff;
}

.header-bos-ticker {
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(16, 32, 65, 0.08);
    box-shadow: 0 12px 26px rgba(12, 40, 85, 0.06);
}

.header-bos-ticker .bos-ticker {
    min-height: 54px;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(12, 40, 85, 0.11);
}

.header-bos-ticker .bos-ticker-label,
.header-bos-ticker .bos-ticker-more {
    padding: 0.75rem 1rem;
}

.header-bos-ticker .bos-ticker-track a {
    min-height: 54px;
    padding: 0 1.55rem;
    font-size: 0.92rem;
}

.bos-ticker {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: 66px;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(90deg, #0f6b8d 0%, #126f78 48%, #2f9e44 100%);
    box-shadow: 0 20px 48px rgba(12, 40, 85, 0.14);
}

.bos-ticker-label,
.bos-ticker-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    height: 100%;
    padding: 1rem 1.25rem;
    color: #fff;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.bos-ticker-label {
    background: #ffd166;
    color: #102041;
}

.bos-ticker-more {
    background: rgba(5, 30, 55, 0.2);
}

.bos-ticker-more:hover,
.bos-ticker-label:hover {
    color: #fff;
}

.bos-ticker-track-wrap {
    overflow: hidden;
    min-width: 0;
}

.bos-ticker-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: bosTicker 28s linear infinite;
}

.bos-ticker-track:hover {
    animation-play-state: paused;
}

.bos-ticker-track a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 66px;
    padding: 0 2rem;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.bos-ticker-track a::after {
    content: "";
    position: absolute;
    right: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 209, 102, 0.95);
}

@keyframes bosTicker {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.profile-section .container,
.section-soft .container,
.page-hero .container,
.agenda-page .container {
    position: relative;
    z-index: 1;
}

.profile-section .hero-caption {
    background: rgba(15, 107, 141, 0.1);
    color: #0f6b8d;
}

.section-soft {
    position: relative;
    overflow: hidden;
    background: #f1f5f9;
}

.section-title {
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 900;
    margin-bottom: 1.1rem;
    position: relative;
    line-height: 1.1;
    color: #112d54;
    letter-spacing: 0;
}

.section-title::after {
    content: '';
    width: 70px;
    height: 5px;
    background: #0f6b8d;
    position: absolute;
    left: 0;
    bottom: -0.55rem;
    border-radius: 999px;
}

.section-intro {
    color: #5f6b7a;
    max-width: 700px;
    margin-bottom: 2rem;
}

.program-card,
.welcome-card,
.info-card,
.gallery-card,
.bullet-card {
    background: #fff;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(15, 35, 67, 0.08);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}

.program-card:hover,
.welcome-card:hover,
.info-card:hover,
.gallery-card:hover,
.bullet-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 58px rgba(15, 35, 67, 0.14);
}

.program-card .card-body,
.welcome-card .card-body,
.info-card .card-body,
.gallery-card .card-body,
.bullet-card .card-body {
    padding: 1.55rem;
}

.program-card .card-img-top,
.gallery-card .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 230px;
    object-fit: cover;
}

.welcome-card {
    display: grid;
    grid-template-columns: minmax(210px, 44%) 1fr;
    min-height: 320px;
    position: relative;
    isolation: isolate;
    background:
        linear-gradient(135deg, rgba(15, 107, 141, 0.1) 0%, rgba(255, 255, 255, 0) 40%),
        #fff;
}

.welcome-card::before {
    content: "";
    position: absolute;
    inset: 1rem 1rem auto auto;
    width: 116px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffd166, #0f6b8d);
    z-index: 2;
}

.welcome-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    position: relative;
    z-index: 2;
}

.welcome-card-photo {
    min-height: 320px;
    margin: 1rem 0 1rem 1rem;
    border-radius: 16px;
    background:
        linear-gradient(145deg, rgba(255, 209, 102, 0.32) 0%, rgba(15, 107, 141, 0.08) 58%, rgba(255, 255, 255, 0.92) 100%);
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(12, 40, 85, 0.14);
}

.welcome-card-photo img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    object-position: center top;
    display: block;
    filter: saturate(1.04) contrast(1.03);
}

.welcome-card-label {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 0.75rem;
    padding: 0.36rem 0.75rem;
    border-radius: 999px;
    background: rgba(15, 107, 141, 0.1);
    color: #0f6b8d;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.info-card .card-img-top {
    height: 240px;
    object-fit: cover;
}

.program-card .badge,
.info-card .badge {
    background: rgba(15, 107, 141, 0.1) !important;
    color: #0f6b8d;
    font-weight: 800;
    letter-spacing: 0.01em;
    border-radius: 999px;
    padding: 0.42rem 0.8rem;
}

.program-card h5,
.welcome-card h5,
.info-card h5,
.bullet-card h5 {
    margin-top: 1rem;
    margin-bottom: 0.8rem;
    font-size: 1.12rem;
    font-weight: 850;
    color: #142f55;
}

.welcome-card h5 {
    font-size: 1.45rem;
    line-height: 1.2;
}

.program-card p,
.welcome-card p,
.info-card p,
.bullet-card p {
    color: #657184;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #0f6b8d;
    font-weight: 800;
    text-decoration: none;
}

.read-more::after {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.78rem;
    transition: transform .2s ease;
}

.read-more:hover {
    color: #08384e;
}

.read-more:hover::after {
    transform: translateX(4px);
}

.page-hero {
    position: relative;
    padding: 5.25rem 0 3.5rem;
    overflow: hidden;
    background: linear-gradient(135deg, #eef6fa 0%, #ffffff 48%, #f6faf7 100%);
}

.page-hero-compact {
    padding: 4.75rem 0 3.25rem;
}

.page-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 7px;
    background: linear-gradient(90deg, #ffd166 0%, #0f6b8d 48%, #2f9e44 100%);
}

.page-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 3rem;
    align-items: center;
}

.page-hero-grid.no-page-media {
    grid-template-columns: minmax(0, 860px);
}

.page-hero-copy {
    max-width: 760px;
}

.page-eyebrow {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 0.48rem 0.86rem;
    border-radius: 999px;
    color: #0f6b8d;
    background: rgba(15, 107, 141, 0.1);
    font-size: 0.8rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.page-hero h1 {
    margin: 0 0 1.1rem;
    color: #112d54;
    font-size: clamp(2.25rem, 4.4vw, 4rem);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: 0;
}

.page-hero p {
    max-width: 680px;
    margin: 0;
    color: #53647b;
    font-size: 1.08rem;
    line-height: 1.75;
}

.page-hero-media {
    position: relative;
    min-height: 380px;
    border-radius: 24px;
    overflow: hidden;
    background: #dfeaf3;
    box-shadow: 0 24px 64px rgba(12, 40, 85, 0.16);
}

.page-hero-media::before {
    content: "";
    position: absolute;
    inset: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    z-index: 2;
    pointer-events: none;
}

.page-hero-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 38%;
    background: linear-gradient(180deg, rgba(8, 56, 78, 0) 0%, rgba(8, 56, 78, 0.34) 100%);
    z-index: 1;
}

.page-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    display: block;
    object-fit: cover;
    object-position: center top;
    filter: saturate(1.06) contrast(1.04);
}

.page-hero-welcome .page-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: 2.5rem;
}

.page-hero-welcome {
    padding: 5.75rem 0 3.75rem;
}

.page-hero-welcome h1 {
    font-size: clamp(2.25rem, 4.4vw, 4rem);
}

.page-hero-welcome .page-hero-media {
    aspect-ratio: 4 / 5;
    min-height: 340px;
    max-width: 340px;
    justify-self: end;
    background:
        linear-gradient(160deg, rgba(255, 209, 102, 0.3), rgba(15, 107, 141, 0.14)),
        #eef6fa;
}

.page-hero-welcome .page-hero-media img {
    min-height: 340px;
}

.page-content-section {
    position: relative;
    overflow: hidden;
    padding: 4.5rem 0 5rem;
    background: #fff;
}

.page-content-panel {
    position: relative;
    padding: 2.5rem;
    border: 1px solid rgba(16, 32, 65, 0.08);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 22px 58px rgba(15, 35, 67, 0.08);
}

.page-content-welcome {
    padding-left: 5.25rem;
}

.page-quote-mark {
    position: absolute;
    top: 2.55rem;
    left: 2.5rem;
    color: #0f6b8d;
    font-size: 1.65rem;
    line-height: 1;
}

.page-content-text {
    color: #263852;
    font-size: 1.04rem;
    line-height: 1.95;
}

.content-hero {
    background: linear-gradient(135deg, #eef6fa 0%, #ffffff 48%, #f3fbf5 100%);
}

.content-list-page {
    padding: 4.5rem 0 5rem;
    background: #fff;
}

.content-search {
    padding: 1rem;
    border: 1px solid rgba(16, 32, 65, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 35, 67, 0.08);
}

.content-list-card {
    display: grid;
    grid-template-columns: minmax(190px, 34%) minmax(0, 1fr);
    gap: 1.25rem;
    margin-bottom: 1.25rem;
    padding: 1.15rem;
    border: 1px solid rgba(16, 32, 65, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 35, 67, 0.08);
    transition: transform .22s ease, box-shadow .22s ease;
}

.content-list-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 54px rgba(15, 35, 67, 0.12);
}

.content-list-card-compact {
    grid-template-columns: 92px minmax(0, 1fr);
    padding: 1.25rem;
}

.content-list-media {
    overflow: hidden;
    border-radius: 14px;
    background: #eef6fa;
}

.content-list-media img {
    width: 100%;
    height: 100%;
    min-height: 190px;
    display: block;
    object-fit: cover;
}

.content-list-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.content-pill {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 0.65rem;
    padding: 0.34rem 0.75rem;
    border-radius: 999px;
    color: #0f6b8d;
    background: rgba(15, 107, 141, 0.1);
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.content-list-body h2 {
    margin: 0 0 0.65rem;
    color: #112d54;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    font-weight: 850;
    line-height: 1.25;
}

.content-list-body h2 a {
    color: inherit;
    text-decoration: none;
}

.content-list-body h2 a:hover {
    color: #0f6b8d;
}

.content-meta,
.content-detail-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.8rem;
    color: #64748b;
    font-size: 0.92rem;
    font-weight: 750;
}

.content-meta {
    margin-bottom: 0.65rem;
}

.content-meta i,
.content-detail-meta i {
    color: #0f6b8d;
    margin-right: 0.35rem;
}

.content-list-body p {
    margin-bottom: 1rem;
    color: #607087;
}

.content-date-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    border-radius: 16px;
    color: #102041;
    background: linear-gradient(135deg, #ffd166, #f7d98a);
}

.content-date-box span {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
}

.content-date-box small {
    margin-top: 0.35rem;
    font-weight: 850;
    text-transform: uppercase;
}

.content-card-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.content-card-actions span {
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 750;
}

.content-sidebar,
.content-detail-panel,
.content-empty {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(16, 32, 65, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 35, 67, 0.08);
}

.content-sidebar {
    padding: 1.35rem;
}

.content-sidebar h5,
.content-panel-title {
    margin-bottom: 1rem;
    color: #112d54;
    font-weight: 850;
}

.content-recent-item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 0.8rem;
    padding: 0.85rem 0;
    border-top: 1px solid rgba(16, 32, 65, 0.08);
    color: inherit;
    text-decoration: none;
}

.content-recent-item:first-of-type {
    border-top: 0;
}

.content-recent-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    border-radius: 12px;
    color: #0f6b8d;
    background: rgba(15, 107, 141, 0.1);
    font-size: 0.78rem;
    font-weight: 850;
}

.content-recent-item strong {
    color: #243a5a;
    font-size: 0.94rem;
    line-height: 1.4;
}

.content-recent-item:hover strong {
    color: #0f6b8d;
}

.content-link-list {
    display: grid;
    gap: 0.65rem;
}

.content-link-list a {
    color: #475569;
    font-weight: 750;
    text-decoration: none;
}

.content-link-list a:hover {
    color: #0f6b8d;
}

.content-detail-panel {
    padding: 2rem;
}

.content-detail-meta {
    margin-bottom: 1.25rem;
}

.content-detail-image {
    width: 100%;
    max-height: 480px;
    margin-bottom: 1.6rem;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 20px 48px rgba(12, 40, 85, 0.12);
}

.content-detail-body {
    color: #263852;
    font-size: 1.04rem;
    line-height: 1.95;
}

.content-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.content-attachment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1.25rem;
    border-radius: 16px;
    background: #f4f8fb;
}

.content-attachment strong {
    color: #112d54;
}

.content-attachment p {
    margin: 0.35rem 0 0;
    color: #64748b;
}

.content-empty {
    padding: 2rem;
}

.contact-info-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0.8rem;
    align-items: center;
    padding: 0.8rem 0;
    border-top: 1px solid rgba(16, 32, 65, 0.08);
    color: #53647b;
}

.contact-info-item:first-of-type {
    border-top: 0;
}

.contact-info-item i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #0f6b8d;
    background: rgba(15, 107, 141, 0.1);
}

.bos-hero {
    background: linear-gradient(135deg, #eef6fa 0%, #ffffff 48%, #f3fbf5 100%);
}

.bos-page {
    position: relative;
    padding: 4.5rem 0 5rem;
    background: #fff;
}

.bos-post-card {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 1.25rem;
    margin-bottom: 1.25rem;
    padding: 1.35rem;
    border: 1px solid rgba(16, 32, 65, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 35, 67, 0.08);
    transition: transform .22s ease, box-shadow .22s ease;
}

.bos-post-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 54px rgba(15, 35, 67, 0.12);
}

.bos-post-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    border-radius: 16px;
    color: #102041;
    background: linear-gradient(135deg, #ffd166, #f7d98a);
}

.bos-post-date span {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
}

.bos-post-date small {
    margin-top: 0.35rem;
    font-weight: 850;
    text-transform: uppercase;
}

.bos-post-label {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 0.65rem;
    padding: 0.34rem 0.75rem;
    border-radius: 999px;
    color: #0f6b8d;
    background: rgba(15, 107, 141, 0.1);
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.bos-post-body h2 {
    margin: 0 0 0.65rem;
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 850;
}

.bos-post-body h2 a {
    color: #112d54;
    text-decoration: none;
}

.bos-post-body h2 a:hover {
    color: #0f6b8d;
}

.bos-post-body p {
    margin-bottom: 1rem;
    color: #607087;
}

.bos-post-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.bos-post-actions span {
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 750;
}

.bos-sidebar,
.bos-detail-panel,
.bos-empty {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(16, 32, 65, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 35, 67, 0.08);
}

.bos-sidebar {
    position: sticky;
    top: 110px;
    padding: 1.35rem;
}

.bos-sidebar h5 {
    margin-bottom: 1rem;
    color: #112d54;
    font-weight: 850;
}

.bos-recent-item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 0.8rem;
    padding: 0.85rem 0;
    border-top: 1px solid rgba(16, 32, 65, 0.08);
    color: inherit;
    text-decoration: none;
}

.bos-recent-item:first-of-type {
    border-top: 0;
}

.bos-recent-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    border-radius: 12px;
    color: #0f6b8d;
    background: rgba(15, 107, 141, 0.1);
    font-size: 0.78rem;
    font-weight: 850;
}

.bos-recent-item strong {
    color: #243a5a;
    font-size: 0.94rem;
    line-height: 1.4;
}

.bos-recent-item:hover strong {
    color: #0f6b8d;
}

.bos-detail-panel {
    padding: 2rem;
}

.bos-detail-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
    color: #64748b;
    font-weight: 750;
}

.bos-detail-meta i {
    color: #0f6b8d;
    margin-right: 0.35rem;
}

.bos-detail-content {
    color: #263852;
    font-size: 1.04rem;
    line-height: 1.95;
}

.bos-attachment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1.25rem;
    border-radius: 16px;
    background: #f4f8fb;
}

.bos-attachment strong {
    color: #112d54;
}

.bos-attachment p {
    margin: 0.35rem 0 0;
    color: #64748b;
}

.bos-empty {
    padding: 2rem;
}

.agenda-page {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(180deg, #f2f7fb 0%, #ffffff 34%, #f6f9fc 100%);
    overflow: hidden;
}

.agenda-page .container {
    position: relative;
    z-index: 1;
}

.agenda-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.agenda-hero h1 {
    margin: 0 0 0.85rem;
    color: #112d54;
    font-size: clamp(2.25rem, 4vw, 4.2rem);
    font-weight: 900;
    line-height: 1.04;
}

.agenda-hero p {
    max-width: 680px;
    margin: 0;
    color: #53647b;
    font-size: 1.04rem;
}

.agenda-calendar-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    gap: 1.5rem;
    align-items: start;
}

.agenda-calendar-card,
.agenda-detail-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(16, 32, 65, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 70px rgba(12, 40, 85, 0.1);
}

.agenda-calendar-card {
    padding: 1.35rem;
}

.agenda-calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.agenda-calendar-label,
.agenda-detail-kicker {
    display: inline-flex;
    margin-bottom: 0.35rem;
    color: #0f6b8d;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.agenda-calendar-head h2,
.agenda-detail-head h2 {
    margin: 0;
    color: #112d54;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    font-weight: 900;
    line-height: 1.18;
}

.agenda-calendar-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem;
    border-radius: 999px;
    background: #eef5f9;
}

.agenda-nav-btn,
.agenda-today-btn {
    border: 0;
    color: #0f6b8d;
    background: #fff;
    box-shadow: 0 8px 20px rgba(12, 40, 85, 0.08);
}

.agenda-nav-btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.agenda-today-btn {
    min-height: 38px;
    padding: 0 0.9rem;
    border-radius: 999px;
    font-weight: 850;
}

.agenda-weekdays,
.agenda-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.55rem;
}

.agenda-weekdays {
    margin-bottom: 0.55rem;
}

.agenda-weekdays span {
    color: #718096;
    font-size: 0.78rem;
    font-weight: 850;
    text-align: center;
    text-transform: uppercase;
}

.agenda-date-cell {
    position: relative;
    min-height: 92px;
    padding: 0.75rem;
    border: 1px solid rgba(16, 32, 65, 0.08);
    border-radius: 16px;
    background: #fff;
    color: #102041;
    text-align: left;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.agenda-date-cell:hover,
.agenda-date-cell:focus {
    border-color: rgba(15, 107, 141, 0.35);
    box-shadow: 0 14px 34px rgba(12, 40, 85, 0.12);
    transform: translateY(-2px);
}

.agenda-date-cell.is-muted {
    color: #a2adba;
    background: #f7fafc;
}

.agenda-date-cell.is-today {
    border-color: rgba(255, 209, 102, 0.9);
    background: #fffaf0;
}

.agenda-date-cell.is-selected {
    border-color: #0f6b8d;
    background: #eef8fb;
    box-shadow: 0 16px 38px rgba(15, 107, 141, 0.16);
}

.agenda-date-cell.has-events::after {
    content: "";
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.72rem;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffd166, #0f6b8d, #2f9e44);
}

.agenda-date-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    font-weight: 900;
}

.agenda-date-cell.is-selected .agenda-date-number {
    color: #fff;
    background: #0f6b8d;
}

.agenda-date-count {
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    min-width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #073765;
    background: #ffd166;
    font-size: 0.76rem;
    font-weight: 900;
}

.agenda-detail-panel {
    position: sticky;
    top: 105px;
    padding: 1.35rem;
}

.agenda-detail-head {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(16, 32, 65, 0.08);
}

.agenda-detail-head p {
    margin: 0.6rem 0 0;
    color: #607087;
}

.agenda-detail-list {
    display: grid;
    gap: 0.85rem;
    margin-top: 1rem;
}

.agenda-detail-item {
    padding: 1rem;
    border: 1px solid rgba(16, 32, 65, 0.08);
    border-radius: 16px;
    background: #fff;
}

.agenda-detail-date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    color: #0f6b8d;
    font-size: 0.84rem;
}

.agenda-detail-date strong,
.agenda-detail-date span {
    display: inline-flex;
}

.agenda-detail-item h3 {
    margin: 0.55rem 0 0.5rem;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.3;
}

.agenda-detail-item h3 a {
    color: #112d54;
    text-decoration: none;
}

.agenda-detail-item h3 a:hover {
    color: #0f6b8d;
}

.agenda-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 0.65rem;
}

.agenda-detail-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #53647b;
    font-size: 0.86rem;
}

.agenda-detail-meta i {
    color: #0f6b8d;
}

.agenda-detail-item p {
    margin: 0 0 0.75rem;
    color: #607087;
    font-size: 0.94rem;
}

.agenda-empty-state {
    padding: 1.25rem;
    border-radius: 16px;
    color: #607087;
    background: #f4f8fb;
    text-align: center;
}

.program-item {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 1rem;
    align-items: flex-start;
}

.program-item .icon-box {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(15, 107, 141, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f6b8d;
    font-size: 1.35rem;
}

.bullet-card .icon-box {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 15px;
    background: rgba(15, 107, 141, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f6b8d;
    font-size: 1.1rem;
}

.gallery-card .card-body {
    padding: 1rem;
}

.gallery-card .gallery-caption {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.gallery-card .gallery-meta {
    font-size: 0.95rem;
    color: #6b7280;
}

.advantage-card {
    background: #fff;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 20px 46px rgba(12, 40, 85, 0.08);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
    cursor: pointer;
}

.advantage-card:hover,
.advantage-card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(12, 40, 85, 0.12);
}

.advantage-card .card-body {
    padding: 1.65rem;
}

.advantage-head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.advantage-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(15, 107, 141, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f6b8d;
    font-size: 1.35rem;
}

.advantage-card h5 {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.advantage-card p {
    color: #556777;
}

.advantage-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease;
    margin-top: 0;
}

.advantage-card:hover .advantage-content,
.advantage-card:focus-within .advantage-content {
    max-height: 260px;
    opacity: 1;
    margin-top: 1rem;
}

.testimonial-card {
    border: 0;
    border-radius: 18px;
    box-shadow: 0 20px 55px rgba(12, 40, 85, 0.08);
    background: #fff;
    min-height: 240px;
}

.testimonial-profile {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.testimonial-photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
    background: #e8f1fb;
    border: 4px solid #f4f8fc;
    box-shadow: 0 12px 28px rgba(12, 40, 85, 0.12);
}

.testimonial-quote {
    font-size: 1.05rem;
    line-height: 1.85;
    margin-bottom: 1.35rem;
    color: #1f3255;
}

.testimonial-author {
    font-weight: 700;
    color: #0b2d68;
}

.testimonial-role {
    color: #6b7c8f;
    font-size: .95rem;
    margin-top: .15rem;
}

.testimonial-modal {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(12, 40, 85, 0.18);
}

.testimonial-modal .modal-title {
    color: #0b2d68;
    font-weight: 800;
}

.testimonial-photo-field {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .85rem;
    text-align: center;
}

.testimonial-photo-preview {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    object-fit: cover;
    background: #e8f1fb;
    border: 5px solid #f4f8fc;
    box-shadow: 0 16px 32px rgba(12, 40, 85, 0.14);
}

.testimonial-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.staff-hero {
    background: linear-gradient(180deg, #f2f7fb 0%, #ffffff 100%);
}

.staff-directory {
    background: #fff;
}

.staff-section {
    padding: 2.5rem 0;
    border-top: 1px solid rgba(16, 32, 65, 0.08);
}

.staff-section:first-child {
    border-top: 0;
}

.staff-section-head {
    margin-bottom: 1.35rem;
    text-align: center;
}

.staff-section-head h2 {
    margin: 0;
    color: #0b2d68;
    font-size: clamp(1.45rem, 2.4vw, 2.15rem);
    font-weight: 850;
}

.staff-section-head h2::after {
    content: "";
    display: block;
    width: 56px;
    height: 4px;
    margin: 0.75rem auto 0;
    border-radius: 999px;
    background: #0f6b8d;
}

.staff-category-title {
    margin: 1.5rem 0 1rem;
    color: #0f6b8d;
    font-size: 1.05rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
}

.staff-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 1.1rem;
}

.staff-grid + .staff-grid {
    margin-top: 1.75rem;
}

.staff-card {
    width: 100%;
    flex: 0 1 240px;
    max-width: 240px;
    display: flex;
    flex-direction: column;
    padding: 0.9rem;
    border: 1px solid rgba(16, 32, 65, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(12, 40, 85, 0.08);
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.staff-card:hover,
.staff-card:focus {
    transform: translateY(-4px);
    border-color: rgba(15, 107, 141, 0.28);
    box-shadow: 0 22px 60px rgba(12, 40, 85, 0.14);
}

.staff-photo {
    width: 100%;
    aspect-ratio: 4 / 5;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 14px;
    color: #0f6b8d;
    background: linear-gradient(135deg, rgba(15, 107, 141, 0.1), rgba(20, 98, 255, 0.08));
    font-size: 3rem;
}

.staff-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.staff-info {
    display: block;
    padding-top: 1rem;
}

.staff-info strong,
.staff-info small,
.staff-info em {
    display: block;
}

.staff-info strong {
    color: #102041;
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.35;
}

.staff-info small {
    margin-top: 0.35rem;
    color: #0b2d68;
    font-weight: 750;
}

.staff-info em {
    margin-top: 0.45rem;
    color: #607087;
    font-size: 0.9rem;
    font-style: normal;
}

.staff-empty {
    padding: 1.25rem;
    border-radius: 14px;
    color: #607087;
    background: #f4f8fb;
}

.staff-modal {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(12, 40, 85, 0.22);
}

.staff-modal .modal-body {
    position: relative;
    padding: 1.5rem;
}

.staff-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.staff-modal-profile {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 1rem;
    align-items: center;
    padding-right: 2rem;
}

.staff-modal-photo {
    width: 112px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 18px;
    color: #0f6b8d;
    background: #eef6fa;
    font-size: 2.4rem;
}

.staff-modal-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.staff-modal-profile h3 {
    margin: 0;
    color: #0b2d68;
    font-size: 1.35rem;
    font-weight: 850;
}

.staff-modal-profile p {
    margin: 0.4rem 0 0;
    color: #102041;
    font-weight: 750;
}

.staff-modal-profile span {
    display: inline-flex;
    margin-top: 0.6rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    color: #0f6b8d;
    background: rgba(15, 107, 141, 0.1);
    font-size: 0.85rem;
    font-weight: 750;
}

.staff-modal-bio {
    margin: 1.25rem 0 0;
    color: #53647b;
}

.staff-modal-meta {
    display: grid;
    gap: 0.5rem;
    margin-top: 1.25rem;
    color: #53647b;
}

.staff-modal-meta div {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.staff-modal-meta i {
    color: #0f6b8d;
}

.ppdb-poster-section {
    background: #f1f5f9;
    padding: 6rem 0 5rem;
}

.ppdb-poster-section .container {
    display: flex;
    justify-content: center;
}

.ppdb-poster-button {
    display: block;
    width: min(100%, 780px);
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 18px;
    box-shadow: 0 26px 70px rgba(16, 32, 65, 0.2);
    cursor: zoom-in;
    overflow: hidden;
}

.ppdb-poster-img {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
}

.ppdb-poster-modal .modal-content {
    background: #0f172a;
    border: 0;
}

.ppdb-poster-modal .modal-header {
    border-bottom-color: rgba(255,255,255,.12);
}

.ppdb-poster-modal .modal-title {
    color: #fff;
    font-weight: 850;
}

.ppdb-poster-modal .btn-close {
    filter: invert(1);
}

.ppdb-poster-modal .modal-body {
    display: flex;
    justify-content: center;
    padding: 1rem;
    max-height: calc(100vh - 120px);
    overflow: auto;
}

.ppdb-poster-zoom {
    width: min(100%, 960px);
    height: auto;
    display: block;
}

.footer-section {
    background: #06294d;
    color: #d7e2ef;
    margin-top: 0;
}

.footer-section a {
    color: #d7e2ef;
}

.footer-section a:hover {
    color: #ffd400;
}

.footer-section .footer-title {
    color: #fff;
    font-weight: 850;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}

.footer-section .footer-note {
    color: #a9bad0;
}

.footer-nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem 1rem;
}

.footer-nav-list a {
    display: inline-flex;
    font-size: 0.92rem;
    line-height: 1.35;
}

.footer-brand img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.footer-social a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    color: #fff;
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
}

.footer-social a:hover {
    background: #0f6b8d;
    color: #fff;
}

.footer-map {
    height: 168px;
    border-radius: 14px;
    background: rgba(255,255,255,.08);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.13);
}

.footer-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: saturate(0.9) contrast(1.05);
}

.footer-map-link {
    display: inline-flex;
    align-items: center;
    margin-top: 0.85rem;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 750;
    text-decoration: none;
}

.footer-stats {
    display: grid;
    gap: 0.65rem;
}

.footer-stats li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.7rem 0.8rem;
    border-radius: 12px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
}

.footer-stats span {
    color: #a9bad0;
    font-size: 0.88rem;
}

.footer-stats strong {
    color: #fff;
    font-size: 1rem;
    font-weight: 850;
}

.navbar-toggler {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f6b8d;
    background: transparent;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    padding: 0;
    flex-shrink: 0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%2816,32,65,0.8%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 1199px) {
    .hero-slide {
        min-height: 610px;
        padding-top: 86px;
    }
    .hero-title { font-size: clamp(2rem, 4.5vw, 3rem); }
    .carousel-indicators {
        margin-left: 1.5rem;
        margin-right: 8rem;
    }
    .navbar { margin-bottom: 0; }
    .nav-shell {
        min-height: 70px;
        padding: 0.8rem 1.5rem;
        flex-wrap: wrap;
    }
    .nav-main-row {
        flex-wrap: wrap;
    }
    .navbar-collapse {
        margin-top: 0.8rem;
        padding: 0.8rem;
        background: #fff;
        border: 1px solid rgba(16, 32, 65, 0.08);
        border-radius: 12px;
        box-shadow: 0 12px 28px rgba(16, 32, 65, 0.08);
        flex-basis: 100%;
    }
    .navbar-nav .nav-link { padding: 0.5rem 0.7rem; font-size: 0.9rem; }
    .navbar-nav { gap: 0.1rem; }
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        margin-top: 0;
        box-shadow: none;
        background: #f6f8fb;
    }
    .btn-spmb {
        justify-content: center;
        width: 100%;
        margin-top: 0.5rem;
    }
    .nav-cta {
        border-left: none;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .topbar .container { justify-content: center !important; }
    .topbar-inner { min-height: 44px; }
    .topbar .contact-item { display: inline-flex; margin-bottom: 0; }
    .topbar .social-links span { display: none; }
    .topbar::before {
        left: -4rem;
        top: -8rem;
    }
    .nav-shell {
        min-height: 78px;
        padding: 0.85rem 1rem;
        border-radius: 24px;
    }
    .nav-bos-ticker {
        border-radius: 0 0 16px 16px;
    }
    .brand-emblem {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }
    .navbar-brand { font-size: 14px; }
    .navbar { margin-bottom: -78px; }
    .navbar.has-bos-ticker { margin-bottom: 0; }
    .hero-slide {
        min-height: 590px;
        padding-top: 84px;
        background-position: center;
    }
    .hero-slide::before {
        background: linear-gradient(to top, rgba(3, 16, 36, 0.94) 0%, rgba(4, 26, 61, 0.62) 100%);
    }
    .hero-title {
        font-size: clamp(1.85rem, 8vw, 2.45rem);
        letter-spacing: 0;
    }
    .hero-caption {
        margin-bottom: 1rem;
        font-size: 0.74rem;
    }
    .hero-text {
        font-size: 0.9rem;
        line-height: 1.55;
    }
    .hero-buttons .btn { width: 100%; justify-content: center; }
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
    .carousel-indicators {
        bottom: 1.45rem;
        justify-content: center;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .section-title { font-size: 2rem; }

    .welcome-card {
        grid-template-columns: 1fr;
    }

    .welcome-card-photo,
    .welcome-card-photo img {
        min-height: 280px;
    }

    .welcome-card-photo {
        margin: 1rem 1rem 0;
    }

    .welcome-card .card-body {
        padding: 1.45rem;
    }

    .welcome-card::before {
        width: 86px;
    }
}

@media (max-width: 991px) {
    .bos-sidebar {
        position: static;
    }

    .content-list-card {
        grid-template-columns: 1fr;
    }

    .content-list-media img {
        min-height: 260px;
    }

    .page-hero {
        padding: 5.5rem 0 3.25rem;
    }

    .page-hero-welcome {
        padding: 5.75rem 0 3.25rem;
    }

    .page-hero-grid,
    .page-hero-welcome .page-hero-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .page-hero-media {
        max-width: 520px;
        min-height: 340px;
    }

    .page-hero-media img {
        min-height: 340px;
    }

    .page-hero-welcome .page-hero-media {
        max-width: 360px;
        min-height: 360px;
        justify-self: start;
    }

    .page-hero-welcome .page-hero-media img {
        min-height: 360px;
    }

    .agenda-calendar-shell {
        grid-template-columns: 1fr;
    }

    .agenda-detail-panel {
        position: static;
    }
}

@media (max-width: 575px) {
    .content-list-page {
        padding: 3rem 0 3.5rem;
    }

    .content-search,
    .content-list-card,
    .content-detail-panel,
    .content-sidebar,
    .content-empty {
        border-radius: 16px;
    }

    .content-list-card,
    .content-list-card-compact {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .content-list-media img {
        min-height: 210px;
    }

    .content-date-box {
        align-items: flex-start;
        min-height: auto;
        padding: 0.9rem 1rem;
    }

    .content-detail-panel {
        padding: 1.25rem;
    }

    .content-attachment {
        align-items: flex-start;
        flex-direction: column;
    }

    .nav-bos-ticker {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .nav-bos-more {
        display: none;
    }

    .nav-bos-label {
        padding-inline: 0.75rem;
    }

    .nav-bos-label span {
        display: none;
    }

    .nav-bos-track a {
        padding: 0 1rem;
        font-size: 0.86rem;
    }

    .bos-ticker {
        grid-template-columns: 1fr;
        min-height: auto;
        border-radius: 14px;
    }

    .bos-ticker-label,
    .bos-ticker-more {
        min-height: 46px;
        width: 100%;
    }

    .bos-ticker-track a {
        min-height: 52px;
        padding: 0 1.25rem;
        font-size: 0.9rem;
    }

    .bos-post-card {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .bos-post-date {
        align-items: flex-start;
        min-height: auto;
        padding: 0.9rem 1rem;
    }

    .bos-attachment {
        align-items: flex-start;
        flex-direction: column;
    }

    .bos-detail-panel {
        padding: 1.25rem;
    }

    .page-hero {
        padding: 5rem 0 2.75rem;
    }

    .page-hero-welcome {
        padding: 5.5rem 0 2.75rem;
    }

    .page-hero h1 {
        font-size: clamp(2.1rem, 12vw, 3.1rem);
    }

    .page-hero p {
        font-size: 1rem;
    }

    .page-hero-media {
        min-height: 360px;
        border-radius: 20px;
    }

    .page-hero-media img {
        min-height: 360px;
    }

    .page-hero-welcome .page-hero-media {
        min-height: 320px;
        max-width: 320px;
        border-radius: 20px;
    }

    .page-hero-welcome .page-hero-media img {
        min-height: 320px;
    }

    .page-content-section {
        padding: 3rem 0 3.5rem;
    }

    .page-content-panel,
    .page-content-welcome {
        padding: 1.45rem;
        border-radius: 18px;
    }

    .page-quote-mark {
        position: static;
        margin-bottom: 1rem;
    }

    .agenda-page {
        padding: 3.5rem 0;
    }

    .agenda-calendar-card,
    .agenda-detail-panel {
        padding: 1rem;
        border-radius: 18px;
    }

    .agenda-calendar-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .agenda-calendar-actions {
        width: 100%;
        justify-content: space-between;
    }

    .agenda-today-btn {
        flex: 1;
    }

    .agenda-weekdays,
    .agenda-calendar-grid {
        gap: 0.3rem;
    }

    .agenda-weekdays span {
        font-size: 0.68rem;
    }

    .agenda-date-cell {
        min-height: 64px;
        padding: 0.45rem;
        border-radius: 12px;
    }

    .agenda-date-number {
        width: 26px;
        height: 26px;
        border-radius: 8px;
        font-size: 0.85rem;
    }

    .agenda-date-count {
        top: 0.35rem;
        right: 0.35rem;
        min-width: 20px;
        height: 20px;
        font-size: 0.68rem;
    }

    .agenda-date-cell.has-events::after {
        left: 0.45rem;
        right: 0.45rem;
        bottom: 0.48rem;
        height: 3px;
    }
}

.card {
    border-color: rgba(16, 32, 65, 0.08);
}

.btn {
    border-radius: 12px;
    font-weight: 750;
}

.btn-primary {
    background: #0f6b8d;
    border-color: #0f6b8d;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #08384e;
    border-color: #08384e;
}

.btn-outline-primary {
    color: #0f6b8d;
    border-color: #0f6b8d;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: #0f6b8d;
    border-color: #0f6b8d;
}

.btn-whatsapp {
    background: #25d366;
    border-color: #25d366;
    color: #073b20;
    font-weight: 850;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
    background: #1ebe5d;
    border-color: #1ebe5d;
    color: #062e19;
}

.badge.bg-primary,
.badge.bg-secondary {
    border-radius: 999px;
    padding: 0.45rem 0.75rem;
}

.badge.bg-primary {
    background: #0f6b8d !important;
}

.container.py-5 > h2:first-child,
.container.py-5 .col-lg-8 > h2:first-child {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.12;
    color: #112d54;
    margin-bottom: 1.5rem !important;
}

.container.py-5 article,
.container.py-5 aside .bg-light,
.container.py-5 .card.border-0,
.auth-card {
    border: 1px solid rgba(16, 32, 65, 0.08);
    border-radius: 18px !important;
    box-shadow: 0 18px 44px rgba(15, 35, 67, 0.08) !important;
}

.container.py-5 article {
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease;
}

.container.py-5 article:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 54px rgba(15, 35, 67, 0.12) !important;
}

.container.py-5 article img,
.container.py-5 .card.border-0 .card-img-top {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.container.py-5 aside .bg-light {
    background: #fff !important;
}

.container.py-5 aside h5 {
    font-weight: 850;
    color: #112d54;
}

.container.py-5 aside li + li {
    margin-top: 0.55rem;
}

.container.py-5 aside a {
    color: #475569;
}

.container.py-5 aside a:hover {
    color: #0f6b8d;
}

.table-responsive,
.dataTables_wrapper {
    width: 100%;
    overflow-x: auto;
}

@media (max-width: 575px) {
    .container {
        --bs-gutter-x: 1rem;
    }

    .topbar-inner {
        padding-inline: 0.75rem;
    }

    .hero-caption {
        max-width: 100%;
        white-space: normal;
        line-height: 1.35;
    }

    .program-item {
        grid-template-columns: 52px 1fr;
    }

    .program-item .icon-box {
        width: 52px;
        height: 52px;
        border-radius: 14px;
    }

    .testimonial-profile {
        align-items: flex-start;
        gap: .8rem;
    }

    .testimonial-photo {
        width: 60px;
        height: 60px;
    }

    .container.py-5 article {
        padding: 1rem !important;
    }

    .staff-modal-profile {
        grid-template-columns: 1fr;
        padding-right: 1.75rem;
    }

    .staff-grid {
        justify-content: center;
    }

    .staff-card {
        flex-basis: min(100%, 320px);
        max-width: 320px;
    }
}
