/**
 * C&B Employment ("Work at C&B") page styles.
 *
 * Extracted verbatim from the inline <style> block in template-work-at-cb.php
 * when the page was converted to block editing, so the design survives without
 * the hand-coded template. Loaded via the page cb_page_assets meta.
 */

.cb-work-at-cb-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-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    color: #111111;
}

.cb-career-subtitle {
    font-size: 20px;
    color: #646767;
    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-about {
    padding: 80px 0;
    background: linear-gradient(to bottom, #fff 0%, #faf8f3 100%);
}

.cb-intro-card {
    background: #fff;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.08);
    border-left: 5px solid #f2ac3c;
    position: relative;
}

.cb-intro-icon {
    position: absolute;
    top: -25px;
    left: 40px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #f2ac3c 0%, #b77c29 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(242, 172, 60, 0.3);
}

.cb-intro-icon i {
    font-size: 22px;
    color: #fff;
}

.cb-intro-text {
    font-size: 22px;
    line-height: 1.8;
    color: #111111;
    text-align: center;
    margin: 0 0 40px 0;
    font-weight: 500;
}

.cb-intro-highlight {
    padding-top: 30px;
    border-top: 2px solid #faf8f3;
}

.cb-highlight-item {
    padding: 20px;
    transition: all 0.3s;
}

.cb-highlight-item:hover {
    transform: translateY(-5px);
}

.cb-highlight-item i {
    font-size: 36px;
    color: #f2ac3c;
    margin-bottom: 15px;
    display: block;
}

.cb-highlight-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin: 0;
}

.cb-career-culture {
    padding: 80px 0;
    background: #fff;
}

.cb-culture-intro {
    text-align: center;
    margin-bottom: 20px;
}

.cb-culture-intro p {
    font-size: 18px;
    line-height: 1.9;
    color: #646767;
    margin: 0;
}

.cb-culture-feature {
    text-align: center;
    padding: 35px 25px;
    background: linear-gradient(135deg, #faf8f3 0%, #fff 100%);
    border-radius: 16px;
    transition: all 0.4s;
    margin-bottom: 30px;
    border: 2px solid #faf8f3;
    height: 100%;
}

.cb-culture-feature:hover {
    transform: translateY(-8px);
    background: #fff;
    border-color: #f2ac3c;
    box-shadow: 0 12px 35px rgba(242, 172, 60, 0.15);
}

.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: 3px solid #f2ac3c;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.4s;
}

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

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

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

.cb-culture-feature h4 {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 12px;
}

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

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

.cb-apply-intro {
    max-width: 800px;
    margin: 20px auto 0;
}

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

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

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

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

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

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

.cb-profession-card:hover .cb-profession-icon {
    background: linear-gradient(135deg, #f2ac3c 0%, #b77c29 100%);
    transform: scale(1.15) rotate(360deg);
    border-color: #b77c29;
}

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

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

.cb-profession-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 15px;
}

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

.cb-profession-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(242, 172, 60, 0.1) 0%, rgba(242, 172, 60, 0.05) 100%);
    color: #f2ac3c;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50px;
    border: 2px solid #f2ac3c;
    transition: all 0.3s;
}

.cb-profession-card:hover .cb-profession-badge {
    background: linear-gradient(135deg, #f2ac3c 0%, #b77c29 100%);
    color: #fff;
    border-color: #b77c29;
}

.cb-apply-values {
    background: linear-gradient(135deg, #111111 0%, #646767 100%);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
}

.cb-values-header {
    text-align: center;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.cb-values-header i {
    font-size: 36px;
    color: #f2ac3c;
}

.cb-values-header h4 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.cb-value-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    transition: all 0.3s;
    border: 2px solid rgba(242, 172, 60, 0.3);
}

.cb-value-item:hover {
    background: rgba(242, 172, 60, 0.15);
    border-color: #f2ac3c;
    transform: translateX(8px);
}

.cb-value-item i {
    font-size: 28px;
    color: #f2ac3c;
    flex-shrink: 0;
}

.cb-value-item span {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.cb-career-benefits {
    padding: 80px 0;
    background: #faf8f3;
    position: relative;
}

.cb-section-header {
    margin-bottom: 50px;
}

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

.cb-section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111111;
}

.cb-career-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #646767;
    margin-bottom: 20px;
}

.cb-benefit-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    margin-bottom: 30px;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.cb-benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(242, 172, 60, 0.05) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s;
}

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

.cb-benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(242, 172, 60, 0.2);
    border-color: rgba(242, 172, 60, 0.3);
}

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

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

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

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

.cb-benefit-card h3 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111111;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}

.cb-benefit-card p {
    font-size: 15px;
    color: #646767;
    margin: 0;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

.cb-job-positions {
    padding: 80px 0;
    background: #faf8f3;
}

.cb-position-card {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    border: 2px solid transparent;
    transition: all 0.4s;
}

.cb-position-card:hover {
    border-color: rgba(242, 172, 60, 0.3);
    box-shadow: 0 15px 50px rgba(242, 172, 60, 0.15);
    transform: translateY(-5px);
}

.cb-position-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 3px solid #faf8f3;
}

