/* ==========================================================================
   Page-Specific Styles: KB19 Partners
   Scope: body.page-kb19-partners
   Identity: "Verdant Trust" - Institutional Sponsors
   ========================================================================== */

body.page-kb19-partners {
    --page-accent: #0088cb; /* KBT Blue */
    --page-bg-light: #FAF9F6;
    --page-bg-card: #ffffff;
    --page-border: rgba(0, 136, 203, 0.15);
}

/* 1. Page Banner (Hero Area) */
body.page-kb19-partners .kb19pt-hero-section {
    position: relative;
    overflow: hidden;
}
body.page-kb19-partners .kb19pt-hero-banner {
    background-image: url('../../img/bg/kb19-page-banner-2.jpg');
    background-size: cover;
    background-position: center center;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
body.page-kb19-partners .kb19pt-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(14, 48, 25, 0.85) 0%, rgba(0, 136, 203, 0.6) 100%);
    z-index: 1;
}
body.page-kb19-partners .kb19pt-hero-title {
    font-family: 'Jost', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
body.page-kb19-partners .kb19pt-hero-subtitle {
    font-size: 1.1rem;
    color: #0088cb; /* Gold accent */
    font-family: 'Georgia', serif;
    font-style: italic;
    letter-spacing: 1px;
}
body.page-kb19-partners .kb19pt-breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
    gap: 8px;
}
body.page-kb19-partners .kb19pt-breadcrumbs li {
    font-size: 12px;
    color: rgba(255,255,255,0.65);
    text-transform: uppercase;
    letter-spacing: 1px;
}
body.page-kb19-partners .kb19pt-breadcrumbs li + li::before {
    content: '/';
    margin-right: 8px;
    color: rgba(255,255,255,0.3);
}
body.page-kb19-partners .kb19pt-breadcrumbs a {
    color: rgba(255,255,255,0.85);
    transition: color 0.3s ease;
}
body.page-kb19-partners .kb19pt-breadcrumbs a:hover {
    color: #0088cb;
}

/* 2. Main Wrapper spacing */
body.page-kb19-partners .kb19pt-main-wrapper {
    background-color: #FAF9F6;
    padding: 90px 0;
}

/* Intro Header */
body.page-kb19-partners .kb19pt-intro {
    max-width: 800px;
    margin: 0 auto 50px;
}
body.page-kb19-partners .kb19pt-section-heading {
    font-family: 'Jost', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}
body.page-kb19-partners .kb19pt-section-lead {
    font-size: 15.5px;
    line-height: 1.8;
    color: #555555;
    margin: 0;
}

/* Tier Sections */
body.page-kb19-partners .kb19pt-tier-section {
    margin-bottom: 60px;
}
body.page-kb19-partners .kb19pt-tier-title {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(0,0,0,0.06);
    padding-bottom: 12px;
}
body.page-kb19-partners .kb19pt-tier-title i {
    color: var(--page-accent);
}

/* Partner Logo Cards */
body.page-kb19-partners .kb19pt-partner-card {
    background-color: var(--page-bg-card);
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.01);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    /* Logo card lift and scale transitions */
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}
body.page-kb19-partners .kb19pt-partner-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 136, 203, 0.12);
    border-color: rgba(0, 136, 203, 0.25);
}

body.page-kb19-partners .kb19pt-logo-wrap {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    overflow: hidden;
}
body.page-kb19-partners .kb19pt-logo {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.4s ease, transform 0.4s ease;
}
body.page-kb19-partners .kb19pt-partner-card:hover .kb19pt-logo {
    filter: grayscale(0%);
    transform: scale(1.03);
}

/* Monogram / initials circles for no image logos */
body.page-kb19-partners .kb19pt-logo-text-placeholder {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #faf0e6;
    color: var(--page-accent);
    border: 2px solid var(--page-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: background-color 0.4s ease, color 0.4s ease;
}
body.page-kb19-partners .kb19pt-partner-card:hover .kb19pt-logo-text-placeholder {
    background-color: var(--page-accent);
    color: #ffffff;
}

body.page-kb19-partners .kb19pt-partner-name {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}
body.page-kb19-partners .kb19pt-partner-detail {
    font-size: 11px;
    color: #777777;
    line-height: 1.3;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    body.page-kb19-partners .kb19pt-hero-banner {
        min-height: 260px;
    }
}
