/**
 * CA Articleship page styles.
 *
 * Extracted verbatim from the inline <style> block in template-ca-articleship.php
 * when the page was converted to block editing. Loaded via cb_page_assets.
 */

/* ===== Grow With C&B (career + team) section ===== */
.cb-grow-beyond { padding: 80px 0; background: #faf8f3; }
.cb-grow-points { margin-top: 34px; }
.cb-grow-item { background: #fff; border: 1px solid #efece4; border-radius: 16px; padding: 28px 22px; height: 100%; text-align: center; box-shadow: 0 6px 20px rgba(0,0,0,0.05); transition: transform .3s ease, box-shadow .3s ease; }
.cb-grow-item:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(0,0,0,0.10); }
.cb-grow-icon { width: 60px; height: 60px; margin: 0 auto 16px; border-radius: 14px; background: linear-gradient(135deg, #f2ac3c 0%, #f8d65a 100%); display: flex; align-items: center; justify-content: center; color: #111111; font-size: 24px; }
.cb-grow-item h4 { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #111111; margin-bottom: 8px; }
.cb-grow-item p { font-size: 14px; color: #646767; line-height: 1.6; margin: 0; }
.cb-team-heading { font-family: 'Urbanist', sans-serif; font-size: 26px; font-weight: 700; color: #111111; margin-top: 64px; }
.cb-team-sub { color: #646767; margin-bottom: 32px; }
.cb-team-card { background: #fff; border: 1px solid #efece4; border-radius: 16px; padding: 26px 20px; text-align: center; box-shadow: 0 6px 20px rgba(0,0,0,0.05); transition: transform .3s ease, box-shadow .3s ease; }
.cb-team-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(0,0,0,0.10); }
.cb-team-photo { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; margin: 0 auto 16px; display: block; }
.cb-team-photo--placeholder { background: #f0ede4; display: flex; align-items: center; justify-content: center; color: #cbc3b2; font-size: 44px; }
.cb-team-name { font-family: 'Urbanist', sans-serif; font-size: 17px; font-weight: 700; color: #111111; margin-bottom: 4px; }
.cb-team-role { font-size: 13px; color: #f2ac3c; font-weight: 600; margin: 0; }
@media (max-width: 767px) { .cb-grow-beyond { padding: 56px 0; } .cb-team-heading { font-size: 22px; margin-top: 44px; } }

.cb-ca-articleship-page {
    background: #fff;
}

.cb-career-hero {
    padding: 100px 0 80px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.cb-career-hero::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -100px;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(242, 172, 60, 0.1) 0%, rgba(242, 172, 60, 0.05) 100%);
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.cb-breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
}

.cb-breadcrumb a {
    color: #646767;
    text-decoration: none;
    transition: color 0.3s;
}

.cb-breadcrumb a:hover {
    color: #f2ac3c;
}

.cb-breadcrumb span {
    color: #a5a5a5;
    margin: 0 8px;
}

.cb-career-subtitle {
    font-size: 20px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.cb-hero-features {
    margin: 30px 0;
    position: relative;
    z-index: 1;
}

.cb-hero-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #646767;
}

.cb-hero-feature i {
    color: #f2ac3c;
    font-size: 20px;
}

.cb-hero-cta {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.cb-apply-btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 35px;
    background: linear-gradient(135deg, #f2ac3c 0%, #b77c29 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(242, 172, 60, 0.3);
}

.cb-apply-btn-hero:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(242, 172, 60, 0.4);
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #b77c29 0%, #b77c29 100%);
}

.cb-apply-btn-hero i {
    font-size: 20px;
}

.cb-learn-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 35px;
    background: transparent;
    color: #f2ac3c;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s;
    border: 2px solid #f2ac3c;
}

.cb-learn-more-btn:hover {
    background: #f2ac3c;
    border-color: #f2ac3c;
    color: #fff;
    text-decoration: none;
}

.cb-hero-image-wrapper {
    position: relative;
    z-index: 1;
}

.cb-hero-image {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    transition: transform 0.3s;
}

.cb-hero-image:hover {
    transform: scale(1.02);
}

.cb-hero-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 2;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.cb-hero-badge i {
    font-size: 32px;
    color: #f2ac3c;
}

.cb-hero-badge strong {
    display: block;
    color: #f2ac3c;
    font-size: 16px;
    line-height: 1.2;
}

.cb-hero-badge span {
    display: block;
    color: #646767;
    font-size: 13px
}

.cb-career-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #111111;
}

.cb-career-subtitle {
    font-size: 20px;
    color: #646767;
    margin-bottom: 0;
}

.cb-career-intro {
    padding: 80px 0;
    background: linear-gradient(to bottom, #faf8f3 0%, #fff 100%);
}

.cb-intro-wrapper {
    text-align: center;
    position: relative;
}

.cb-intro-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #f2ac3c 0%, #b77c29 100%);
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(242, 172, 60, 0.3);
}

.cb-intro-badge i {
    font-size: 16px;
}

.cb-lead-text {
    font-size: 22px;
    line-height: 1.8;
    color: #111111;
    margin-bottom: 50px;
    font-weight: 400;
}

.cb-lead-text strong {
    color: #f2ac3c;
    font-weight: 600;
}

.cb-intro-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 40px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.cb-stat-item {
    text-align: center;
}

.cb-stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #f2ac3c;
    line-height: 1;
    margin-bottom: 8px;
}

.cb-stat-label {
    font-size: 14px;
    color: #646767;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cb-stat-divider {
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, transparent, #e1e1e1, transparent);
}

.cb-eligibility,
.cb-life-at-cb {
    padding: 60px 0;
}

.cb-articleship-program {
    padding: 80px 0;
    background: #fff;
    position: relative;
}

.cb-section-header {
    max-width: 800px;
    margin: 0 auto 60px;
}

.cb-section-tag {
    display: inline-block;
    background: linear-gradient(135deg, rgba(242, 172, 60, 0.1) 0%, rgba(242, 172, 60, 0.05) 100%);
    color: #f2ac3c;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.cb-section-subtitle {
    font-size: 18px;
    color: #646767;
    line-height: 1.7;
    margin-top: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cb-program-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid #faf8f3;
    position: relative;
    overflow: hidden;
}

.cb-program-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #f2ac3c 0%, #b77c29 100%);
    transform: scaleX(0);
    transition: transform 0.4s;
}

.cb-program-card:hover::before {
    transform: scaleX(1);
}

.cb-program-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(242, 172, 60, 0.15);
    border-color: #f2ac3c;
}

.cb-program-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f2ac3c 0%, #b77c29 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.4s;
    position: relative;
}

.cb-program-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.3) 0%, transparent 100%);
    border-radius: 20px;
    top: 0;
    left: 0;
}

