/* ========================================
   Job Guide Page CSS - Premium Design
   ======================================== */

.job-wrap {
    overflow-x: hidden;
    background: #fafbfc;
}

/* ========================================
   Hero Section - Premium Dark Theme
   ======================================== */
.job-hero {
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.92) 50%, rgba(51, 65, 85, 0.88) 100%),
        url('/images/job/hero-bg.webp') center/cover no-repeat;
    color: white;
    padding: 4rem 2rem;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.job-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a227' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.job-hero::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.job-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    width: 100%;
    gap: 3rem;
    position: relative;
    z-index: 1;
}

.job-hero-content {
    flex: 1;
    text-align: left;
}

.job-hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, #c9a227 0%, #d4af37 100%);
    color: #0f172a;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.job-hero h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0 0 0.8rem 0;
    text-shadow: 0 4px 20px rgba(0,0,0,0.4);
    line-height: 1.25;
    letter-spacing: -0.5px;
    color: white;
}

.job-hero h1 span {
    color: #c9a227;
}

.job-hero-subtitle {
    font-size: 1.15rem;
    opacity: 0.85;
    margin-bottom: 2rem;
    font-weight: 300;
    line-height: 1.6;
}

.job-hero-buttons {
    display: flex;
    gap: 1rem;
}

.job-hero-btn {
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.job-hero-btn.primary {
    background: linear-gradient(135deg, #c9a227 0%, #d4af37 100%);
    color: #0f172a;
    box-shadow: 0 4px 20px rgba(201, 162, 39, 0.4);
}

.job-hero-btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(201, 162, 39, 0.5);
}

.job-hero-btn.secondary {
    background: rgba(255,255,255,0.1);
    color: white;
    border: 1px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
}

.job-hero-btn.secondary:hover {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.5);
}

/* Hero Visa Cards */
.job-hero-cards {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.job-hero-visa-card {
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    padding: 1.2rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.job-hero-visa-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #c9a227, #d4af37);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.job-hero-visa-card:hover {
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.08) 100%);
    transform: translateX(-8px);
    border-color: rgba(201, 162, 39, 0.3);
}

.job-hero-visa-card:hover::before {
    opacity: 1;
}

.job-hero-visa-card .visa-code {
    background: linear-gradient(135deg, #c9a227, #b8941f);
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(201, 162, 39, 0.3);
}

.job-hero-visa-card.e7 .visa-code {
    background: linear-gradient(135deg, #1e40af, #1d4ed8);
    box-shadow: 0 4px 15px rgba(30, 64, 175, 0.3);
}

.job-hero-visa-card.h2 .visa-code {
    background: linear-gradient(135deg, #047857, #059669);
    box-shadow: 0 4px 15px rgba(4, 120, 87, 0.3);
}

.job-hero-visa-card.e9 .visa-code {
    background: linear-gradient(135deg, #6d28d9, #7c3aed);
    box-shadow: 0 4px 15px rgba(109, 40, 217, 0.3);
}

.job-hero-visa-card .visa-info {
    flex: 1;
}

.job-hero-visa-card .visa-name {
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 0.3rem;
    letter-spacing: -0.2px;
}

.job-hero-visa-card .visa-desc {
    font-size: 0.85rem;
    opacity: 0.7;
    font-weight: 300;
}

/* ========================================
   Container & Section Common
   ======================================== */
.job-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.job-section {
    padding: 3rem 0;
}

.job-section.has-bg {
    background: #f8fafc;
}

.job-section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.job-section-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.8rem 0;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
}

.job-section-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #c9a227, #d4af37);
    border-radius: 2px;
}

.job-section-header p {
    color: #64748b;
    font-size: 1.05rem;
    margin-top: 1.2rem;
}

/* ========================================
   Job Path Cards
   ======================================== */
.job-path-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 1.8rem;
}

.job-path-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    position: relative;
    border: 1px solid rgba(0,0,0,0.04);
}

.job-path-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.job-path-card.recommended::before {
    content: 'RECOMMENDED';
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #c9a227, #d4af37);
    color: #0f172a;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    z-index: 2;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(201, 162, 39, 0.3);
}

