 :root {
            --primary: #0f172a;
            --accent: #3b82f6;
            --light: #f8fafc;
            --border: #e2e8f0;
            --shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        }

        body {
            background: #f0f4f8;
            min-height: 100vh;
            font-family: 'Segoe UI', sans-serif;
        }

        .layout-card {
            max-width: 1100px;
            max-height: min-content;
            margin: 50px auto;
            background: white;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: var(--shadow);
            position: relative;
        }

        .card-header {
            background: linear-gradient(120deg, var(--primary), #1e293b);
            color: white;
            padding: 40px 50px;
            text-align: center;
        }

        .card-header h2 {
            font-size: 32px;
            font-weight: 800;
            margin: 0;
            letter-spacing: -0.5px;
        }

        .card-header p {
            opacity: 0.9;
            margin-top: 8px;
            font-size: 17px;
        }

        .form-body {
            padding: 50px;
        }

        .section-box {
            background: #ffffff;
            border: 1px solid var(--border);
            border-radius: 16px;
            padding: 18px;
            margin-bottom: 20px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
            transition: all 0.3s ease;
        }

        .section-box:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }

        .section-title {
            font-size: 20px;
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 20px;
            position: relative;
            padding-left: 20px;
        }

        .section-title::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 6px;
            height: 28px;
            background: var(--accent);
            border-radius: 3px;
        }

        .form-control,
        select.form-control {
            border-radius: 12px;
            border: 1.5px solid #cbd5e1;
            padding: 8px 12px;
            font-size: 14px;
            transition: all 0.3s;
        }

        .form-control:focus {
            border-color: var(--accent);
            box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
            outline: none;
        }

        label {
            font-weight: 600;
            color: #1e293b;
            margin-bottom: 2px;
            font-size: 14.5px;
        }

        .experience-table {
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
        }

        .experience-table th {
            background: var(--primary);
            color: white;
            font-weight: 600;
            padding: 16px;
            font-size: 15px;
        }

        .experience-table td {
            padding: 8px;
            vertical-align: middle;
        }

        .experience-table input {
            border-radius: 10px;
        }

        .btn-add {
            background: var(--accent);
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
        }

        .btn-remove {
            background: #ef4444;
            color: white;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 16px;
        }

        .btn-submit {
            background: linear-gradient(135deg, var(--primary), #1e293b);
            color: white;
            padding: 16px 50px;
            border-radius: 50px;
            border: none;
            font-weight: 700;
            font-size: 17px;
            letter-spacing: 0.5px;
            transition: all 0.4s;
            box-shadow: 0 10px 25px rgba(15, 23, 42, 0.3);
        }

        .btn-submit:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(15, 23, 42, 0.4);
        }

        textarea.form-control {
            border-radius: 14px;
            resize: none;
        }

        .file-upload-wrapper {
            position: relative;
            overflow: hidden;
            display: inline-block;
            width: 100%;
        }

        .file-upload-wrapper input[type=file] {
            font-size: 100px;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
            cursor: pointer;
            width: 100%;
            height: 100%;
        }

        .file-upload-btn {
            background: var(--light);
            border: 2px dashed var(--accent);
            border-radius: 16px;
            padding: 40px;
            text-align: center;
            color: #64748b;
            font-size: 16px;
            transition: all 0.3s;
        }

        .file-upload-btn:hover {
            background: #ebf5ff;
            border-color: var(--accent);
            color: var(--primary);
        }

        .file-upload-btn i {
            font-size: 42px;
            margin-bottom: 12px;
            color: var(--accent);
        }

        .text-danger {
            font-size: 14px;
        }
.experience-table {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.experience-table th {
    background: var(--primary);
    color: white;
    font-weight: 600;
    padding: 16px;
    font-size: 15px;
}

.experience-table td {
    padding: 8px;
    vertical-align: middle;
}

.experience-table input {
    border-radius: 10px;
}

.btn-add {
    background: var(--accent);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.btn-remove {
    background: #ef4444;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
}

.logo-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.vertical-divider {
    width: 2px;
    height: 80px;
    background: rgba(255,255,255,0.6);
    border-radius: 5px;
}