.cb-program-card:hover .cb-program-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px rgba(242, 172, 60, 0.4);
}

.cb-program-icon i {
    font-size: 36px;
    color: #fff;
    z-index: 1;
    position: relative;
}

.cb-program-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111111;
    line-height: 1.4;
}

.cb-program-card p {
    font-size: 15px;
    color: #646767;
    margin: 0;
    line-height: 1.7;
}

.cb-life-at-cb {
    padding: 80px 0;
    background: #fff;
}

.cb-culture-content {
    margin-top: 20px;
}

.cb-culture-intro {
    font-size: 18px;
    line-height: 1.8;
    color: #646767;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.cb-culture-intro strong {
    color: #f2ac3c;
}

.cb-culture-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 16px;
    text-align: center;
    height: 100%;
    border: 2px solid #faf8f3;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
}

.cb-culture-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #f2ac3c 0%, #b77c29 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s;
}

.cb-culture-card:hover::before {
    transform: scaleX(1);
}

.cb-culture-card:hover {
    border-color: #f2ac3c;
    box-shadow: 0 10px 40px rgba(242, 172, 60, 0.15);
    transform: translateY(-5px);
}

.cb-culture-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(242, 172, 60, 0.1) 0%, rgba(242, 172, 60, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.4s;
}

.cb-culture-card:hover .cb-culture-icon {
    background: linear-gradient(135deg, #f2ac3c 0%, #b77c29 100%);
    transform: scale(1.1);
}

.cb-culture-icon i {
    font-size: 32px;
    color: #f2ac3c;
    transition: color 0.4s;
}

.cb-culture-card:hover .cb-culture-icon i {
    color: #fff;
}

.cb-culture-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 12px;
    line-height: 1.3;
}

.cb-culture-card p {
    font-size: 14px;
    color: #646767;
    margin: 0;
    line-height: 1.6;
}

.cb-vision-mission {
    padding: 80px 0;
    background: linear-gradient(to bottom, #fff 0%, #faf8f3 100%);
    position: relative;
    overflow: hidden;
}

.cb-vision-mission::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(242, 172, 60, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.cb-vm-card {
    background: #fff;
    padding: 45px 35px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    height: 100%;
    text-align: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 30px;
    border: 2px solid transparent;
}

.cb-vm-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #f2ac3c 0%, #b77c29 100%);
    border-radius: 20px 20px 0 0;
    opacity: 0;
    transition: opacity 0.4s;
}

.cb-vm-card:hover::before {
    opacity: 1;
}

.cb-vm-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 60px rgba(242, 172, 60, 0.25);
    border-color: rgba(242, 172, 60, 0.3);
}

.cb-vm-icon-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
}

.cb-vm-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #f2ac3c 0%, #b77c29 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transition: all 0.4s;
    box-shadow: 0 8px 25px rgba(242, 172, 60, 0.3);
}