.job-path-header {
    padding: 2rem;
    color: white;
    position: relative;
    overflow: hidden;
}

.job-path-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.job-path-header.blue { background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%); }
.job-path-header.orange { background: linear-gradient(135deg, #7c2d12 0%, #9a3412 100%); }
.job-path-header.teal { background: linear-gradient(135deg, #134e4a 0%, #115e59 100%); }

.job-path-header-icon {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
}

.job-path-header h3 {
    font-size: 1.4rem;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.job-path-header p {
    margin: 0;
    opacity: 0.85;
    font-size: 0.95rem;
    font-weight: 300;
}

.job-path-body {
    padding: 1.8rem 2rem 2rem;
}

.job-path-info {
    margin-bottom: 1.5rem;
}

.job-path-info:last-child {
    margin-bottom: 0;
}

.job-path-info h4 {
    color: #0f172a;
    font-size: 0.85rem;
    margin: 0 0 0.8rem 0;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.job-path-info h4::before {
    content: '';
    width: 4px;
    height: 18px;
    background: linear-gradient(180deg, #c9a227, #d4af37);
    border-radius: 2px;
}

.job-path-details {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.job-detail-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 0.92rem;
    color: #475569;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.job-detail-item:last-child {
    border-bottom: none;
}

.job-detail-item .icon {
    width: 24px;
    text-align: center;
    font-size: 1rem;
}

/* ========================================
   Highlight Box
   ======================================== */
.highlight-box {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border: 1px solid rgba(201, 162, 39, 0.3);
    border-radius: 20px;
    padding: 2.5rem;
    margin: 2.5rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.highlight-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a227' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.highlight-box h4 {
    color: white;
    font-size: 1.2rem;
    margin: 0 0 0.8rem 0;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.highlight-box p {
    color: rgba(255,255,255,0.8);
    font-size: 1rem;
    margin: 0;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

.highlight-box .big-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: #c9a227;
    display: block;
    margin-bottom: 1rem;
    line-height: 1.1;
    text-shadow: 0 4px 20px rgba(201, 162, 39, 0.3);
    position: relative;
    z-index: 1;
}

.highlight-box.with-image {
    display: flex;
    align-items: center;
    gap: 3rem;
    text-align: left;
    padding: 2rem 3rem;
}

.highlight-box-image {
    flex: 0 0 200px;
    position: relative;
    z-index: 1;
}

.highlight-box-image img {
    width: 200px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.highlight-box-content {
    flex: 1;
    position: relative;
    z-index: 1;
}

/* EPS Countries */
.eps-countries {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: center;
    margin-top: 1.5rem;
    position: relative;
    z-index: 1;
}

.eps-country {
    background: rgba(201, 162, 39, 0.15);
    color: #c9a227;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid rgba(201, 162, 39, 0.2);
    transition: all 0.3s ease;
}

.eps-country:hover {
    background: rgba(201, 162, 39, 0.25);
    border-color: rgba(201, 162, 39, 0.4);
}

/* ========================================
   Salary Section
   ======================================== */
.job-salary-section {
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(30, 41, 59, 0.90) 100%),
        url('/images/job/salary-bg.webp') center/cover no-repeat;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.job-salary-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a227' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.job-salary-section .job-section-header h2 {
    color: white;
}

.job-salary-section .job-section-header p {
    color: rgba(255,255,255,0.7);
}

.salary-comparison {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2.5rem;
    position: relative;
    z-index: 1;
}

.salary-card {
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.4s ease;
}

.salary-card:hover {
    background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.06) 100%);
    transform: translateY(-5px);
    border-color: rgba(201, 162, 39, 0.3);
}

.salary-card-icon {
    font-size: 3.5rem;
    margin-bottom: 1.2rem;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.2));
}

.salary-card h4 {
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
    margin: 0 0 0.8rem 0;
    font-weight: 600;
    letter-spacing: -0.2px;
}

.salary-card .amount {
    font-size: 2.2rem;
    font-weight: 700;
    color: #c9a227;
    margin: 1rem 0;
    text-shadow: 0 2px 10px rgba(201, 162, 39, 0.3);
}

.salary-card .note {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    margin-top: 0.8rem;
    line-height: 1.5;
}

/* ========================================
   TOPIK Correlation
   ======================================== */
.topik-correlation {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.2rem;
    margin-top: 2.5rem;
}

.topik-level-card {
    background: white;
    border-radius: 16px;
    padding: 1.8rem;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.topik-level-card:hover {
    border-color: #c9a227;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.topik-level-card.highlight {
    border-color: #c9a227;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.2);
}

.topik-level {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.8rem;
}

.topik-level-card.highlight .topik-level {
    color: #c9a227;
}

.topik-jobs {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.6;
}

.topik-level-card.highlight .topik-jobs {
    color: rgba(255,255,255,0.8);
}

.topik-level-card.highlight .topik-jobs strong {
    color: #c9a227;
}

/* ========================================
   Visa Cards
   ======================================== */
.job-visa-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.8rem;
}

.job-visa-card {
    background: #fff;
    padding: 2.2rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.4s ease;
}

.job-visa-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.job-visa-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #c9a227, #d4af37);
}

.visa-badge {
    display: inline-block;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: white;
    padding: 0.4rem 1.2rem;
    border-radius: 25px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    letter-spacing: 0.5px;
}

.job-visa-card h3 {
    color: #0f172a;
    margin: 0 0 1.2rem 0;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.job-visa-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.job-visa-card li {
    color: #475569;
    font-size: 0.92rem;
    padding: 0.7rem 0;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    border-bottom: 1px solid #f1f5f9;
}

.job-visa-card li:last-child {
    border-bottom: none;
}

.job-visa-card li::before {
    content: '✓';
    color: #c9a227;
    font-weight: 700;
    font-size: 1rem;
}

/* ========================================
   Platforms
   ======================================== */
.job-platforms {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.platform-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.4s ease;
}

.platform-card:hover {
    border-color: #c9a227;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.platform-icon {
    font-size: 3rem;
    margin-bottom: 1.2rem;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.1));
}

.platform-card h4 {
    color: #0f172a;
    margin: 0 0 0.6rem 0;
    font-size: 1.15rem;
    font-weight: 700;
}

.platform-card p {
    color: #64748b;
    font-size: 0.88rem;
    margin: 0 0 1.2rem 0;
    line-height: 1.6;
}

.platform-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #c9a227;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.platform-link:hover {
    color: #b8941f;
}

/* ========================================
   Companies Section
   ======================================== */
.company-region-tabs {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.region-tab {
    padding: 0.65rem 1.4rem;
    border: 1px solid #e2e8f0;
    background: white;
    color: #64748b;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.88rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.region-tab:hover {
    border-color: #c9a227;
    color: #0f172a;
}

.region-tab.active {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: white;
    border-color: #0f172a;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.2);
}

.job-company-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.2rem;
}

.job-company-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.05);
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.job-company-card:hover {
    border-color: #c9a227;
    background: linear-gradient(135deg, #fefdf8 0%, #fffbeb 100%);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.job-company-name {
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.4rem;
    font-size: 1.05rem;
}

.job-company-industry {
    font-size: 0.82rem;
    color: #64748b;
}

/* ========================================
   Success Stories
   ======================================== */
.job-story-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 2rem;
}