.cb-position-title-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cb-position-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #f2ac3c 0%, #b77c29 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(242, 172, 60, 0.3);
    flex-shrink: 0;
}

.cb-position-icon i {
    font-size: 28px;
    color: #fff;
}

.cb-position-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 5px 0;
}

.cb-position-type {
    font-size: 14px;
    color: #646767;
    font-weight: 500;
}

.cb-position-badge {
    padding: 10px 24px;
    background: linear-gradient(135deg, rgba(242, 172, 60, 0.1) 0%, rgba(242, 172, 60, 0.05) 100%);
    color: #f2ac3c;
    font-weight: 700;
    font-size: 15px;
    border-radius: 50px;
    border: 2px solid #f2ac3c;
}

.cb-position-section {
    margin-bottom: 20px;
}

.cb-position-section h4 {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cb-position-section h4 i {
    color: #f2ac3c;
    font-size: 20px;
}

.cb-position-section ul {
    margin: 0;
    padding-left: 20px;
}

.cb-position-section li {
    margin-bottom: 12px;
    line-height: 1.7;
    font-size: 15px;
    color: #646767;
}

.cb-position-section li::marker {
    color: #f2ac3c;
}

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

.cb-apply-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-apply-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-icon {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.2);
    border: 3px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    z-index: 1;
}

.cb-cta-icon i {
    font-size: 36px;
    color: #fff;
}

.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;
    line-height: 1.6;
}

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

.cb-apply-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.3);
    color: #f2ac3c;
    text-decoration: none;
}

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

.cb-cta-features {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.cb-cta-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.cb-cta-feature-item i {
    width: 24px;
    height: 24px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

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

@media (max-width: 768px) {
    .cb-career-title {
        font-size: 32px;
    }
    
    .cb-section-title {
        font-size: 28px;
    }
    
    .cb-section-tag {
        font-size: 12px;
        padding: 6px 16px;
    }
    
    .cb-cta-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    
    .cb-cta-icon i {
        font-size: 30px;
    }
    
    .cb-cta-title {
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .cb-cta-subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    .cb-apply-btn {
        padding: 16px 35px;
        font-size: 17px;
        margin-bottom: 30px;
        width: 100%;
        justify-content: center;
    }
    
    .cb-cta-features {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .cb-cta-feature-item {
        font-size: 15px;
    }
    
    .cb-position-card {
        padding: 25px 20px;
        margin-bottom: 25px;
    }
    
    .cb-position-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .cb-position-title-wrapper {
        gap: 15px;
    }
    
    .cb-position-icon {
        width: 55px;
        height: 55px;
    }
    
    .cb-position-icon i {
        font-size: 24px;
    }
    
    .cb-position-header h3 {
        font-size: 20px;
    }
    
    .cb-position-type {
        font-size: 13px;
    }
    
    .cb-position-badge {
        padding: 8px 18px;
        font-size: 13px;
    }
    
    .cb-position-section {
        margin-bottom: 25px;
    }
    
    .cb-position-section h4 {
        font-size: 17px;
    }
    
    .cb-position-section li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .cb-apply-intro p {
        font-size: 16px;
    }
    
    .cb-profession-card {
        padding: 35px 25px;
        margin-bottom: 25px;
    }
    
    .cb-profession-icon {
        width: 80px;
        height: 80px;
    }
    
    .cb-profession-icon i {
        font-size: 36px;
    }
    
    .cb-profession-card h3 {
        font-size: 20px;
    }
    
    .cb-profession-card p {
        font-size: 14px;
    }
    
    .cb-apply-values {
        padding: 30px 20px;
    }
    
    .cb-values-header {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 25px;
    }
    
    .cb-values-header i {
        font-size: 30px;
    }
    
    .cb-values-header h4 {
        font-size: 22px;
    }
    
    .cb-value-item {
        margin-bottom: 15px;
        padding: 15px;
    }
    
    .cb-value-item i {
        font-size: 24px;
    }
    
    .cb-value-item span {
        font-size: 15px;
    }
    
    .cb-culture-intro p {
        font-size: 16px;
    }
    
    .cb-culture-feature {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .cb-culture-icon {
        width: 60px;
        height: 60px;
    }
    
    .cb-culture-icon i {
        font-size: 28px;
    }
    
    .cb-culture-feature h4 {
        font-size: 18px;
    }
    
    .cb-culture-feature p {
        font-size: 14px;
    }
    
    .cb-benefit-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .cb-benefit-icon {
        width: 75px;
        height: 75px;
    }
    
    .cb-benefit-icon i {
        font-size: 32px;
    }
    
    .cb-benefit-card h3 {
        font-size: 18px;
    }
    
    .cb-benefit-card p {
        font-size: 14px;
    }
    
    .cb-intro-card {
        padding: 40px 25px;
    }
    
    .cb-intro-icon {
        left: 25px;
    }
    
    .cb-intro-text {
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    .cb-highlight-item {
        margin-bottom: 20px;
    }
    
    .cb-highlight-item i {
        font-size: 30px;
    }
    
    .cb-highlight-item h4 {
        font-size: 16px;
    }
}