.cb-vm-card:hover .cb-vm-icon {
    transform: scale(1.1) rotateY(360deg);
    box-shadow: 0 12px 35px rgba(242, 172, 60, 0.5);
}

.cb-vm-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.3) 0%, transparent 100%);
    border-radius: 50%;
    top: 0;
    left: 0;
}

.cb-vm-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, rgba(242, 172, 60, 0.2) 0%, rgba(196, 155, 60, 0.2) 100%);
    border-radius: 50%;
    filter: blur(20px);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s;
}

.cb-vm-card:hover .cb-vm-glow {
    opacity: 1;
}

.cb-vm-icon i {
    font-size: 40px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.cb-vm-card h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111111;
    transition: color 0.3s;
}

.cb-vm-card:hover h3 {
    color: #f2ac3c;
}

.cb-vm-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #f2ac3c 0%, #b77c29 100%);
    margin: 0 auto 20px;
    border-radius: 2px;
    transition: width 0.4s;
}

.cb-vm-card:hover .cb-vm-divider {
    width: 80px;
}

.cb-vm-card p {
    font-size: 17px;
    color: #646767;
    line-height: 1.8;
    margin: 0;
}

.cb-join-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #f2ac3c 0%, #b77c29 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.cb-join-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.cb-join-cta::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.cb-cta-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.cb-cta-subtitle {
    font-size: 20px;
    color: rgba(255,255,255,0.95);
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.cb-apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    background: #fff;
    color: #111111;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
}

.cb-apply-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    color: #f2ac3c;
    text-decoration: none;
    background: #faf8f3;
}

.cb-apply-btn i {
    font-size: 20px;
}

@media (max-width: 768px) {
    .cb-career-title {
        font-size: 32px;
    }
    
    .cb-section-title {
        font-size: 28px;
    }
    
    .cb-cta-title {
        font-size: 32px;
    }
    
    .cb-vm-card {
        margin-bottom: 30px;
        padding: 35px 25px;
    }
    
    .cb-vm-icon-wrapper {
        width: 80px;
        height: 80px;
        margin-bottom: 25px;
    }
    
    .cb-vm-icon {
        width: 80px;
        height: 80px;
    }
    
    .cb-vm-icon i {
        font-size: 32px;
    }
    
    .cb-vm-card h3 {
        font-size: 22px;
    }
    
    .cb-vm-card p {
        font-size: 16px;
    }
    
    .cb-lead-text {
        font-size: 18px;
    }
    
    .cb-intro-stats {
        gap: 25px;
        padding: 30px 20px;
    }
    
    .cb-stat-number {
        font-size: 28px;
    }
    
    .cb-stat-label {
        font-size: 12px;
    }
    
    .cb-stat-divider {
        display: none;
    }
    
    .cb-hero-cta {
        flex-direction: column;
        align-items: stretch;
    }
    
    .cb-apply-btn-hero,
    .cb-learn-more-btn {
        width: 100%;
        justify-content: center;
    }
    
    .cb-program-card {
        padding: 30px 20px;
    }
    
    .cb-program-icon {
        width: 70px;
        height: 70px;
    }
    
    .cb-program-icon i {
        font-size: 30px;
    }
    
    .cb-program-card h3 {
        font-size: 18px;
    }
    
    .cb-section-subtitle {
        font-size: 16px;
    }
    
    .cb-eligibility-wrapper {
        padding: 30px 20px;
    }
    
    .cb-visual-icon {
        width: 120px;
        height: 120px;
    }
    
    .cb-visual-icon i {
        font-size: 50px;
    }
    
    .cb-eligibility-content {
        padding-left: 0;
        margin-top: 30px;
    }
    
    .cb-eligibility-title {
        font-size: 24px;
    }
    
    .cb-application-cta {
        padding: 20px;
    }
    
    .cb-contact-btn {
        width: 100%;
        justify-content: center;
    }
    
    .cb-culture-card {
        margin-bottom: 20px;
    }
    
    .cb-culture-intro {
        font-size: 16px;
    }
    
    .cb-eligibility-card {
        padding: 30px 20px;
    }
    
    .cb-eligibility-image {
        margin-bottom: 30px;
    }
    
    .cb-eligibility-title {
        font-size: 26px;
    }
    
    .cb-eligibility-text {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .cb-requirements-list {
        gap: 15px;
        margin-bottom: 25px;
    }
    
    .cb-requirement-item {
        padding: 15px;
    }
    
    .cb-req-icon {
        width: 45px;
        height: 45px;
    }
    
    .cb-req-icon i {
        font-size: 20px;
    }
    
    .cb-req-text h4 {
        font-size: 16px;
    }
    
    .cb-req-text p {
        font-size: 14px;
    }
    
    .cb-apply-cta {
        padding: 20px;
    }
    
    .cb-apply-btn {
        width: 100%;
        justify-content: center;
    }
}