.job-story-card {
    background: #fff;
    padding: 0;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.4s ease;
}

.job-story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.job-story-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 140px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(30, 58, 95, 0.90) 100%);
    z-index: 0;
}

.job-story-profile {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    position: relative;
    z-index: 1;
    padding: 2rem 2rem;
}

.job-story-avatar {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #c9a227, #d4af37);
    color: #0f172a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.5rem;
    border: 4px solid white;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.job-story-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.job-story-info h4 {
    margin: 0;
    font-size: 1.15rem;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.2px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.job-story-info p {
    margin: 0.4rem 0 0 0;
    font-size: 0.85rem;
    color: #c9a227;
    font-weight: 600;
}

.job-story-content {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.8;
    padding: 1.5rem 2rem 2rem;
    position: relative;
}

.job-story-content::before {
    content: '"';
    position: absolute;
    top: 0.5rem;
    left: 2rem;
    font-size: 3rem;
    color: #c9a227;
    font-family: Georgia, serif;
    line-height: 1;
    opacity: 0.3;
}

/* ========================================
   Checklist Section
   ======================================== */
.job-checklist-section {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 4rem 0;
}

.job-checklist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.8rem;
}

.checklist-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.4s ease;
}

.checklist-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
}

.checklist-card h3 {
    color: #0f172a;
    margin: 0 0 1.5rem 0;
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f1f5f9;
}

.checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid #f8fafc;
}

.checklist-item:last-child {
    border-bottom: none;
}

.checklist-item input[type="checkbox"] {
    width: 22px;
    height: 22px;
    accent-color: #c9a227;
    margin-top: 2px;
    flex-shrink: 0;
    cursor: pointer;
}

.checklist-item label {
    font-size: 0.95rem;
    color: #475569;
    cursor: pointer;
    line-height: 1.6;
    transition: color 0.2s ease;
}

.checklist-item label:hover {
    color: #0f172a;
}

/* ========================================
   CTA Section
   ======================================== */
.job-cta {
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.88) 0%, rgba(30, 41, 59, 0.85) 100%),
        url('/images/job/cta-bg.webp') center/cover no-repeat;
    background-color: #0f172a;
    color: white;
    padding: 5rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.job-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a227' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.job-cta::after {
    content: '';
    position: absolute;
    bottom: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.job-cta-content {
    position: relative;
    z-index: 1;
    max-width: 650px;
    margin: 0 auto;
}

.job-cta h3 {
    font-size: 2.2rem;
    margin: 0 0 1rem 0;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.3);
    color: white;
}

.job-cta-content > p {
    margin: 0 0 2.5rem 0;
    opacity: 0.8;
    font-size: 1.1rem;
    line-height: 1.7;
    font-weight: 300;
}

.job-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    flex-wrap: wrap;
}

.job-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1.1rem 2.2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.job-cta-btn.primary {
    background: linear-gradient(135deg, #c9a227, #d4af37);
    color: #0f172a;
    box-shadow: 0 4px 20px rgba(201, 162, 39, 0.4);
}

.job-cta-btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(201, 162, 39, 0.5);
}

.job-cta-btn.secondary {
    background: rgba(255,255,255,0.08);
    color: white;
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
}

.job-cta-btn.secondary:hover {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.4);
}

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 768px) {
    .job-hero {
        padding: 3rem 1.5rem;
        min-height: 300px;
    }

    .job-hero-inner {
        flex-direction: column;
        gap: 2.5rem;
    }

    .job-hero-content {
        text-align: center;
    }

    .job-hero-badge {
        font-size: 0.7rem;
        padding: 0.35rem 0.8rem;
    }

    .job-hero h1 {
        font-size: 1.8rem;
    }

    .job-hero-subtitle {
        font-size: 0.95rem;
    }

    .job-hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .job-hero-cards {
        flex: none;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .job-hero-visa-card {
        flex: 0 0 auto;
        padding: 0.6rem 1rem;
    }

    .job-hero-visa-card .visa-code {
        width: 35px;
        height: 35px;
        font-size: 0.8rem;
    }

    .job-hero-visa-card .visa-name {
        font-size: 0.85rem;
    }

    .job-hero-visa-card .visa-desc {
        display: none;
    }

    .job-section-header h2 {
        font-size: 1.4rem;
    }

    .job-path-grid,
    .job-visa-grid,
    .job-story-grid,
    .job-checklist-grid {
        grid-template-columns: 1fr;
    }

    .salary-comparison {
        grid-template-columns: 1fr;
    }

    .topik-correlation {
        grid-template-columns: repeat(2, 1fr);
    }

    .job-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .highlight-box .big-number {
        font-size: 2.2rem;
    }

    .highlight-box.with-image {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
        padding: 2rem;
    }

    .highlight-box-image {
        flex: none;
    }

    .highlight-box-image img {
        width: 150px;
    }
}
